CheckServiceState & CheckProcState almost 100% good
Posted: Mon Jul 02, 2012 4:40 pm
Hey all, I have Symantec's Backup Exec running on four of my servers. I'm running checks on four processes and five services on each of the servers. Four of the five services are working but the fifth one is showing this error message:
Could not construct return packet in NRPE handler check client side (nsclient.log) logs...
The log says this:
2012-07-02 14:19:14: error:modules\NRPEListener\NRPEListener.cpp:432: Request arguments contained illegal metachars!
I'm guessing it's because the check_command has an ampersand (&)in it:
I've been Googling around and I can't see where anyone else has had a problem like this. Is my problem the & or is it something else?
My four processes show green on the server but while looking at the NSClient log I found that all of my processes are putting these two errors in the nsclient.log file:
2012-07-02 14:20:41: message:d:\source\nscp\branches\stable\include\checkHelpers.hpp:993: Missing bounds for check: beserver.exe
2012-07-02 14:20:41: message:d:\source\nscp\branches\stable\include\checkHelpers.hpp:993: Missing bounds for check: beserver.exe
Yes, each process has two identical entries every 10 minutes. Any ideas on either of these problems?
Thanks,
Joe B
Could not construct return packet in NRPE handler check client side (nsclient.log) logs...
The log says this:
2012-07-02 14:19:14: error:modules\NRPEListener\NRPEListener.cpp:432: Request arguments contained illegal metachars!
I'm guessing it's because the check_command has an ampersand (&)in it:
Code: Select all
check_command check_nrpe!CheckServiceState -a ShowAll "Backup Exec Device & Media Service"My four processes show green on the server but while looking at the NSClient log I found that all of my processes are putting these two errors in the nsclient.log file:
2012-07-02 14:20:41: message:d:\source\nscp\branches\stable\include\checkHelpers.hpp:993: Missing bounds for check: beserver.exe
2012-07-02 14:20:41: message:d:\source\nscp\branches\stable\include\checkHelpers.hpp:993: Missing bounds for check: beserver.exe
Yes, each process has two identical entries every 10 minutes. Any ideas on either of these problems?
Thanks,
Joe B