Hi,
I have tried to add a new host to monitoring bandwidth usage on the Fortinet firewall but I got a return data in 0 Mb all the graphs see the picture attached. How can I fix this problem?
Also, I have found a problem in the report of bandwidth usage. The tables are showing all data but the above graphs do not show detail. This is a different problem from the above.
No data in performance graph when add host from wizard
No data in performance graph when add host from wizard
You do not have the required permissions to view the files attached to this post.
Re: No data in performance graph when add host from wizard
Hello @dimsum
Thanks for reaching out, want to check the following to see if we can narrow the issue.
Do you see the new host listed and inside the host directory and do we see recent time-stamped rrd updates in:
Let's also make sure that the 'nagios' account has not expired.
We can also make sure Nagios user with the command below
Quick overview on the perfdata and npcd log to see if your "new" host is listed and if any errors:
Here is a support article that provides information on how to troubleshoot performance data issues. Please send me the following via private message so we can provide further assistance if needed:
Thanks for reaching out and would like to take a look at your Nagios XI System Profile so we can see what is going on.
To send us your system profile.
Thanks for reaching out, want to check the following to see if we can narrow the issue.
Do you see the new host listed and inside the host directory and do we see recent time-stamped rrd updates in:
Code: Select all
/usr/local/nagios/share/perfdata/Code: Select all
chage -l nagiosCode: Select all
chage -I -1 -m 0 -M 99999 -E -1 nagiosCode: Select all
tail -250 /usr/local/nagios/var/perfdata.log
tail -250 /usr/local/nagios/var/npcd.log
Watch perfdata realtime by:May want to increase log verbose on perfdata by editting: /usr/local/nagios/etc/pnp/process_perfdata.cfg
Change:
LOG_LEVEL = 0
To:
LOG_LEVEL = 2
Code: Select all
sed -i 's/LOG_LEVEL = 0/LOG_LEVEL = 2/g' /usr/local/nagios/etc/pnp/process_perfdata.cfg
Code: Select all
tail -f /usr/local/nagios/var/perfdata.logHere is a support article that provides information on how to troubleshoot performance data issues. Please send me the following via private message so we can provide further assistance if needed:
Thanks for reaching out and would like to take a look at your Nagios XI System Profile so we can see what is going on.
To send us your system profile.
- Login to the Nagios XI GUI using a web browser.
- Click the "Admin" > "System Profile" Menu
- Click the "Download Profile" button
- Save the profile.zip file
Code: Select all
tar -czvf /tmp/nagiosrrdinfo.tar.gz /usr/local/nagios/var/perfdata.log /usr/local/nagios/var/npcd.log /usr/local/nagios/share/perfdata/[/*] [*]Please send via private message, the profile.zip and the nagiosrrdinf.tar.gz[/*][/list] Thanks, Perry