For some reason, the second result shows its instant data, but its value never makes to the performance graph (image attached). Any idea why?OK Quantidade de memoria maior ou igual a 0 e menor ou igual 3980;|heap_memory_usage=232MB;3980;3995;0;4000
x | non_heap_memory_usage=146MB;3980;3995;0;4000
Nagios doesn't plot second graph
Nagios doesn't plot second graph
We're a trying to build a plugin that send 2 performance data. This is a sample output from our plugin:
You do not have the required permissions to view the files attached to this post.
Re: Nagios doesn't plot second graph
I believe the problem is your second pipe. You need to have one pipe (not two). Here's an example ouput:
OUTPUT: OK - Physical Memory: Total: 0.016TB - Used: 5.500GB (34%) - Free: 0.010TB (66%)|'Physical Memory Used'=5905592320Bytes; 'Physical Memory Utilisation'=34%;80;90;
Hope this helps.
OUTPUT: OK - Physical Memory: Total: 0.016TB - Used: 5.500GB (34%) - Free: 0.010TB (66%)|'Physical Memory Used'=5905592320Bytes; 'Physical Memory Utilisation'=34%;80;90;
Hope this helps.
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios doesn't plot second graph
I'm glad that helped. I'll go ahead and lock this thread. Thanks.