Page 4 of 4
Re: Is there a number of Client or services Nagios can conne
Posted: Wed Apr 15, 2020 12:58 pm
by jlamar
updates?
Re: Is there a number of Client or services Nagios can conne
Posted: Wed Apr 15, 2020 4:11 pm
by ssax
Please go to Configure > Core Config Manager > Services:
- Edit the Current Load service for localhost
- Change the warning and critical thresholds to higher values, they are currently set very low:
Code: Select all
$ARG1$ (warning thresholds) = 5.0,4.0,3.0
$ARG2$ (critical thresholds) = 10.0,6.0,4.0
If you're wondering what a good number is, look at the state history report for this to see what the values have been when they alerted, set them higher than that.
Code: Select all
[root@xid nrpe]# /usr/local/nagios/libexec/check_load -h
check_load v2.2.1 (nagios-plugins 2.2.1)
Copyright (c) 1999 Felipe Gustavo de Almeida <[email protected]>
Copyright (c) 1999-2014 Nagios Plugin Development Team
<[email protected]>
This plugin tests the current system load average.
Usage:
check_load [-r] -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15
Options:
-h, --help
Print detailed help screen
-V, --version
Print version information
--extra-opts=[section][@file]
Read options from an ini file. See
https://www.nagios-plugins.org/doc/extra-opts.html
for usage and examples.
-w, --warning=WLOAD1,WLOAD5,WLOAD15
Exit with WARNING status if load average exceeds WLOADn
-c, --critical=CLOAD1,CLOAD5,CLOAD15
Exit with CRITICAL status if load average exceed CLOADn
the load average format is the same used by "uptime" and "w"
Re: Is there a number of Client or services Nagios can conne
Posted: Wed Apr 15, 2020 5:10 pm
by jlamar
ok, I'll give that a try..
Re: Is there a number of Client or services Nagios can conne
Posted: Thu Apr 16, 2020 9:43 am
by jlamar
Changed values to:
$ARG1$ (warning thresholds) = 15,10,5
$ARG2$ (critical thresholds) = 30,25,20
seams to have calmed town
Re: Is there a number of Client or services Nagios can conne
Posted: Thu Apr 16, 2020 9:49 am
by jlamar
sent you the newest profile zip
Re: Is there a number of Client or services Nagios can conne
Posted: Thu Apr 16, 2020 12:58 pm
by ssax
Looks good, it's very specific to your system/hardware, you may need to adjust them more as you grow.
Has that resolved the issue? How is the system performing?
Re: Is there a number of Client or services Nagios can conne
Posted: Thu Apr 16, 2020 1:03 pm
by jlamar
running good now, Well see after I finish adding everything. Thank you for your help. You can close ticket, I'f I have other things come up I'll let you know.
Re: Is there a number of Client or services Nagios can conne
Posted: Thu Apr 16, 2020 2:00 pm
by scottwilkerson
jlamar wrote:running good now, Well see after I finish adding everything. Thank you for your help. You can close ticket, I'f I have other things come up I'll let you know.
Great!
Locking thread