Hi all, I have a new setup, and I'm having an issue getting any of my hosts
to display anything other than "DOWN" and services show up as "UNKNOWN."
 I'm using NagiosQL to configure it, and that seems to be working well
after I finally figured out how all the cfg files work.

I can run the check_ping command from terminal and it pings OK.

Here is a sample host cfg I have for a server.

define host {
        host_name                       Oceanus
        alias                           Oceanus
        address                         192.168.10.9
        hostgroups                      linux-servers
        check_command                   check_ping
        use                             linux-server
        max_check_attempts              1
        check_interval                  1
        retry_interval                  1
        active_checks_enabled           1
        check_period                    24x7
        notification_interval           15
        notification_period             24x7
        register                        1
}

I'm not sure what other things you'd like to see, so please just ask which
files to post and I'll send them on.  Thanks for your help!
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to