Search found 3 matches

by denmat
Tue Oct 20, 2020 2:58 am
Forum: Open Source Nagios Projects
Topic: check_load fails with could not parse load from uptime
Replies: 2
Views: 1341

Re: check_load fails with could not parse load from uptime

Problem solved. This version (from the nagios-plugins rpm provided by AIX toolbox for linux) was looking for uptime in /opt/freeware/bin/uptime and not the native OS uptime. Installing coreutils and therefore /opt/freeware/bin/uptime fixed it.
by denmat
Mon Oct 12, 2020 7:59 pm
Forum: Open Source Nagios Projects
Topic: check_load fails with could not parse load from uptime
Replies: 2
Views: 1341

check_load fails with could not parse load from uptime

On AIX systems the check_load plugin v2.2.1 fails with the error: # /opt/freeware/lib/nagios/plugins/check_load -V check_load v2.2.1 (nagios-plugins 2.2.1) # /opt/freeware/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20 Could not parse load from uptime: Whereas v2.1.1 of the plugin works withou...
by denmat
Sat Mar 14, 2020 7:39 pm
Forum: Open Source Nagios Projects
Topic: Issue with Nagios NRPE v3.2.1 not running as nagios user
Replies: 1
Views: 1093

Issue with Nagios NRPE v3.2.1 not running as nagios user

Hi, Similar to another issue reported previously for v3.2.0, v3.2.1 also fails to start as nagios user on multiple versions of AIX. Older versions of nrpe starts as nagios/nrpe user, but v3.2.1 always starts the daemon as root. Has anyone found a cause for this please ? [root/] # /opt/freeware/sbin/...