Is there a number of Client or services Nagios can connect?
Re: Is there a number of Client or services Nagios can conne
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:
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.
- 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.0Code: 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
ok, I'll give that a try..
Re: Is there a number of Client or services Nagios can conne
Changed values to:
$ARG1$ (warning thresholds) = 15,10,5
$ARG2$ (critical thresholds) = 30,25,20
seams to have calmed town
$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
sent you the newest profile zip
Re: Is there a number of Client or services Nagios can conne
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?
Has that resolved the issue? How is the system performing?
Re: Is there a number of Client or services Nagios can conne
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.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Is there a number of Client or services Nagios can conne
Great!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.
Locking thread