Search found 56 matches

by jforcier
Fri Nov 02, 2018 9:56 am
Forum: Nagios XI
Topic: Top 10 hosts list consuming more CPU's
Replies: 3
Views: 745

Re: Top 10 hosts list consuming more CPU's

To create a ticket you can log into the Support Center using your Support Forum username and password. https://support.nagios.com/tickets/ If your forum account has not been added to your account as a support contact, you can add it with the Add Support Contact form. https://support.nagios.com/add-c...
by jforcier
Tue Oct 09, 2018 11:02 am
Forum: Nagios XI
Topic: Scheduled reports 5.5.4 hostgroup and service data missing
Replies: 10
Views: 1027

Re: Scheduled reports 5.5.4 hostgroup and service data missi

Do you see "localhost" in the URL, instead of the IP address (or hostname) of your Nagios XI server? If this is the case, try the "workaround", posted here: https://support.nagios.com/forum/viewtopic.php?f=16&t=50474&p=263457&hilit=+sla#p263457 Basically, you need to...
by jforcier
Mon Oct 08, 2018 9:57 am
Forum: Nagios XI
Topic: check_snmp_storage* reporting incorrect memory values
Replies: 9
Views: 1345

Re: check_snmp_storage* reporting incorrect memory values

What are you trying to monitor? Try using this command instead: ./check_snmp_storage_wizard.pl -H <HOSTNAME> -C public --v2c -m "Physical" -T pl -w 10 -c 5 -f Output: Physical memory: 79%left(1450MB/1840MB) (>10%) : OK | 'Physical_memory'=390MB;1656;1748;0;1840 https://support.nagios.com/k...
by jforcier
Mon Oct 08, 2018 9:39 am
Forum: Nagios XI
Topic: Ping a device every 5 seconds and report loss immediately
Replies: 18
Views: 3682

Re: Ping a device every 5 seconds and report loss immediatel

That will set the freshness check to 5 seconds. It will only change the services which have check freshness set to on.
by jforcier
Thu Oct 04, 2018 1:30 pm
Forum: Nagios XI
Topic: suppress the service notification
Replies: 1
Views: 252

Re: suppress the service notification

The default behavior is for services to stop notifications if their host is down. What version of Nagios XI do you have? Any recent upgrades? When you have a host go down, do all of its services send notifications before the host down notification comes through? And do the services continue sending ...
by jforcier
Thu Oct 04, 2018 11:39 am
Forum: Nagios XI
Topic: Configure a delay to notif. until state is bad for x time
Replies: 5
Views: 1826

Re: Configure a delay to notif. until state is bad for x tim

You can accomplish this by increasing the max check attempts. Go to Configure > Core Config Manager > Services Then open the relevant service and click on the Check Settings tab. These are the relevant setting: Check Interval: The number of minutes between regularly scheduled checks of the host/serv...
by jforcier
Thu Oct 04, 2018 11:27 am
Forum: Nagios XI
Topic: When an XI license expires...
Replies: 1
Views: 470

Re: When an XI license expires...

The free license is limited by the number of hosts, max of 7, and no support. It is a fully functioning license so the API will still work.
by jforcier
Fri Sep 28, 2018 1:34 pm
Forum: Nagios XI
Topic: ERROR opening session: No response from remote host
Replies: 2
Views: 1220

Re: ERROR opening session: No response from remote host

Are you able to do an snmpwalk to that IP?

Code: Select all

snmpwalk -v 2c -c public <ipaddress> 1.3.6.1.2.1.1.3
It's possible you have a firewall issue even if nmap says otherwise.
by jforcier
Fri Sep 28, 2018 1:15 pm
Forum: Nagios XI
Topic: "enable_flap_detection=0" - Not Working?
Replies: 7
Views: 1068

Re: "enable_flap_detection=0" - Not Working?

Do you have it enabled in the UI? Go to Admin > System Information > Monitoring Engine Status and make sure that Flap Detection is disabled.
example01.PNG
by jforcier
Wed Sep 26, 2018 2:06 pm
Forum: Nagios XI
Topic: how to set warning disk usage alert between 89-90% a warning
Replies: 8
Views: 1758

Re: how to set warning disk usage alert between 89-90% a war

Code: Select all

-w @89:90
This will only warn you if your check is ≥ 89 and ≤ 90.

More on thresholds and ranges:
https://nagios-plugins.org/doc/guidelin ... HOLDFORMAT