Frequent passive checks faults

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
estebanmonge
Posts: 50
Joined: Mon Feb 06, 2012 11:13 pm

Frequent passive checks faults

Post by estebanmonge »

Hello:

We have some AIX servers, frequently Nagios indicates that doesn't receive passive checks, but when I check the situation passive checks are configured to alert at 5 minutes, but Nagios changes the situation at 3 minutes, when state returns to OK, the time of OK situation is longer one hour for example.

Can I put some screenshots for show better the situation?

Regardsd
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Frequent passive checks faults

Post by tmcdonald »

Screenshots are always appreciated.
Former Nagios employee
estebanmonge
Posts: 50
Joined: Mon Feb 06, 2012 11:13 pm

Re: Frequent passive checks faults

Post by estebanmonge »

This screenshot is one host that I included less than one hour, but Nagios says that the OK state is more than one hour.
shot-2014-01-06_10-58-13.jpg
This screenshot is one host that I included some days ago, but passive checks aren't working correctly:
shot-2014-01-06_10-59-49.jpg
This screenshot is about the same hosts one minute after:
shot-2014-01-06_11-01-06.jpg
The hosts and services maintain the intermittence all time.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Frequent passive checks faults

Post by slansing »

Are your php/system time settings synced together?

Code: Select all

cat /etc/php.ini | grep time

date
estebanmonge
Posts: 50
Joined: Mon Feb 06, 2012 11:13 pm

Re: Frequent passive checks faults

Post by estebanmonge »

