Search found 8 matches

by akoei
Thu Oct 29, 2015 11:29 am
Forum: Nagios XI
Topic: performance graph can't show recent days' data
Replies: 7
Views: 1606

Re: performance graph can't show recent days' data

rkennedy wrote:Try following this guide to make changes to two things, your Perfdata Timeout, and NPCD load threshold.
https://support.nagios.com/wiki/index.p ... ta_Timeout

Set your TIMEOUT to 20, and the load_threshold to 10x the amount of cores your system has.
It works now, thanks a lot!
by akoei
Wed Oct 28, 2015 7:31 am
Forum: Nagios XI
Topic: performance graph can't show recent days' data
Replies: 7
Views: 1606

Re: performance graph can't show recent days' data

TIMEOUT = 5
rkennedy wrote:Can you post the output of the following -
grep "TIMEOUT =" /usr/local/nagios/etc/pnp/process_perfdata.cfg
by akoei
Tue Oct 27, 2015 8:29 am
Forum: Nagios XI
Topic: performance graph can't show recent days' data
Replies: 7
Views: 1606

Re: performance graph can't show recent days' data

Having too many files in "/usr/local/nagios/var/spool/xidpe" directory may indicate that cron is/was not running. After cron runs, it moves these files to the perfdata dir. Having too many files in the "/usr/local/nagios/var/spool/perfdata" directory means that npcd is/was not r...
by akoei
Mon Oct 26, 2015 9:50 am
Forum: Nagios XI
Topic: performance graph can't show recent days' data
Replies: 7
Views: 1606

performance graph can't show recent days' data

Our Nagios suddenly stopped showing performance graph/data for after Oct 16th. The performance data before Oct 16th is still able to be shown, but after the date, it is all blank. I have tried rebooted the machine, no help. The system status shows OK, with 6 green check marks. I check the file syste...
by akoei
Fri Mar 06, 2015 11:19 am
Forum: Nagios XI
Topic: combine two checks with IF condition?
Replies: 4
Views: 2535

Re: combine two checks with IF condition?

Are you referring to hosts/services in general or are you asking about writing a plugin and using an IF statement? I am looking forward a ganeral way. Our requirement is: Check A, if A is true, then check B, then send out notification based on B; if A is false, stop. I couldn't combine them now hav...
by akoei
Fri Mar 06, 2015 11:02 am
Forum: Nagios XI
Topic: combine two checks with IF condition?
Replies: 4
Views: 2535

combine two checks with IF condition?

Is there a way can combine two check A and B with IF condition?

IF check A true, then check B

Thanks a lot
by akoei
Thu Mar 05, 2015 10:12 am
Forum: Nagios XI
Topic: Contact can't receive notification
Replies: 3
Views: 929

Re: Contact can't receive notification

In addition to what jdalrymple said, please note that the "notify-service-by-email" can typically only send mail via sendmail, whereas the XI process can use SMTP. It may be worth looking over this document: http://assets.nagios.com/downloads/nagiosxi/docs/Configuring-Core-Contacts-to-Use...
by akoei
Thu Feb 26, 2015 9:59 am
Forum: Nagios XI
Topic: Contact can't receive notification
Replies: 3
Views: 929

Contact can't receive notification

I have a Nagios XI running on 2012R2.8c. I am recently trying to create a contact (not user, no need to login Nagios) which can receive notification, but failed: no matter what I do, the notification can't be sent to contact's email. I have read the Nagios's white paper about contacts and users, fol...