At this time, the return is being truncated to 8189 bytes.
This is my returned data on my Nagios XI host
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H [remote-host] -c roll-logs -a "oraarchlog pr1" > /tmp/x.x
wc /tmp/x.x
179 796 8189 /tmp/x.x
Code: Select all
wc oracle-archive.log
445 1812 18899 oracle-archive.log
The version of nrpe on both hosts is 3.2.1
Remote host is HP-UX. I compiled and deployed the nrpe.
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H [remote-host]
NRPE v3.2.1Code: Select all
/usr/local/nagios/libexec/check_nrpe -V
NRPE Plugin for Nagios
Version: 3.2.1Please advise...
Thanks
Steve B