Page 2 of 2
Re: Some Service Performance Graphs Not Showing
Posted: Tue Jan 08, 2013 10:38 am
by Gavin
No such luck. We do have RRD graphs showing for other services, but not for this one (or a handful of others).
The 'SMTP_25' services uses the builtin check for SMTP:
Code: Select all
$USER1$/check_smtp -H $HOSTADDRESS$ $ARG1$
...with the argument:
'Retain perf data' is ON, and it seems to be recording data (because the highcharts are working). It's very odd.
Thanks,
Gavin
Re: Some Service Performance Graphs Not Showing
Posted: Tue Jan 08, 2013 11:22 am
by Gavin
Is it worth us taking this issue offline? It might be easier as we can give you access to logs etc. without having to censor them.
Thanks,
Gavin
Re: Some Service Performance Graphs Not Showing
Posted: Wed Jan 09, 2013 11:11 am
by slansing
You can open a ticket by sending an email to
[email protected], this way you can share your logs and config's more securely.
Re: Some Service Performance Graphs Not Showing
Posted: Thu Jan 10, 2013 12:44 pm
by mguthrie
Just a followup for future reader. This issue was caused by a bad PNP template that appears to have shipped with Nagios XI. The rrdtool-generated graphs can have templates specified for services. These templates are stored in
/usr/local/nagios/share/pnp/templates
/usr/local/nagios/share/pnp/templates.dist
/usr/local/nagios/share/pnp/templates.special
The graph templates correspond to the name of the check command used for a service.