Search found 55 matches

by sitaonair
Tue Aug 11, 2020 2:54 am
Forum: Nagios XI
Topic: Nagios not receiving passive checks
Replies: 5
Views: 513

Re: Nagios not receiving passive checks

We had 80 Zombie processes and increasing, coupled with the nsca stuck processes, the nagios server was rebooted.

The "Check Freshness" was also changed to "On", will be monitoring the alarm.
by sitaonair
Sat Aug 08, 2020 12:28 am
Forum: Nagios XI
Topic: Nagios not receiving passive checks
Replies: 5
Views: 513

Re: Nagios not receiving passive checks

Hi, as attached, noticed many of the nsca processes stuck on the server as well: nagios 8766 1 0 Aug07 ? 00:00:00 nsca -c /usr/local/nagios/etc/nsca.cfg --inetd nagios 8930 1 0 Aug07 ? 00:00:00 nsca -c /usr/local/nagios/etc/nsca.cfg --inetd nagios 9904 1 0 Aug07 ? 00:00:00 nsca -c /usr/local/nagios/...
by sitaonair
Fri Aug 07, 2020 1:37 am
Forum: Nagios XI
Topic: Nagios not receiving passive checks
Replies: 5
Views: 513

Nagios not receiving passive checks

Hi, I have an alarm which monitors is Nagios is receiving passive checks as attached. There is a cron running every 5 mins sending the below to Nagios which when working properly will have the alarm in OK status: (bash -c "/bin/echo \"-Services Tools;Nagios passive checks processing;0;Ok\&...
by sitaonair
Thu Jul 16, 2020 10:16 pm
Forum: Nagios XI
Topic: Upgrading from Nagios XI 5.4.11
Replies: 5
Views: 441

Re: Upgrading from Nagios XI 5.4.11

Thank you for the confirmation, you may close this thread.
by sitaonair
Tue Jul 14, 2020 10:45 pm
Forum: Nagios XI
Topic: Upgrading from Nagios XI 5.4.11
Replies: 5
Views: 441

Re: Upgrading from Nagios XI 5.4.11

Hi,

May i confirm the ndo2db issue is fixed in 5.7.2 and which was the changelog for it?

Thanks
by sitaonair
Thu Jul 02, 2020 5:03 am
Forum: Nagios XI
Topic: Upgrading from Nagios XI 5.4.11
Replies: 5
Views: 441

Upgrading from Nagios XI 5.4.11

Hi,

Currently running XI 5.4.11 and planning for an upgrade:

- is any progressive upgrading required?
- saw some threads of people having issues with 5.7.x due to removal of ndo2db, would 5.7.2 fix these and when would it be available?

Thanks
by sitaonair
Fri Dec 14, 2018 8:52 am
Forum: Nagios XI
Topic: Nagios XI UI showing database error after server reboot
Replies: 3
Views: 428

Re: Nagios XI UI showing database error after server reboot

Hi, [nagios@nagxi-01 custom]$ grep pgsql /usr/local/nagiosxi/html/config.inc.php "dbtype" => 'pgsql', [nagios@nagxi-01 custom]$ cat /etc/redhat-release CentOS release 6.7 (Final) From the output it seems that pgsql is still in use for the setup, is it right to assume that the Nagios versio...
by sitaonair
Thu Dec 13, 2018 5:18 am
Forum: Nagios XI
Topic: Nagios XI UI showing database error after server reboot
Replies: 3
Views: 428

Nagios XI UI showing database error after server reboot

Hi, We had a reboot on the host Nagios XI was running from to take some backups and upon startup, the Web UI page stated an error with database and suggested the following script to be run: /usr/local/nagiosxi/scripts/repair_databases.sh After running the script the Web UI still did not load and fro...
by sitaonair
Wed Nov 21, 2018 9:53 pm
Forum: Nagios XI
Topic: ping host using other interface
Replies: 3
Views: 328

Re: ping host using other interface

Thanks for this, I found that after creating the thread, kindly close this issue.
by sitaonair
Tue Nov 20, 2018 10:28 pm
Forum: Nagios XI
Topic: ping host using other interface
Replies: 3
Views: 328

ping host using other interface

Hi,

I have 3 interfaces on my NagXI server eth0/1/2, due to the way the network is setup, I am trying to ping a host using eth2 which i can do from command line:

ping -I eth2 10.x.x.x

Would like to know what is an efficient way to do this in Nagios?

Thanks in advance