Is there a number of Client or services Nagios can connect?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
jlamar
Posts: 52
Joined: Mon Aug 13, 2018 12:02 pm

Re: Is there a number of Client or services Nagios can conne

Post by jlamar »

updates?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Is there a number of Client or services Nagios can conne

Post 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"
jlamar
Posts: 52
Joined: Mon Aug 13, 2018 12:02 pm

Re: Is there a number of Client or services Nagios can conne

Post by jlamar »

ok, I'll give that a try..
jlamar
Posts: 52
Joined: Mon Aug 13, 2018 12:02 pm

Re: Is there a number of Client or services Nagios can conne

Post by jlamar »

Changed values to:
$ARG1$ (warning thresholds) = 15,10,5
$ARG2$ (critical thresholds) = 30,25,20

seams to have calmed town
jlamar
Posts: 52
Joined: Mon Aug 13, 2018 12:02 pm

Re: Is there a number of Client or services Nagios can conne

Post by jlamar »

sent you the newest profile zip
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Is there a number of Client or services Nagios can conne

Post 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?
jlamar
Posts: 52
Joined: Mon Aug 13, 2018 12:02 pm

Re: Is there a number of Client or services Nagios can conne

Post 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.
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

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked