I am trying to create a custom gadget that will display the status icon of the database replication status returned by this script:
https://exchange.nagios.org/directory/P ... us/details
This script does not seem to return any performance data.
My understanding is that my gadget should then set a dummy performance data with something like:
Code: Select all
$sDummyPerfdata = 'config=20%;80;90;0;100';However, the output of my custom gadget in NagVis returns:
Code: Select all
ERROR: The needed parameter "perfdata" is missing.Please could you tell me what I am doing wrong.
Thank you.