Custom Performance Variables

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
EHUBLET
Posts: 1
Joined: Tue Feb 17, 2026 4:29 am

Custom Performance Variables

Post 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
cdepaulis
Posts: 30
Joined: Tue Aug 05, 2025 1:37 pm

Re: Custom Performance Variables

Post 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
Post Reply