Build precise queries to find exactly what you need
Press ESC to close
@fgranat
Member Since: December 20, 2012
Favorites0
Views
Projects0
Hi, I tested that script on my Veaam Backup server and nothing seems to happen as you can see below : PS C:Program FilesNSClient++scripts> cmd /c echo check_veeam_backups.ps1 "[BKUP]-SALAG" 3; exit($lastexitcode) | powershell.exe -command - check_veeam_backups.ps1 [BKUP]-SALAG 3 The job [BKUP]-SALAG ended successfuly yesterday evening. Do you have any explanation ? Rgds, Frederic
Reviewed 13 years ago
Hi, I've got a problem with the script. First there's an error at line 123 (that error occurs when job is starting in retry mode). strBackupFailedDateTime = Right(strBackupFailedDateTime,Len(strBackupSuccessDateTime) - 1) Whereas I think it should be : strBackupFailedDateTime = Right(strBackupFailedDateTime,Len(strBackupFailedDateTime) - 1) Second, when corrected, I've got the error : CHECK_NRPE: Socket timeout after 30 seconds. Rgds, Frederic