Hi Team,
I am using checkmk-2.3 Raw version.
I have added new service to my host via plugin using shell script. Now I want graph parameters for the same service like CPU utilization and CPU load usage. It will be great if someone help on this.
Hi Team,
I am using checkmk-2.3 Raw version.
I have added new service to my host via plugin using shell script. Now I want graph parameters for the same service like CPU utilization and CPU load usage. It will be great if someone help on this.
Could someone please answer this if knows ?
Hi Yellareddy,
which type of plugin did you write to extend the checkmk agent ?
If it is a local check, you can output metrics from the script in the output string like this:
metricname=value;warn;crit;min;max
e.g.
0 "My service" count1=42|count2=23 A service with 2 graphs
Further documentation here:
If you developed your own checkmk agent plugin, you can yield the metrics :
this is actually a forum, not a support channel. any reason why you are expecting a reply in a day?
Hi Aeckstein,
Thank you for your quick response. Its much needed for our monitoring. I understand that its forum . I am new to this type of query process. Further I
will follow.