-1

I have a bash script that do checks and show result correctly in local server but when using graphic web of Centreon the message is empty

I use echo as output of function called from main

1 Answers1

0

Thanks for all, the problem it is when i run script in Nagios-Centreon i have this outpout NRPE: Unable to read output in OS AIX the code is large, i resolve it by changing #!/bin/ksh instead of #!/bin/bash Basically the problem is because of special caracters in script shell.

https://support.nagios.com/kb/article/nrpe-nrpe-unable-to-read-output-620.html#:~:text=This%20error%20implies%20that%20NRPE,when%20running%20the%20remote%20plugin%20.