Problem with NRPE
-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Problem with NRPE
And this one does not look right.
Memory Usage Warning 26d 19h 55m 46s 5/5 2012-07-30 11:40:00 WARNING - 3728 / 7810 MB (%) Free Memory, Used: 4082 MB, Shared: 0 MB, Buffers: 699 MB, Cached: 2718 MB
Memory Usage Warning 26d 19h 55m 46s 5/5 2012-07-30 11:40:00 WARNING - 3728 / 7810 MB (%) Free Memory, Used: 4082 MB, Shared: 0 MB, Buffers: 699 MB, Cached: 2718 MB
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Problem with NRPE
This is going to depend on your environment, every server is different. You can change the warning or critical levels to be numbers you are comfortable with for the server.benningtonr wrote:also what is a good number for processes?
we have 269 and it says critical, but the box is not loaded.
-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Problem with NRPE
ok, i wasn't sure, I will change the limits.
I still have the other two issues to look at
I still have the other two issues to look at
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Problem with NRPE
This looks like you are missing a package required on the remote machine that is used to calculate the percentage.benningtonr wrote:And this one does not look right.
Memory Usage Warning 26d 19h 55m 46s 5/5 2012-07-30 11:40:00 WARNING - 3728 / 7810 MB (%) Free Memory, Used: 4082 MB, Shared: 0 MB, Buffers: 699 MB, Cached: 2718 MB
the package is dc
on a centos or RHEL it is part of the bc package
Code: Select all
yum install bc -yCode: Select all
sudo apt-get install bc-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Problem with NRPE
I have been informed that BC is already installed on this machine.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Problem with NRPE
Is this the Ubuntu machine? It might stand on its own there
run
run
Code: Select all
sudo apt-get install dc-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Problem with NRPE
yes, it is an ubuntu machine
Re: Problem with NRPE
dc stands for desktop calculator. It's just a small command line calculator required as a dependency.
-
benningtonr
- Posts: 524
- Joined: Tue May 22, 2012 2:16 pm
Re: Problem with NRPE
ok, i will have him check,
Thanks
Thanks