Problem with (null) result
Posted: Mon Mar 31, 2014 7:53 am
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.
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.