Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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