root@NagiosGuatemala:/etc/php5/apache2# cat php.ini | grep time
; 6. The directory from the --with-config-file-path compile time option, or the
; at runtime. Currently, [PATH=] and [HOST=] sections only work under
; allow_call_time_pass_reference
; max_input_time
; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
; this short cut has been a feature for such a long time, it's currently still
; if you pass a value by reference at function call time. Passing values by
; reference at function call time is a deprecated feature which will be removed
; definition, not at call time. This directive does not disable this feature, it
;
allow_call_time_pass_reference = Off
; Duration of time, in seconds for which to cache realpath information for a given
; Maximum execution time of each script, in seconds
;
max_execution_time = 30
; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; http://php.net/max-input-time
max_input_time = 60
; E_ERROR - fatal run-time errors
; E_RECOVERABLE_ERROR - almost fatal run-time errors
; E_WARNING - run-time warnings (non-fatal errors)
; E_PARSE - compile-time parse errors
; E_NOTICE - run-time notices (these are warnings which often result
; E_STRICT - run-time notices, enable to have PHP suggest changes
; E_COMPILE_ERROR - fatal compile-time errors
; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
; This directive determines whether PHP registers $argv & $argc each time it
; enabled, registering these variables consumes CPU cycles and memory each time
; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
; http://php.net/magic-quotes-runtime
magic_quotes_runtime = Off
; Default timeout for socket based streams (seconds)
; http://php.net/default-socket-timeout
default_socket_timeout = 60
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "America/Panama"
; runtime, you can define these variables by calling define_syslog_variables().
; Default timestamp format.
ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
; Default time format.
ibase.timeformat = "%H:%M:%S"
; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
; Maximum time (in seconds) for connect timeout. -1 means no limit
; http://php.net/mysql.connect-timeout
mysql.connect_timeout = 60
; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
; http://php.net/oci8.persistent-timeout
;oci8.persistent_timeout = -1
; Set per-context timeout
; http://php.net/sybct.timeout
;sybct.timeout=
; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.
;sybct.login_timeout=
; Lifetime in seconds of cookie or, if 0, until browser is restarted.
; http://php.net/session.cookie-lifetime
session.cookie_lifetime = 0
; http://php.net/session.gc-maxlifetime
session.gc_maxlifetime = 1440
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
; You can disable the feature and the warning separately. At this time,
; Connect timeout
;mssql.connect_timeout = 5
; Query timeout
;mssql.timeout = 60
; Specify how datetime and datetim4 columns are returned
;mssql.datetimeconvert = On
; (time to live) Sets the number of second while cached file will be used

root@NagiosGuatemala:/etc/php5/apache2# date
Mon Jan 6 13:41:01 EST 2014
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Frequent passive checks faults

Post by scottwilkerson »

Can you explain what you mean by this statement
estebanmonge wrote:...but when I check the situation passive checks are configured to alert at 5 minutes, but Nagios changes the situation at 3 minutes, ...
also is freshness checking enabled? how are you receiving the passive checks, NSCA, NRDP?
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
estebanmonge
Posts: 50
Joined: Mon Feb 06, 2012 11:13 pm

Re: Frequent passive checks faults

Post by estebanmonge »

scottwilkerson wrote:Can you explain what you mean by this statement
estebanmonge wrote:...but when I check the situation passive checks are configured to alert at 5 minutes, but Nagios changes the situation at 3 minutes, ...
also is freshness checking enabled? how are you receiving the passive checks, NSCA, NRDP?
We have configured Nagios to check freshness every six minutes exactly, every check is sended every five minutes.

We are using NSCA-ng to send passive checks from AIX to Nagios.

Nagios doesn't wait to check freshness at five minutes, more or less the freshness is checked at three minutes, the problems isn't in all hosts, we use NagioSQL, and always copy and paste the hosts, the configuration isn't different.
estebanmonge
Posts: 50
Joined: Mon Feb 06, 2012 11:13 pm

Re: Frequent passive checks faults

Post by estebanmonge »

This is the output of the log. I used this command:

tailf nagios.log | perl -pe 's/(\d+)/localtime($1)/e' | grep VIOMARIPOSA2_71.GBMDCGT > pruebas.log

Code: Select all

root@NagiosGuatemala:/usr/local/nagios/var# cat pruebas.log
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/admin Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 58m 58s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/home Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 58m 58s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/opt Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 58m 58s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/tmp Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 0s
(threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/usr Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 1s
(threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/var Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 0s
(threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/var/vio/VMLibrary Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 58m 57s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'CPU Load' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 11s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'Check CPU' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 6s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'Check Uptime' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 4s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'Root Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 5s
(threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'Swap Usage' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 4s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'Version' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 2s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 11s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the host.
[Mon Jan  6 15:40:15 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:15 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:15 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/home Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:15 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/home Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check CPU;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check CPU;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Root Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Root Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:18 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Version;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:18 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Version;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:18 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;CPU Load;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos
pasivos
[Mon Jan  6 15:40:18 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;CPU Load;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:19 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:19 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:28 2014] HOST ALERT: VIOMARIPOSA2_71.GBMDCGT;DOWN;HARD;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:28 2014] HOST NOTIFICATION: controlitsegundo;VIOMARIPOSA2_71.GBMDCGT;DOWN;notify-host-by-email;CRITICAL: No hay datos
enviados por chequeos pasivos
[Mon Jan  6 15:40:28 2014] HOST NOTIFICATION: controlit;VIOMARIPOSA2_71.GBMDCGT;DOWN;notify-host-by-email;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:29 2014] HOST EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;DOWN;HARD;1;notify-host-by-email
[Mon Jan  6 15:40:30 2014] EXTERNAL COMMAND: PROCESS_HOST_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;0;OK: This AIX arrived tuanis\n
[Mon Jan  6 15:40:32 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;CPU Load;0;OK - load average: 0.38, 0.37, 0.34|load1=0.380;15.000;30.000;0; load5=0.370;10.000;25.000;0; load15=0.340;5.000;20.000;0; \n
[Mon Jan  6 15:40:33 2014] PASSIVE HOST CHECK: VIOMARIPOSA2_71.GBMDCGT;0;OK: This AIX arrived tuanis
[Mon Jan  6 15:40:33 2014] HOST ALERT: VIOMARIPOSA2_71.GBMDCGT;UP;HARD;1;OK: This AIX arrived tuanis
[Mon Jan  6 15:40:33 2014] HOST EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;UP;HARD;1;notify-host-by-email
[Mon Jan  6 15:40:33 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;CPU Load;0;OK - load average: 0.38, 0.37, 0.34
[Mon Jan  6 15:40:33 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;CPU Load;OK;SOFT;2;OK - load average: 0.38, 0.37, 0.34
[Mon Jan  6 15:40:33 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;CPU Load;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:38 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Check CPU;0;OK - CPU usage at 1% | cpu_usage=1%;85;90;\n
[Mon Jan  6 15:40:39 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Check CPU;0;OK - CPU usage at 1%
[Mon Jan  6 15:40:39 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check CPU;OK;SOFT;2;OK - CPU usage at 1%
[Mon Jan  6 15:40:39 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check CPU;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:39 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Root Partition;0;DISK OK - free space: / 931 MB (90% inode=97%);| /=92MB;870;921;0;1024\n
[Mon Jan  6 15:40:41 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Swap Usage;0;SWAP OK - 100% free (2027 MB out of 2048 MB) |swap=2027MB;204;102;0;2048\n
[Mon Jan  6 15:40:41 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Check Uptime;0;OK: AIX VIOMARIPOSA2_71 1 - up 150 days 15 hours 57 minutes | type=1 uptime_minutes=216957\n
[Mon Jan  6 15:40:42 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Root Partition;0;DISK OK - free space: / 931 MB (90% inode=97%):
[Mon Jan  6 15:40:42 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Root Partition;OK;SOFT;2;DISK OK - free space: / 931 MB (90% inode=97%):
[Mon Jan  6 15:40:42 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Root Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:42 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;0;SWAP OK - 100% free (2027 MB out of 2048 MB)
[Mon Jan  6 15:40:42 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;OK;SOFT;2;SWAP OK - 100% free (2027 MB out of 2048 MB)
[Mon Jan  6 15:40:42 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:42 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Version;0;AIX 6100-07\n
[Mon Jan  6 15:40:42 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;0;OK: AIX VIOMARIPOSA2_71 1 - up 150 days 15 hours 57 minutes
[Mon Jan  6 15:40:42 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;OK;SOFT;2;OK: AIX VIOMARIPOSA2_71 1 - up 150 days 15 hours 57 minutes
[Mon Jan  6 15:40:42 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:43 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/usr Partition;0;DISK OK - free space: /usr 957 MB (23% inode=78%);| /usr=3138MB;3891;4014;0;4096\n
[Mon Jan  6 15:40:45 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Version;0;AIX 6100-07
[Mon Jan  6 15:40:45 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Version;OK;SOFT;2;AIX 6100-07
[Mon Jan  6 15:40:45 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Version;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:45 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/var Partition;0;DISK OK - free space: /var 534 MB (52% inode=95%);| /var=489MB;972;1003;0;1024\n
[Mon Jan  6 15:40:45 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;0;DISK OK - free space: /usr 957 MB (23% inode=78%):
[Mon Jan  6 15:40:45 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;OK;SOFT;2;DISK OK - free space: /usr 957 MB (23% inode=78%):
[Mon Jan  6 15:40:45 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:45 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;0;DISK OK - free space: /tmp 5114 MB (99% inode=99%);| /tmp=5MB;4864;5017;0;5120\n
[Mon Jan  6 15:40:46 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/home Partition;0;DISK OK - free space: /home 6467 MB (63% inode=99%);| /home=3772MB;9728;10035;0;10240\n
[Mon Jan  6 15:40:47 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/admin Partition;0;DISK OK - free space: /admin 1023 MB (99% inode=99%);| /admin=0MB;972;1003;0;1024\n
[Mon Jan  6 15:40:48 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/var Partition;0;DISK OK - free space: /var 534 MB (52% inode=95%):
[Mon Jan  6 15:40:48 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var Partition;OK;SOFT;2;DISK OK - free space: /var 534 MB (52% inode=95%):
[Mon Jan  6 15:40:48 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:48 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/home Partition;0;DISK OK - free space: /home 6467 MB (63% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/home Partition;OK;SOFT;2;DISK OK - free space: /home 6467 MB (63% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/home Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:48 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;0;DISK OK - free space: /tmp 5114 MB (99% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;OK;SOFT;2;DISK OK - free space: /tmp 5114 MB (99% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:48 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;0;DISK OK - free space: /admin 1023 MB (99% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;OK;SOFT;2;DISK OK - free space: /admin 1023 MB (99% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:49 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/opt Partition;0;DISK OK - free space: /opt 1053 MB (51% inode=96%);| /opt=994MB;1945;2007;0;2048\n
[Mon Jan  6 15:40:51 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;0;DISK OK - free space: /opt 1053 MB (51% inode=96%):
[Mon Jan  6 15:40:51 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;OK;SOFT;2;DISK OK - free space: /opt 1053 MB (51% inode=96%):
[Mon Jan  6 15:40:51 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:51 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;0;DISK OK - free space: /var/vio/VMLibrary 6807 MB (66% inode=99%);| /var/vio/VMLibrary=3432MB;9728;10035;0;10240\n
[Mon Jan  6 15:40:54 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;0;DISK OK - free space: /var/vio/VMLibrary 6807 MB (66% inode=99%):
[Mon Jan  6 15:40:54 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;OK;SOFT;2;DISK OK - free space: /var/vio/VMLibrary 6807 MB (66% inode=99%):
[Mon Jan  6 15:40:54 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;OK;SOFT;2;notify-service-by-emai
[Mon Jan  6 15:45:29 2014] EXTERNAL COMMAND: PROCESS_HOST_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;0;OK: This AIX arrived tuanis\n
[Mon Jan  6 15:45:30 2014] PASSIVE HOST CHECK: VIOMARIPOSA2_71.GBMDCGT;0;OK: This AIX arrived tuanis
[Mon Jan  6 15:45:30 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;CPU Load;0;OK - load average: 0.26, 0.33, 0.33|load1=0.260;15.000;30.000;0; load5=0.330;10.000;25.000;0; load15=0.330;5.000;20.000;0; \n
[Mon Jan  6 15:45:33 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;CPU Load;0;OK - load average: 0.26, 0.33, 0.33
[Mon Jan  6 15:45:36 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Check CPU;0;OK - CPU usage at 1% | cpu_usage=1%;85;90;\n
[Mon Jan  6 15:45:36 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Root Partition;0;DISK OK - free space: / 931 MB (90% inode=97%);| /=92MB;870;921;0;1024\n
[Mon Jan  6 15:45:37 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Swap Usage;0;SWAP OK - 100% free (2027 MB out of 2048 MB) |swap=2027MB;204;102;0;2048\n
[Mon Jan  6 15:45:39 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Check CPU;0;OK - CPU usage at 1%
[Mon Jan  6 15:45:39 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Root Partition;0;DISK OK - free space: / 931 MB (90% inode=97%):
[Mon Jan  6 15:45:39 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;0;SWAP OK - 100% free (2027 MB out of 2048 MB)
[Mon Jan  6 15:45:39 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Check Uptime;0;OK: AIX VIOMARIPOSA2_71 1 - up 150 days 16 hours 02 minutes | type=1 uptime_minutes=216962\n
[Mon Jan  6 15:45:41 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Version;0;AIX 6100-07\n
[Mon Jan  6 15:45:41 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/usr Partition;0;DISK OK - free space: /usr 957 MB (23% inode=78%);| /usr=3138MB;3891;4014;0;4096\n
[Mon Jan  6 15:45:42 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/var Partition;0;DISK OK - free space: /var 534 MB (52% inode=95%);| /var=489MB;972;1003;0;1024\n
[Mon Jan  6 15:45:42 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;0;OK: AIX VIOMARIPOSA2_71 1 - up 150 days 16 hours 02 minutes
[Mon Jan  6 15:45:42 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;0;DISK OK - free space: /usr 957 MB (23% inode=78%):
[Mon Jan  6 15:45:42 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Version;0;AIX 6100-07
[Mon Jan  6 15:45:42 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/var Partition;0;DISK OK - free space: /var 534 MB (52% inode=95%):
[Mon Jan  6 15:45:44 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;0;DISK OK - free space: /tmp 5114 MB (99% inode=99%);| /tmp=5MB;4864;5017;0;5120\n
[Mon Jan  6 15:45:44 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/home Partition;0;DISK OK - free space: /home 6467 MB (63% inode=99%);| /home=3772MB;9728;10035;0;10240\n
[Mon Jan  6 15:45:44 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/admin Partition;0;DISK OK - free space: /admin 1023 MB (99% inode=99%);| /admin=0MB;972;1003;0;1024\n
[Mon Jan  6 15:45:45 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;0;DISK OK - free space: /tmp 5114 MB (99% inode=99%):
[Mon Jan  6 15:45:45 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/home Partition;0;DISK OK - free space: /home 6467 MB (63% inode=99%):
[Mon Jan  6 15:45:45 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;0;DISK OK - free space: /admin 1023 MB (99% inode=99%):
[Mon Jan  6 15:45:45 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/opt Partition;0;DISK OK - free space: /opt 1053 MB (51% inode=96%);| /opt=994MB;1945;2007;0;2048\n
[Mon Jan  6 15:45:47 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;0;DISK OK - free space: /var/vio/VMLibrary 6807 MB (66% inode=99%);| /var/vio/VMLibrary=3432MB;9728;10035;0;10240\n
[Mon Jan  6 15:45:48 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;0;DISK OK - free space: /opt 1053 MB (51% inode=96%):
[Mon Jan  6 15:45:48 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;0;DISK OK - free space: /var/vio/VMLibrary 6807 MB (66% inode=99%):
[Mon Jan  6 15:46:11 2014] Warning: The results of service '/admin Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 54m 55s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service '/home Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 54m 55s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service '/opt Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 54m 54s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service '/tmp Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 54m 56s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service '/usr Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 54m 59s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service '/var Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 54m 58s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service '/var/vio/VMLibrary Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 54m 52s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service 'CPU Load' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 9s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service 'Check CPU' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 3s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service 'Check Uptime' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 0s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service 'Root Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 3s
(threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service 'Swap Usage' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 2s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of service 'Version' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 54m 59s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:46:11 2014] Warning: The results of host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 10s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the host.
[Mon Jan  6 15:46:14 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/home Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:14 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/home Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:14 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:14 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:14 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:14 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:15 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:15 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:15 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:15 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:15 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:15 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:15 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;CPU Load;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos
pasivos
[Mon Jan  6 15:46:15 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;CPU Load;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:15 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Version;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:15 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Version;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check CPU;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check CPU;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Root Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Root Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:46:27 2014] HOST ALERT: VIOMARIPOSA2_71.GBMDCGT;DOWN;HARD;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:27 2014] HOST NOTIFICATION: controlitsegundo;VIOMARIPOSA2_71.GBMDCGT;DOWN;notify-host-by-email;CRITICAL: No hay datos
enviados por chequeos pasivos
[Mon Jan  6 15:46:27 2014] HOST NOTIFICATION: controlit;VIOMARIPOSA2_71.GBMDCGT;DOWN;notify-host-by-email;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:46:28 2014] HOST EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;DOWN;HARD;1;notify-host-by-email
[Mon Jan  6 15:50:28 2014] EXTERNAL COMMAND: PROCESS_HOST_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;0;OK: This AIX arrived tuanis\n
[Mon Jan  6 15:50:29 2014] PASSIVE HOST CHECK: VIOMARIPOSA2_71.GBMDCGT;0;OK: This AIX arrived tuanis
[Mon Jan  6 15:50:29 2014] HOST ALERT: VIOMARIPOSA2_71.GBMDCGT;UP;HARD;1;OK: This AIX arrived tuanis
[Mon Jan  6 15:50:29 2014] HOST EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;UP;HARD;1;notify-host-by-email
[Mon Jan  6 15:50:29 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;CPU Load;0;OK - load average: 0.45, 0.31, 0.31|load1=0.450;15.000;30.000;0; load5=0.310;10.000;25.000;0; load15=0.310;5.000;20.000;0; \n
[Mon Jan  6 15:50:32 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;CPU Load;0;OK - load average: 0.45, 0.31, 0.31
[Mon Jan  6 15:50:32 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;CPU Load;OK;SOFT;2;OK - load average: 0.45, 0.31, 0.31
[Mon Jan  6 15:50:32 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;CPU Load;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:33 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Check CPU;0;OK - CPU usage at 1% | cpu_usage=1%;85;90;\n
[Mon Jan  6 15:50:35 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Check CPU;0;OK - CPU usage at 1%
[Mon Jan  6 15:50:35 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check CPU;OK;SOFT;2;OK - CPU usage at 1%
[Mon Jan  6 15:50:35 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check CPU;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:35 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Root Partition;0;DISK OK - free space: / 931 MB (90% inode=97%);| /=92MB;870;921;0;1024\n
[Mon Jan  6 15:50:36 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Swap Usage;0;SWAP OK - 100% free (2027 MB out of 2048 MB) |swap=2027MB;204;102;0;2048\n
[Mon Jan  6 15:50:37 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Check Uptime;0;OK: AIX VIOMARIPOSA2_71 1 - up 150 days 16 hours 07 minutes | type=1 uptime_minutes=216967\n
[Mon Jan  6 15:50:38 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Root Partition;0;DISK OK - free space: / 931 MB (90% inode=97%):
[Mon Jan  6 15:50:38 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Root Partition;OK;SOFT;2;DISK OK - free space: / 931 MB (90% inode=97%):
[Mon Jan  6 15:50:38 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Root Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:38 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Version;0;AIX 6100-07\n
[Mon Jan  6 15:50:38 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;0;SWAP OK - 100% free (2027 MB out of 2048 MB)
[Mon Jan  6 15:50:38 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;OK;SOFT;2;SWAP OK - 100% free (2027 MB out of 2048 MB)
[Mon Jan  6 15:50:38 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:38 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;0;OK: AIX VIOMARIPOSA2_71 1 - up 150 days 16 hours 07 minutes
[Mon Jan  6 15:50:38 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;OK;SOFT;2;OK: AIX VIOMARIPOSA2_71 1 - up 150 days 16 hours 07 minutes
[Mon Jan  6 15:50:38 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:39 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/usr Partition;0;DISK OK - free space: /usr 957 MB (23% inode=78%);| /usr=3138MB;3891;4014;0;4096\n
[Mon Jan  6 15:50:40 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/var Partition;0;DISK OK - free space: /var 534 MB (52% inode=95%);| /var=489MB;972;1003;0;1024\n
[Mon Jan  6 15:50:41 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Version;0;AIX 6100-07
[Mon Jan  6 15:50:41 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Version;OK;SOFT;2;AIX 6100-07
[Mon Jan  6 15:50:41 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Version;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:41 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;0;DISK OK - free space: /usr 957 MB (23% inode=78%):
[Mon Jan  6 15:50:41 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;OK;SOFT;2;DISK OK - free space: /usr 957 MB (23% inode=78%):
[Mon Jan  6 15:50:41 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:41 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/var Partition;0;DISK OK - free space: /var 534 MB (52% inode=95%):
[Mon Jan  6 15:50:41 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var Partition;OK;SOFT;2;DISK OK - free space: /var 534 MB (52% inode=95%):
[Mon Jan  6 15:50:41 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:42 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;0;DISK OK - free space: /tmp 5114 MB (99% inode=99%);| /tmp=5MB;4864;5017;0;5120\n
[Mon Jan  6 15:50:43 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/home Partition;0;DISK OK - free space: /home 6467 MB (63% inode=99%);| /home=3773MB;9728;10035;0;10240\n
[Mon Jan  6 15:50:44 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;0;DISK OK - free space: /tmp 5114 MB (99% inode=99%):
[Mon Jan  6 15:50:44 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;OK;SOFT;2;DISK OK - free space: /tmp 5114 MB (99% inode=99%):
[Mon Jan  6 15:50:44 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:44 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/home Partition;0;DISK OK - free space: /home 6467 MB (63% inode=99%):
[Mon Jan  6 15:50:44 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/home Partition;OK;SOFT;2;DISK OK - free space: /home 6467 MB (63% inode=99%):
[Mon Jan  6 15:50:44 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/home Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:44 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/admin Partition;0;DISK OK - free space: /admin 1023 MB (99% inode=99%);| /admin=0MB;972;1003;0;1024\n
[Mon Jan  6 15:50:46 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/opt Partition;0;DISK OK - free space: /opt 1053 MB (51% inode=96%);| /opt=994MB;1945;2007;0;2048\n
[Mon Jan  6 15:50:47 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;0;DISK OK - free space: /admin 1023 MB (99% inode=99%):
[Mon Jan  6 15:50:47 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;OK;SOFT;2;DISK OK - free space: /admin 1023 MB (99% inode=99%):
[Mon Jan  6 15:50:47 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:47 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;0;DISK OK - free space: /var/vio/VMLibrary 6807 MB (66% inode=99%);| /var/vio/VMLibrary=3432MB;9728;10035;0;10240\n
[Mon Jan  6 15:50:47 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;0;DISK OK - free space: /opt 1053 MB (51% inode=96%):
[Mon Jan  6 15:50:47 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;OK;SOFT;2;DISK OK - free space: /opt 1053 MB (51% inode=96%):
[Mon Jan  6 15:50:47 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:50:50 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;0;DISK OK - free space: /var/vio/VMLibrary 6807 MB (66% inode=99%):
[Mon Jan  6 15:50:50 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;OK;SOFT;2;DISK OK - free space: /var/vio/VMLibrary 6807 MB (66% inode=99%):
[Mon Jan  6 15:50:50 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;OK;SOFT;2;notify-service-by-emai
[Mon Jan  6 15:52:11 2014] Warning: The results of service '/admin Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 55s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service '/home Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 56s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service '/opt Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 54s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service '/tmp Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 58s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service '/usr Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 56m 1s
(threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service '/var Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 59s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service '/var/vio/VMLibrary Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 55m 53s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service 'CPU Load' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 56m 11s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service 'Check CPU' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 56m 6s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service 'Check Uptime' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 56m 2s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service 'Root Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 56m 5s
(threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service 'Swap Usage' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 56m 3s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of service 'Version' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 56m 2s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:52:11 2014] Warning: The results of host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 56m 11s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the host.
[Mon Jan  6 15:52:15 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:15 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/home Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/home Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;CPU Load;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos
pasivos
[Mon Jan  6 15:52:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;CPU Load;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Version;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Version;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:18 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:18 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:18 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check CPU;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:18 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check CPU;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:18 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Root Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:18 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Root Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:52:27 2014] HOST ALERT: VIOMARIPOSA2_71.GBMDCGT;DOWN;HARD;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:27 2014] HOST NOTIFICATION: controlitsegundo;VIOMARIPOSA2_71.GBMDCGT;DOWN;notify-host-by-email;CRITICAL: No hay datos
enviados por chequeos pasivos
[Mon Jan  6 15:52:27 2014] HOST NOTIFICATION: controlit;VIOMARIPOSA2_71.GBMDCGT;DOWN;notify-host-by-email;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:52:27 2014] HOST EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;DOWN;HARD;1;notify-host-by-email
[Mon Jan  6 15:55:30 2014] EXTERNAL COMMAND: PROCESS_HOST_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;0;OK: This AIX arrived tuanis\n
[Mon Jan  6 15:55:31 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;CPU Load;0;OK - load average: 0.35, 0.29, 0.30|load1=0.350;15.000;30.000;0; load5=0.290;10.000;25.000;0; load15=0.300;5.000;20.000;0; \n
[Mon Jan  6 15:55:33 2014] PASSIVE HOST CHECK: VIOMARIPOSA2_71.GBMDCGT;0;OK: This AIX arrived tuanis
[Mon Jan  6 15:55:33 2014] HOST ALERT: VIOMARIPOSA2_71.GBMDCGT;UP;HARD;1;OK: This AIX arrived tuanis
[Mon Jan  6 15:55:33 2014] HOST EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;UP;HARD;1;notify-host-by-email
[Mon Jan  6 15:55:33 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;CPU Load;0;OK - load average: 0.35, 0.29, 0.30
[Mon Jan  6 15:55:33 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;CPU Load;OK;SOFT;2;OK - load average: 0.35, 0.29, 0.30
[Mon Jan  6 15:55:33 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;CPU Load;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:55:35 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Check CPU;0;OK - CPU usage at 1% | cpu_usage=1%;85;90;\n
[Mon Jan  6 15:55:36 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Check CPU;0;OK - CPU usage at 1%
[Mon Jan  6 15:55:36 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check CPU;OK;SOFT;2;OK - CPU usage at 1%
[Mon Jan  6 15:55:39 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;OK;SOFT;2;SWAP OK - 100% free (2027 MB out of 2048 MB)
[Mon Jan  6 15:55:39 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:55:41 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Version;0;AIX 6100-07\n
[Mon Jan  6 15:55:42 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;0;OK: AIX VIOMARIPOSA2_71 1 - uroot@NagiosGuatemala:/usr/local/nagios/var#
[Mon Jan  6 15:55:36 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check CPU;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:55:36 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Root Partition;0;DISK OK - free space: / 931 MB (90% inode=97%);| /=92MB;870;921;0;1024\n
[Mon Jan  6 15:55:37 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Swap Usage;0;SWAP OK - 100% free (2027 MB out of 2048 MB) |swap=2027MB;204;102;0;2048\n
[Mon Jan  6 15:55:39 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Root Partition;0;DISK OK - free space: / 931 MB (90% inode=97%
):
[Mon Jan  6 15:55:39 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Root Partition;OK;SOFT;2;DISK OK - free space: / 931 MB (90% inode=97%):
[Mon Jan  6 15:55:39 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Root Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:55:39 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Check Uptime;0;OK: AIX VIOMARIPOSA2_71root@NagiosGuatemala:/usr/local/nagios/var# cat pruebas.log
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/admin Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 58m 58s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/home Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 58m 58s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/opt Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 58m 58s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/tmp Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 0s
(threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/usr Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 1s
(threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/var Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 0s
(threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service '/var/vio/VMLibrary Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 58m 57s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'CPU Load' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 11s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'Check CPU' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 6s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'Check Uptime' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 4s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'Root Partition' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 5s
(threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'Swap Usage' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 4s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of service 'Version' on host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 2s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the service.
[Mon Jan  6 15:40:11 2014] Warning: The results of host 'VIOMARIPOSA2_71.GBMDCGT' are stale by 0d 0h 59m 11s (threshold=0d 0h 6m 0s).  I'm forcing an immediate check of the host.
[Mon Jan  6 15:40:15 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:15 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:15 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/home Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:15 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/home Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/opt Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check CPU;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check CPU;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:16 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:16 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var/vio/VMLibrary Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Root Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Root Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:17 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:17 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:18 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Version;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:18 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Version;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:18 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;CPU Load;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos
pasivos
[Mon Jan  6 15:40:18 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;CPU Load;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:19 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;CRITICAL;SOFT;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:19 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;CRITICAL;SOFT;1;notify-service-by-email
[Mon Jan  6 15:40:28 2014] HOST ALERT: VIOMARIPOSA2_71.GBMDCGT;DOWN;HARD;1;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:28 2014] HOST NOTIFICATION: controlitsegundo;VIOMARIPOSA2_71.GBMDCGT;DOWN;notify-host-by-email;CRITICAL: No hay datos
enviados por chequeos pasivos
[Mon Jan  6 15:40:28 2014] HOST NOTIFICATION: controlit;VIOMARIPOSA2_71.GBMDCGT;DOWN;notify-host-by-email;CRITICAL: No hay datos enviados por chequeos pasivos
[Mon Jan  6 15:40:29 2014] HOST EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;DOWN;HARD;1;notify-host-by-email
[Mon Jan  6 15:40:30 2014] EXTERNAL COMMAND: PROCESS_HOST_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;0;OK: This AIX arrived tuanis\n
[Mon Jan  6 15:40:32 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;CPU Load;0;OK - load average: 0.38, 0.37, 0.34|load1=0.380;15.000;30.000;0; load5=0.370;10.000;25.000;0; load15=0.340;5.000;20.000;0; \n
[Mon Jan  6 15:40:33 2014] PASSIVE HOST CHECK: VIOMARIPOSA2_71.GBMDCGT;0;OK: This AIX arrived tuanis
[Mon Jan  6 15:40:33 2014] HOST ALERT: VIOMARIPOSA2_71.GBMDCGT;UP;HARD;1;OK: This AIX arrived tuanis
[Mon Jan  6 15:40:33 2014] HOST EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;UP;HARD;1;notify-host-by-email
[Mon Jan  6 15:40:33 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;CPU Load;0;OK - load average: 0.38, 0.37, 0.34
[Mon Jan  6 15:40:33 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;CPU Load;OK;SOFT;2;OK - load average: 0.38, 0.37, 0.34
[Mon Jan  6 15:40:33 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;CPU Load;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:38 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Check CPU;0;OK - CPU usage at 1% | cpu_usage=1%;85;90;\n
[Mon Jan  6 15:40:39 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Check CPU;0;OK - CPU usage at 1%
[Mon Jan  6 15:40:39 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check CPU;OK;SOFT;2;OK - CPU usage at 1%
[Mon Jan  6 15:40:39 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check CPU;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:39 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Root Partition;0;DISK OK - free space: / 931 MB (90% inode=97%);| /=92MB;870;921;0;1024\n
[Mon Jan  6 15:40:41 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Swap Usage;0;SWAP OK - 100% free (2027 MB out of 2048 MB) |swap=2027MB;204;102;0;2048\n
[Mon Jan  6 15:40:41 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Check Uptime;0;OK: AIX VIOMARIPOSA2_71 1 - up 150 days 15 hours 57 minutes | type=1 uptime_minutes=216957\n
[Mon Jan  6 15:40:42 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Root Partition;0;DISK OK - free space: / 931 MB (90% inode=97%):
[Mon Jan  6 15:40:42 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Root Partition;OK;SOFT;2;DISK OK - free space: / 931 MB (90% inode=97%):
[Mon Jan  6 15:40:42 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Root Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:42 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;0;SWAP OK - 100% free (2027 MB out of 2048 MB)
[Mon Jan  6 15:40:42 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;OK;SOFT;2;SWAP OK - 100% free (2027 MB out of 2048 MB)
[Mon Jan  6 15:40:42 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Swap Usage;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:42 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;Version;0;AIX 6100-07\n
[Mon Jan  6 15:40:42 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;0;OK: AIX VIOMARIPOSA2_71 1 - up 150 days 15 hours 57 minutes
[Mon Jan  6 15:40:42 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;OK;SOFT;2;OK: AIX VIOMARIPOSA2_71 1 - up 150 days 15 hours 57 minutes
[Mon Jan  6 15:40:42 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Check Uptime;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:43 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/usr Partition;0;DISK OK - free space: /usr 957 MB (23% inode=78%);| /usr=3138MB;3891;4014;0;4096\n
[Mon Jan  6 15:40:45 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;Version;0;AIX 6100-07
[Mon Jan  6 15:40:45 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;Version;OK;SOFT;2;AIX 6100-07
[Mon Jan  6 15:40:45 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;Version;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:45 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/var Partition;0;DISK OK - free space: /var 534 MB (52% inode=95%);| /var=489MB;972;1003;0;1024\n
[Mon Jan  6 15:40:45 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;0;DISK OK - free space: /usr 957 MB (23% inode=78%):
[Mon Jan  6 15:40:45 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;OK;SOFT;2;DISK OK - free space: /usr 957 MB (23% inode=78%):
[Mon Jan  6 15:40:45 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/usr Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:45 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;0;DISK OK - free space: /tmp 5114 MB (99% inode=99%);| /tmp=5MB;4864;5017;0;5120\n
[Mon Jan  6 15:40:46 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/home Partition;0;DISK OK - free space: /home 6467 MB (63% inode=99%);| /home=3772MB;9728;10035;0;10240\n
[Mon Jan  6 15:40:47 2014] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;VIOMARIPOSA2_71.GBMDCGT;/admin Partition;0;DISK OK - free space: /admin 1023 MB (99% inode=99%);| /admin=0MB;972;1003;0;1024\n
[Mon Jan  6 15:40:48 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/var Partition;0;DISK OK - free space: /var 534 MB (52% inode=95%):
[Mon Jan  6 15:40:48 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/var Partition;OK;SOFT;2;DISK OK - free space: /var 534 MB (52% inode=95%):
[Mon Jan  6 15:40:48 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/var Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:48 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/home Partition;0;DISK OK - free space: /home 6467 MB (63% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/home Partition;OK;SOFT;2;DISK OK - free space: /home 6467 MB (63% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/home Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:48 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;0;DISK OK - free space: /tmp 5114 MB (99% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;OK;SOFT;2;DISK OK - free space: /tmp 5114 MB (99% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/tmp Partition;OK;SOFT;2;notify-service-by-email
[Mon Jan  6 15:40:48 2014] PASSIVE SERVICE CHECK: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;0;DISK OK - free space: /admin 1023 MB (99% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE ALERT: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;OK;SOFT;2;DISK OK - free space: /admin 1023 MB (99% inode=99%):
[Mon Jan  6 15:40:48 2014] SERVICE EVENT HANDLER: VIOMARIPOSA2_71.GBMDCGT;/admin Partition;OK;SOFT;2;notify-service-by-email
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Frequent passive checks faults

Post by abrist »

so most of these checks are stale by and hour? Is the server's datetime/timezone right?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
estebanmonge
Posts: 50
Joined: Mon Feb 06, 2012 11:13 pm

Re: Frequent passive checks faults

Post by estebanmonge »

Code: Select all

root@NagiosGuatemala:/home/emonge# cat /etc/timezone
America/Panama
root@NagiosGuatemala:/home/emonge# cat /etc/php5/apache2/php.ini | grep timezone
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "America/Panama"
root@NagiosGuatemala:/home/emonge# cat /usr/local/nagios/etc/nagios.cfg | grep timezone
# This option is used to override the default timezone that this
# the system configured timezone.
# NOTE: In order to display the correct timezone in the CGIs, you
# to include your timezone.  Example:
#use_timezone=US/Mountain
#use_timezone=Australia/Brisbane
use_timezone=America/Panama
root@NagiosGuatemala:/home/emonge#
I think that it's all of our servers are configured in Panama time... no matter if is placed in Costa Rica or Guatemala or any other Central America country
Locked