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
System Fail after update - Urgent
Re: System Fail after update - Urgent
Check your command definition for the "check_xi_service_nsclient" command, see if it differs from the following:
Another user reported this changing in 1.4.
Code: Select all
$USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p 12489 -v $ARG2$ $ARG3$ $ARG4$-
robson-dasilva
- Posts: 10
- Joined: Wed Sep 08, 2010 2:09 pm
Re: System Fail after update - Urgent
I´ve found this command:
$USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p $ARG5$ -v $ARG2$ $ARG3$ $ARG4$
Robson
$USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p $ARG5$ -v $ARG2$ $ARG3$ $ARG4$
Robson
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: System Fail after update - Urgent
Known issue, I'm working on it right now.
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: System Fail after update - Urgent
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
Please see our announcement related to this issue:
http://support.nagios.com/forum/viewtop ... f=5&t=2585
http://support.nagios.com/forum/viewtop ... f=5&t=2585
-
robson-dasilva
- Posts: 10
- Joined: Wed Sep 08, 2010 2:09 pm
Re: System Fail after update - Urgent
Even applying this update my system didn't recovery the error,mguthrie wrote:Please see our announcement related to this issue:
http://support.nagios.com/forum/viewtop ... f=5&t=2585
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
Can you post the command definition for the "check_xi_service_nsclient" command, as well as a service definition that's having the issue.