NagVis / nagvis

Visualization addon for your open source monitoring core

Home Page:http://nagvis.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nagvis Gadgets

RayzerSharpe opened this issue · comments

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:

  • name1: Hostname
  • name2: Service description
  • state: Current state
  • stateType: Current state type (soft/hard)
  • ack: Acknowledged or not
  • downtime: In downtime or not
  • user defined params

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