check performance data
Posted: Tue Jul 16, 2019 8:33 am
Hi, I have one script returning that values:
echo "Ok|Activos=$activos;Waiting=$waiting;OnHold=$onhold;Material=$material;Pedido=$pedido;PendienteMaterial=$pendientematerial;SinAtender=$sinatender;Laboral=$laboral;Sistemas=$sistemas"
Ok|Activos=14;Waiting=13;OnHold=5;Material=12;Pedido=3;PendienteMaterial=1;SinAtender=9;Laboral=22;Sistemas=5
How I need to write that values to allow nagios to get them to a multiples values os performance data? on that way is only getting the first value Activos=14
Regards
echo "Ok|Activos=$activos;Waiting=$waiting;OnHold=$onhold;Material=$material;Pedido=$pedido;PendienteMaterial=$pendientematerial;SinAtender=$sinatender;Laboral=$laboral;Sistemas=$sistemas"
Ok|Activos=14;Waiting=13;OnHold=5;Material=12;Pedido=3;PendienteMaterial=1;SinAtender=9;Laboral=22;Sistemas=5
How I need to write that values to allow nagios to get them to a multiples values os performance data? on that way is only getting the first value Activos=14
Regards