Search found 36 matches

by vazudevan
Fri Aug 24, 2018 11:29 pm
Forum: Nagios XI
Topic: XI logs taking up too much space
Replies: 12
Views: 2572

Re: XI logs taking up too much space

No errors reported on visudo

Code: Select all

[root@phlprcnagnxi001 ~]# visudo
[root@phlprcnagnxi001 ~]# 
by vazudevan
Fri Aug 24, 2018 2:06 pm
Forum: Nagios XI
Topic: XI logs taking up too much space
Replies: 12
Views: 2572

Re: XI logs taking up too much space

[root@phlprcnagnxi001 etc]# ls -l /usr/local/nagios | grep var drwxr-xr-x 6 nagios nagios 4096 Aug 24 15:04 var [root@phlprcnagnxi001 etc]# ls -al /usr/local/nagios/var/nagios.configtest ls: cannot access /usr/local/nagios/var/nagios.configtest: No such file or directory [root@phlprcnagnxi001 etc]#
by vazudevan
Fri Aug 24, 2018 2:02 pm
Forum: Nagios XI
Topic: ndo2DB errors and IPC
Replies: 3
Views: 359

Re: ndo2DB errors and IPC

it was already set to the higher frequency. The condition is in spite of the setting.

Code: Select all

[root@phlprcnagnxi001 etc]# grep reaper nagios.cfg 
# check_result_reaper_frequency=10
check_result_reaper_frequency=3
# max_check_result_reaper_time=30
max_check_result_reaper_time=10
by vazudevan
Fri Aug 24, 2018 1:56 pm
Forum: Nagios XI
Topic: XI logs taking up too much space
Replies: 12
Views: 2572

Re: XI logs taking up too much space

Code: Select all

/usr/local/nagiosxi/scripts/nom_create_nagioscore_checkpoint_cond.sh
OK.
RESETTING PERMS
/usr/local/nagiosxi/nom/checkpoints/nagioscore ~
tar: Removing leading `/' from member names
~
Config test passed.  Checkpoint created.
by vazudevan
Fri Aug 24, 2018 10:41 am
Forum: Nagios XI
Topic: ndo2DB errors and IPC
Replies: 3
Views: 359

ndo2DB errors and IPC

Hey, We are often noticing ndo2db errors in /var/log/messages. ndo2db: Error: max retries exceeded sending message to queue. Kernel queue parameters may neeed to be tuned. See README. the IPC queue at this time are full. ipcs -q ------ Message Queues -------- key msqid owner perms used-bytes message...
by vazudevan
Fri Aug 24, 2018 10:10 am
Forum: Nagios XI
Topic: XI logs taking up too much space
Replies: 12
Views: 2572

Re: XI logs taking up too much space

it did not make a difference. As stated this error is seen in nom.log and is related exactly every minute. its not coming from the init script, I believe its instead from the cron * * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/nom.php >> /usr/local/nagiosxi/var/nom.log 2>&1
by vazudevan
Tue Aug 21, 2018 4:28 am
Forum: Nagios XI
Topic: XI logs taking up too much space
Replies: 12
Views: 2572

Re: XI logs taking up too much space

Thank you for the details, Checked on these and verified the permissions. Sudoers entry are exactly the same. They all appear to be fine. With the Ramdisk we had the nom and sys stat logs getting in GBs very quickly. Reverted back from Ramdisk to local disks and things seems to have settled down now...
by vazudevan
Thu Aug 16, 2018 12:51 am
Forum: Nagios XI
Topic: XI logs taking up too much space
Replies: 12
Views: 2572

XI logs taking up too much space

The nom.log and sysstat.log logs are taking up too huge a space and there appears to be no log rotation or purging. [root@nagios var]# ls -lh nom.log sysstat.log -rw-r--r-- 1 nagios nagios 22G Aug 16 01:47 nom.log -rw-r--r-- 1 nagios nagios 26G Aug 16 01:47 sysstat.log Also, we are seeing a lot of t...
by vazudevan
Tue Jul 24, 2018 10:22 am
Forum: Nagios XI
Topic: Performance tuning for passive checks
Replies: 3
Views: 387

Re: Performance tuning for passive checks

Thank you. Will try these settings and check.
by vazudevan
Tue Jul 17, 2018 11:52 am
Forum: Nagios XI
Topic: Performance tuning for passive checks
Replies: 3
Views: 387

Performance tuning for passive checks

Need assistance with performance tuning tips for apache. The setup is federated monitoring with XI as the central point of aggregation. For about 1200 passive hosts and passive 4500 services currently we observe about 25 requests per second on apache. This is going to get increased to 3500 hosts and...