This support forum board is for support questions relating to
Nagios XI , our flagship commercial network monitoring solution.
Gavin
Posts: 58 Joined: Mon Dec 24, 2012 4:56 am
Post
by Gavin » Tue Jan 08, 2013 10:38 am
No such luck. We do have RRD
graph s 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
Gavin
Posts: 58 Joined: Mon Dec 24, 2012 4:56 am
Post
by Gavin » Tue Jan 08, 2013 11:22 am
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
slansing
Posts: 7698 Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...
Post
by slansing » Wed Jan 09, 2013 11:11 am
You can open a ticket by sending an email to
xisupport@nagios.com , this way you can share your logs and config's more securely.
mguthrie
Posts: 4380 Joined: Mon Jun 14, 2010 10:21 am
Post
by mguthrie » Thu Jan 10, 2013 12:44 pm
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 graph s 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.