Page 1 of 1

Custom Performance Variables

Posted: Tue Feb 17, 2026 4:48 am
by EHUBLET
dear all ;-)
I'm trying to send to NagiosXI with NRPE something like
... "output":"Test EHU|'sucess'=88,'fail'=12"

I already test with semicolon.
I see variables when I try to create a new DashLets but nothing appear in my graph

Thanks
Etienne

Re: Custom Performance Variables

Posted: Tue Feb 17, 2026 9:21 am
by cdepaulis
Hello,

Looks like your performance data is in the incorrect format. Here is an example of how it should be formatted with multiple values.

Code: Select all

"CRITICAL - High Value. Highest value: 50 | value1=50;<warning_threshold>;{critical_threshold};; value2=25;{warning_threshold};{critical_threshold};;"
Here is also a document to help you https://nagios-plugins.org/doc/guidelin ... erformance

If you have any more questions or concerns let us know.
- Caleb