Search found 34 matches

by hzsoliel
Tue Jul 16, 2019 3:12 pm
Forum: Nagios XI
Topic: inaccurate performance data
Replies: 3
Views: 237

Re: inaccurate performance data

Thanks. You may close this thread.
by hzsoliel
Thu Jul 11, 2019 3:47 pm
Forum: Nagios XI
Topic: inaccurate performance data
Replies: 3
Views: 237

inaccurate performance data

Hi there, We have a custom service that does some work and provides answers in integer format. We have verified that we only ever receive integers. Our custom dashlet also reflects these data and we have twice verified that everything is in integer format. However, when we look at the "performa...
by hzsoliel
Thu Dec 13, 2018 1:15 pm
Forum: Nagios XI
Topic: The services are not updated on the dashboard
Replies: 2
Views: 149

Re: The services are not updated on the dashboard

To add more details, If I go to "Host Detail", The last check timestamp of all the hosts is something like "2018-11-30 18:30:34" . We recently restored a old backup which was taken on Nov. 30, 2018. After the restore, it looks like that the status of all the services doesn't chan...
by hzsoliel
Thu Dec 13, 2018 1:10 pm
Forum: Nagios XI
Topic: The services are not updated on the dashboard
Replies: 2
Views: 149

The services are not updated on the dashboard

Hi all:

I noticed that the status of all the services on my Nagios server are not updated on the dashboard but the performance data is still generated in perfdata/ folder. How do I have the latest service status shown on my dashboard?

Thanks,

Heather
by hzsoliel
Fri Dec 07, 2018 2:09 pm
Forum: Nagios XI
Topic: /usr/local/nagiosxi/var/*log ownership
Replies: 3
Views: 247

Re: /usr/local/nagiosxi/var/*log ownership

/usr/local/nagiosxi/var/*log { missingok notifempty size 5M rotate 1 compress } /usr/local/nagiosxi/var/xidebug.log { missingok notifempty size 100M create 0660 apache nagios rotate 1 compress } /usr/local/nagiosxi/var/xidebug.log.backtrace { missingok notifempty size 100M create 0660 apache nagios...
by hzsoliel
Fri Dec 07, 2018 2:08 pm
Forum: Nagios XI
Topic: /usr/local/nagiosxi/var/*log ownership
Replies: 3
Views: 247

Re: /usr/local/nagiosxi/var/*log ownership

Hi support: # /etc/cron.d/nagiosxi: crontab fragment for nagiosxi # Backup MySQL & PostgreSQL Databases 0 7 * * * root /root/scripts/automysqlbackup 0 7 * * * root /root/scripts/autopostgresqlbackup > /dev/null 2>&1 * * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php >> /us...
by hzsoliel
Fri Dec 07, 2018 2:06 pm
Forum: Nagios XI
Topic: /usr/local/nagiosxi/var/*log ownership
Replies: 3
Views: 247

/usr/local/nagiosxi/var/*log ownership

Hi support: I have this werid problem. Everytime when logrotate runs and the the logs in /usr/local/nagiosxi/var/ are rotated, the newly created logs belong to root. This causes the trouble since the PHP processes which write to the logs get the permission issue and they die. I cacn't figure out why...
by hzsoliel
Tue Nov 20, 2018 3:58 pm
Forum: Nagios XI
Topic: no performance graph
Replies: 17
Views: 791

Re: no performance graph

I see several log files belong to root including perfdataproc.log and its size is 0. So I decided to make everything nagios.
by hzsoliel
Tue Nov 20, 2018 3:34 pm
Forum: Nagios XI
Topic: no performance graph
Replies: 17
Views: 791

Re: no performance graph

I fixed the issue by doing below:
chown nagios:nagios /usr/local/nagiosxi/var/*.log
systemctl restart crond
by hzsoliel
Tue Nov 20, 2018 12:47 pm
Forum: Nagios XI
Topic: no performance graph
Replies: 17
Views: 791

Re: no performance graph

I found out that /usr/local/nagiosxi/cron/perfdataproc.php process is not running on my server. what is the reason and how do I force start it? Should I reboot my server?