XI webui shows performance graph isn't running

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Suzumushi
Posts: 2
Joined: Fri Apr 03, 2015 4:24 am

XI webui shows performance graph isn't running

Post by Suzumushi »

XI webui shows performance graph isn't running
but in fact it's running

Installed Version: 5.5.7

systemctl status npcd
● npcd.service - SYSV: Visit the Website at http://sourceforge.net/projects/pnp4nagios/
Loaded: loaded (/etc/rc.d/init.d/npcd; bad; vendor preset: disabled)
Active: active (running) since Sat 2018-11-17 11:32:02 CET; 11min ago

nagios 25953 1 0 11:32 ? 00:00:00 /usr/local/nagios/bin/npcd -d -f /usr/local/nagios/etc/pnp/npcd.cfg

rw-r--r-- 1 root root 5 Nov 17 11:55 /usr/local/nagiosxi/var/subsys/npcd.pid
i have to chage int manually every restart to nagios:nagios
but this is not helping at all

umask 022

so i'm little bit stuck

regards
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: XI webui shows performance graph isn't running

Post by lmiltchev »

Can you run the following command and show the output?

Code: Select all

grep 'user =\|group =' /usr/local/nagios/etc/pnp/npcd.cfg
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked