Problem with (null) result

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
reincarne
Posts: 146
Joined: Wed Jun 26, 2013 4:39 am

Problem with (null) result

Post by reincarne »

Hi,
I'm running a plugin that checks Graphite server.
In general you provide to Nagios a specific metric to run on the Graphite server and it returns back a result.
For some reason, when I run the specific metric below, Nagios does run and return a normal result (when I run it through "Test Check Command"), but once I apply the configuration and go to my dashboard,
it shows (null) under the Status Information.
sumSeries(group(stats_counts.sts.api.post.issue.*.*.error,stats_counts.sts.api.post.issue.*.error))

If I run simple metrics, there is no problem ==> exaple: stats_counts.sts.api.post.issue.*.*.error
I think the problem is with the brackets.

Do you have any idea what could be the problem?
Thanks.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Problem with (null) result

Post by slansing »

Can we see the command definition for this check and the service you have this on? CCM > Services > 'click the blue diskette icon next to the service's name and paste the output here, in code wraps' Please do the same for the command definition under CCM > Commands. When you manually run this check from the command line what is returned? Thanks!
Locked