Search found 5 matches

by soniah
Wed May 07, 2014 12:16 am
Forum: Nagios XI
Topic: "sync missed" for a service
Replies: 2
Views: 100

Re: "sync missed" for a service

Solved - needed to fix up timezone issues, as documented in http://assets.nagios.com/downloads/nagi ... m_Time.pdf

One issue I discovered with timezones and XI - a reboot is often required to get times to display correctly in XI interface (eg "Last Check" time).
by soniah
Wed Apr 30, 2014 12:35 am
Forum: Nagios XI
Topic: "sync missed" for a service
Replies: 2
Views: 100

"sync missed" for a service

Linux Distribution and version? CentOS release 6.4 (Final) 32 or 64bit? 64 VMware Image or Manual Install of XI? XI install script Are there specials configurations on your system, ie; is Gnome installed? Are you using a proxy? Are you using SSL? NO One of my services has "sync missed" ag...
by soniah
Tue Apr 22, 2014 9:01 pm
Forum: Nagios XI
Topic: howto get Nagios Core checks in Check Command drop-down
Replies: 1
Views: 116

howto get Nagios Core checks in Check Command drop-down

Linux Distribution and version? CentOS release 6.5 (Final) 32 or 64bit? 64 VMware Image or Manual Install of XI? manual, via fullinstall script Are there specials configurations on your system, ie; is Gnome installed? Are you using a proxy? Are you using SSL? No. Under Nagios CCM -> Services -> Mod...
by soniah
Tue Apr 22, 2014 6:19 pm
Forum: Nagios XI
Topic: check_xi_service_http vs check_http
Replies: 3
Views: 3617

Re: check_xi_service_http vs check_http

Ah thanks tmcdonald. % pwd /usr/local % grep -l -r check_xi_service_http * .. nagios/etc/commands.cfg .. % grep -A 3 check_xi_service_http nagios/etc/commands.cfg command_name check_xi_service_http command_line $USER1$/check_http -H $HOSTADDRESS$ $ARG1$ } -- command_name check_xi_service_http_cert c...
by soniah
Tue Apr 22, 2014 12:22 am
Forum: Nagios XI
Topic: check_xi_service_http vs check_http
Replies: 3
Views: 3617

check_xi_service_http vs check_http

What is the difference between check_xi_service_http and check_http ? In this particular case (http) I'm wondering if the two commands accept the same parameters, but I'm also interested in the general differences in the xi_service commands. I've searched my system for a check_xi_service_http execut...