NagVis / nagvis

Visualization addon for your open source monitoring core
http://nagvis.org/
GNU General Public License v2.0
113 stars 73 forks source link

Nagvis Gadgets #334

Open RayzerSharpe opened 1 year ago

RayzerSharpe commented 1 year ago

As i read it NagVis sends the following Parameters to a Gadget (as described in the Header of the existing Gadget files)

The gadget gets its data from the NagVis frontend by parameters. This gadget only needs the "perfdata" parameter. NagVis also passes the following parameters to the gadgets:

Within CheckMK, each service has a Summary Field. Is there any way i can access the value of this summary field from my gadget. I can get the Value field through perfdata no problem but i want to work with the contents of the Summary Field