Nagios errors !!

Peter Hicks peter.hicks at poggs.co.uk
Wed Jan 5 10:56:46 CET 2005


On Wed, Jan 05, 2005 at 09:37:17AM +0000, Jai Ganesh wrote:

> okay, now i am getting this output :

Have you read the manual?  These are fairly simple issues which are well
documented.  A tutorial will 'get you started', but is not too useful for
troubleshooting.

> Checking services...
> Error: Contact group 'flcd-admins' specified in service 'HTTP' for host
> 'example.com' is not defined anywhere!

You need a contact group defined, flcd-admins:

  define contactgroup {
    contactgroup_name    flcd-admins
    alias                FLCD Admins
    members              user1,user2,user3
  }


> Error: Check period '24x7' specified for service 'HTTP' on host
> 'example.com' is not defined anywhere!

You also need a check-period defined:

  define timeperiod {
    timeperiod_name   24x7
    alias             All the time
    monday            00:00-23:59
    tuesday           00:00-23:59
    wednesday         00:00-23:59
    thursday          00:00-23:59
    friday            00:00-23:59
    saturday          00:00-23:59
    sunday            00:00-23:59
  }

> Error: Service notification command 'notify-by-epager' specified for
> contact 'admin' is not defined anywhere!

Again, you're probably missing the service notification command.

Check your config files!


Peter.


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list