Page 1 of 1

System Fail after update - Urgent

Posted: Tue Jun 21, 2011 5:28 am
by robson-dasilva
Folks, good morning,
I did the update yesterday and after that the system cant check any service configured and show the followed error for me

Host Service Type Time Contact Notification Command Information
SERVER01 CPU Usage UNKNOWN 06-21-2011 02:22:07 nagiosadmin xi_service_notification_handler Server port must be an integer
SERVER02 Page File Usage UNKNOWN 06-21-2011 02:21:27 nagiosadmin xi_service_notification_handler Server port must be an integer
SERVER03 Page File Usage UNKNOWN 06-21-2011 02:21:07 nagiosadmin xi_service_notification_handler Server port must be an integer
SERVER04 Memory Usage UNKNOWN 06-21-2011 02:20:57 nagiosadmin xi_service_notification_handler Server port must be an integer
SERVER05 Memory Usage UNKNOWN 06-21-2011 02:20:37 nagiosadmin xi_service_notification_handler Server port must be an integer
SERVER06 Logon Errors UNKNOWN 06-21-2011 02:20:27 nagiosadmin xi_service_notification_handler Server port must be an integer
SERVER07 Memory Usage UNKNOWN 06-21-2011 02:20:17 nagiosadmin xi_service_notification_handler Server port must be an integer

Any clue ?

Best Regards

Robson

Re: System Fail after update - Urgent

Posted: Tue Jun 21, 2011 9:13 am
by mguthrie
Check your command definition for the "check_xi_service_nsclient" command, see if it differs from the following:

Code: Select all

$USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p 12489 -v $ARG2$ $ARG3$ $ARG4$
Another user reported this changing in 1.4.

Re: System Fail after update - Urgent

Posted: Tue Jun 21, 2011 12:25 pm
by robson-dasilva
I´ve found this command:

$USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p $ARG5$ -v $ARG2$ $ARG3$ $ARG4$


Robson

Re: System Fail after update - Urgent

Posted: Tue Jun 21, 2011 1:14 pm
by tonyyarusso
Known issue, I'm working on it right now.

Re: System Fail after update - Urgent

Posted: Wed Jun 22, 2011 10:54 am
by tonyyarusso
Update your wizard (http://exchange.nagios.org/directory/Ad ... rd/details) now and it should be fine. (Note: You may need to manually run the "Apply Configuration" from within the Core Config Manager after installing the wizard for the changes to take effect.)

Re: System Fail after update - Urgent

Posted: Fri Jun 24, 2011 3:12 pm
by mguthrie
Please see our announcement related to this issue:
http://support.nagios.com/forum/viewtop ... f=5&t=2585

Re: System Fail after update - Urgent

Posted: Wed Jun 29, 2011 6:00 am
by robson-dasilva
mguthrie wrote:Please see our announcement related to this issue:
http://support.nagios.com/forum/viewtop ... f=5&t=2585
Even applying this update my system didn't recovery the error,
The system is monitoring normally, but the service screen keep still showing the error as mentioned.

Best Regards

Robson

Re: System Fail after update - Urgent

Posted: Fri Jul 01, 2011 1:04 pm
by mguthrie
Can you post the command definition for the "check_xi_service_nsclient" command, as well as a service definition that's having the issue.