Hello Community:

I have 1 host that shows status "Pending" only in
HostGroup Overview, everywhere else shows "OK"?

Strange as it "just started" (after I chose to rework
my shabby object definitions)

host:
define host{
        host_name               colleges.ftb-direct.com
        alias                   colleges.ftb-direct.com
        address                 50.18.121.73
        contact_groups          JJ
        notification_period     24x7
        check_period            24x7
        max_check_attempts      2 ; even tried 3 here.
        retry_interval          1
        check_interval          1
}


hostgroup:
define hostgroup{
        hostgroup_name  FTB servers
        alias           Remote FTB Servers
        members         ftbmysql, ftbvarnish, colleges.ftb-direct.com
}

service:
define service{
        host_name                       colleges.ftb-direct.com
        service_description             check ftb-direct
        check_command                   check_ftbdirect
        contact_groups                  JJ
        check_period                    24x7
        notification_period             24x7
        max_check_attempts              2
        retry_interval                  1
        check_interval                  1
}

command:
        command_name    check_ftbdirect
        command_line    $USER1$/check_http -I $HOSTNAME$ -p 8000

manually:
HTTP OK: HTTP/1.1 200 OK - 8433 bytes in 0.315 second response time
|time=0.314551s;;;0.000000 size=8433B;;;0

Log:
[1306814400] CURRENT HOST STATE: colleges.ftb-direct.com;UP;HARD;1;
[1306814400] CURRENT SERVICE STATE: colleges.ftb-direct.com;check
ftb-direct;OK;HARD;1;HTTP OK: HTTP/1.1 200 OK - 8433 bytes in 0.339
second response time
[1306845926] EXTERNAL COMMAND:
ENABLE_SVC_CHECK;colleges.ftb-direct.com;check ftb-direct
[1306845939] EXTERNAL COMMAND:
SCHEDULE_FORCED_SVC_CHECK;colleges.ftb-direct.com;check
ftb-direct;1306845960

I know that HARD is an important clue, but
I can't make any headway out of
http://docs.icinga.org/1.3.0/en/statetypes.html


Any ideas or suggestions?
Icinga 1.3.0

Thank you.

-- 
JJ
Support Engineer
Cirrhus9
10320 Meadow Glen Way East
Unit 1B
Escondido, CA  92026

Office  - (760) 297-2148 ext 3
Fax     - (760) 466-7207
Home    - (330) 788-1876
Skype:  - my-kungfu
gpg fingerprint:    - C839 9940 16F0 F5ED 694A  6BA4 2F83 F0A7 86F2 8105


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to