Search found 3 matches
- Tue Feb 16, 2021 11:05 am
- Forum: Nagios XI
- Topic: PHP Warning: feof() expects parameter 1 to be resource
- Replies: 1
- Views: 294
PHP Warning: feof() expects parameter 1 to be resource
PHP Warning: feof() expects parameter 1 to be resource, boolean given in /usr/local/nagiosxi/scripts/utils-reports.inc.php It is on line 578: $fp = popen($binpath, "r"); while (!feof($fp)) { --- Line 578 $rawoutput .= fread($fp, 1024); } I think it needs to check for $fp: $fp = popen($binp...
- Thu Jul 09, 2020 7:54 am
- Forum: Nagios XI
- Topic: NRPE clients updated to nrpe 4.x has issue with Nagios XI
- Replies: 3
- Views: 162
Re: NRPE clients updated to nrpe 4.x has issue with Nagios X
Our clients are already at nrpe 4.0.3. I know I can use -2 to force v2 packets. How do I upgrade the nrpe on Nagios XI server to v4?
Thanks
Thanks
- Tue Jul 07, 2020 12:13 pm
- Forum: Nagios XI
- Topic: NRPE clients updated to nrpe 4.x has issue with Nagios XI
- Replies: 3
- Views: 162
NRPE clients updated to nrpe 4.x has issue with Nagios XI
Hi, NRPE clients have been upgraded during patching and new builds to 4.0.3. This is causing the following issue. Jun 29 09:11:24 host1 nrpe[26424]: Error: (use_ssl == true): Request packet version was invalid! Jun 29 09:11:24 host1 nrpe[26424]: Could not read request from client XX.XX.XX.XX, bailin...