Search found 10 matches

by ffolse
Mon Apr 06, 2015 6:03 pm
Forum: Nagios XI
Topic: NTP:Offset Unknown
Replies: 3
Views: 5791

Re: NTP:Offset Unknown

[nagios@nagios01 libexec]# ./check_ntp_time -H HOST1 -w 30 -c 60 -vv Found 1 peers to check sending request to peer 0 response from peer 0: packet contents: flags: 0x24 li=0 (0x00) vn=4 (0x20) mode=4 (0x04) stratum = 0 poll = 16 precision = 9.53674e-07 rtdelay = 0 rtdisp = 0.0011749267578125 refid =...
by ffolse
Mon Apr 06, 2015 5:48 pm
Forum: Nagios XI
Topic: NTP:Offset Unknown
Replies: 3
Views: 5791

NTP:Offset Unknown

Hello, I have a couple of servers that are reporting Critical NTP :Offset Unknown when doing a check on the time Offset. Here is the output of a check: [nagios@nagios01 libexec]# ./check_ntp_time -H HOST1 -w 30 -c 60 -v sending request to peer 0 response from peer 0: offset 0.00245475769 sending req...
by ffolse
Mon Mar 30, 2015 3:53 pm
Forum: Nagios XI
Topic: Notification Alerts
Replies: 5
Views: 309

Re: Notification Alerts

1. Is the "host1 HP-UX" same as "host1" == yes this is correct. 2. /tmmp Disk Usage" same as "/tmp"? Notifications are disabled for the " tmp Disk Usage" service === when the Notification Alerts tab is set to off, this will not inherit the setting for the...
by ffolse
Mon Mar 30, 2015 1:43 pm
Forum: Nagios XI
Topic: Notification Alerts
Replies: 5
Views: 309

Re: Notification Alerts

HI, I was making the post as generic as I can, we have names configured differently in our set up and just changed to linuxadmin on this post. Here is the email we got (changed the ips/hostname) From: nagios01@zzzz [mailto:nagios01@zzzzz] Sent: Friday, March 20, 2015 7:38 PM To: linuxadmin Subject: ...
by ffolse
Mon Mar 30, 2015 1:06 pm
Forum: Nagios XI
Topic: Notification Alerts
Replies: 5
Views: 309

Notification Alerts

Hello, I' setting up a different notification alert setting for my dev servers to only aletr during business hours. I have the host configured to only alert on a work hour time period and service checks with disabled notification alerts, however we are still getting alerts outside of the host notifi...
by ffolse
Mon Mar 30, 2015 12:42 pm
Forum: Nagios XI
Topic: Service Dependency
Replies: 11
Views: 832

Re: Service Dependency

Thanks!
by ffolse
Wed Mar 25, 2015 12:29 pm
Forum: Nagios XI
Topic: Service Dependency
Replies: 11
Views: 832

Re: Service Dependency

define service { service_description SWAP hostgroup_name HOSTGROUP1 check_command check_nrpe!check_swap!!!!!!! max_check_attempts 3 check_interval 3 retry_interval 1 check_period xi_timeperiod_24x7 notification_interval 30 first_notification_delay 0 notification_period work_hours notification_option...
by ffolse
Tue Mar 24, 2015 3:40 pm
Forum: Nagios XI
Topic: Service Dependency
Replies: 11
Views: 832

Re: Service Dependency

HOSTGROUP1: define hostgroup { hostgroup_name HOSTGROUP1 alias DB Dev Servers members host1,host2,host3 } Ive edited the IPs on this notification email: From: wxnagios01@txxxxx Sent: Tuesday, March 24, 2015 10:15 AM To: ffolse Subject: PROBLEM (CRITICAL) host1 SWAP Importance: High Nagios has detect...
by ffolse
Tue Mar 24, 2015 2:59 pm
Forum: Nagios XI
Topic: Service Dependency
Replies: 11
Views: 832

Re: Service Dependency

If the SSH service on ANY of the hosts in HOSTGROUP1 goes down, stop alerting for SWAP on THAT host"?

I need for SWAP service to be dependent on the SSH service on a particular host.

Thanks,
ffolse
by ffolse
Tue Mar 24, 2015 1:32 pm
Forum: Nagios XI
Topic: Service Dependency
Replies: 11
Views: 832

Service Dependency

Hello, I need some clarification when setting up service dependencies on the same host. My current config is as follows: define servicedependency { dependent_hostgroup_name HOSTGROUP1 dependent_service_description SWAP hostgroup_name HOSTGROUP1 service_description SSH inherits_parent 1 execution_fai...