You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a custom plugin script in order to retrieve with API , Moving average values as a line chart each at "start_date" key from json output
and "Alert" when the value is different of 0 at "start_date" as vertical line .
My question is how to modify the graph template in order for nagiosxi to parse my plugin output .
here is the output of the API i called in the plugin script :
Hello ,
I wrote a custom plugin script in order to retrieve with API , Moving average values as a line chart each at "start_date" key from json output
and "Alert" when the value is different of 0 at "start_date" as vertical line .
My question is how to modify the graph template in order for nagiosxi to parse my plugin output .
here is the output of the API i called in the plugin script :
here is my plugin script logic that i want to visualize :
this is the grap output :
this is what iam expecting to visualize :
orange vertical lines are Alerts when Alert!=0
I Highly appreciate your insights and feedback
The text was updated successfully, but these errors were encountered: