node-red-nagios-nsca-send
Version:
A Node-RED node to forward to Nagios using NSCA send
30 lines (29 loc) • 927 B
JSON
{
"nagios-nsca-send": {
"label": {
"send_nsca_config": "send_nsca config file",
"perfdata": "Perfdata",
"unconfigured_node": "unconfigured Nagios NSCA node __property__",
"NSCA": "NSCA for __property__",
"default_name": "unnamed Nagios performance data",
"name": "Name",
"value_from": "Value of key",
"warn": "Warnings when",
"crit": "Critical when",
"and": "and",
"min": "Minimum",
"max": "Maximum",
"UOM": "Unit Of Meassure"
},
"action": {
"between": "between",
"outside": "outside",
"below": "below",
"above": "above"
},
"errors": {
"invalid-from": "Invalid 'from' property: __error__",
"invalid-json": "Invalid 'to' JSON property"
}
}
}