Page 1 of 1

One monitored Linux shows all, rest shows minimum

Posted: Tue Feb 23, 2021 3:12 pm
by hank.wojteczko
Installed monitoring agent using Installing_The_XI_Linux_Agent.pdf instructions:
Installing The Agent
Download the Linux NRPE agent to the /tmp directory on the Linux server you wish to monitor.
cd /tmp
wget https://assets.nagios.com/downloads/nag ... ent.tar.gz
Unpack the installation archive you just downloaded:
tar xzf linux-nrpe-agent.tar.gz
Enter the newly created agent subdirectory:
cd linux-nrpe-agent
Run the wrapper script as root (if using Ubuntu you'll need to either run sudo -i to run as root or run the
command with sudo in front):

./fullinstall




Works on:
Oracle Linux :
Linux nwmsussbt01 4.14.35-2025.403.3.el7uek.x86_64 #2 SMP Fri Nov 27 18:36:50 PST 2020 x86_64 x86_64 x86_64 GNU/Linux
Host Service Status Duration
nwmsussbt01 / Disk Usage Ok 13d 1h 54m 46s
/u01 Disk Usage Ok 13d 1h 54m 29s
CPU Stats Ok 13d 1h 54m 13s
Cron Scheduling Daemon Ok 13d 1h 53m 55s
Load Ok 13d 1h 53m 38s
Memory Usage Ok 13d 1h 53m 24s
Open Files Ok 13d 2h 22m 45s
Ping Critical 24d 20h 51m 56s
SSH Server Ok 13d 2h 22m 30s
Swap Usage Ok 13d 2h 22m 22s
Total Processes Warning 13d 2h 22m 3s
Users Ok 13d 2h 21m 31s

Does NOT work on:
Oracle Linux:
Linux nwmsuesmt01 4.14.35-2025.403.3.el7uek.x86_64 #2 SMP Fri Nov 27 18:36:50 PST 2020 x86_64 x86_64 x86_64 GNU/Linux

Host Service Status Duration
nwmsuesmt01 Current Load Ok 11d 22h 41m 15s
Current Users Ok 11d 22h 41m 12s
Total Processes Warning 11d 22h 37m 26s

Is there a config file on the agent that need changing? If so, where is it?

Re: One monitored Linux shows all, rest shows minimum

Posted: Wed Feb 24, 2021 10:22 am
by scottwilkerson
hank.wojteczko wrote:Does NOT work on:
Oracle Linux:
Linux nwmsuesmt01 4.14.35-2025.403.3.el7uek.x86_64 #2 SMP Fri Nov 27 18:36:50 PST 2020 x86_64 x86_64 x86_64 GNU/Linux
Can you send a screenshot of what you are getting for this host that isn't working?

Is the nrpe service running on the remote host?
Could there be a firewall blocking access to port 5666 on the remote server?