blob: 1eeb7e51bce88f6c23a152fad78a8e4ff194bd86 (
plain)
- # host[<host_name>]=<host_alias>;<address>;<parent_hosts>;<host_check_command>;
- # <max_attempts>;<notification_interval>;<notification_period>
- # ;<notify_recovery>;<notify_down>;<notify_unreachable>;
- # <event_handler>
- #
- host[coreander]=Coreander;213.150.41.151;xenux_rack;check-host-alive;10;120;24x7;1;1;1;
- # hostgroup[<group_name>]=<group_alias>;<contact_groups>;<hosts>
- #
- hostgroup[bitbase]=Bitbase;redpill;coreander
- # service[<host>]=<description>;<volatile>;<check_period>;<max_attempts>;
- # <check_interval>;<retry_interval>;<notification_group>;
- # <notification_interval>;<notification_period>;<notify_recovery>;
- # <notify_critical>;<notify_warning>;<event_hander>;<check_command>
- #
- service[coreander]=PING;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_ping_slow
- service[coreander]=LOAD;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_load!10!5!2!20!10!5
- service[coreander]=Current Users;0;24x7;3;5;2;redpill;240;24x7;1;1;1;;check_users!75!150
- service[coreander]=Zombie Processes;0;24x7;3;5;2;redpill;240;24x7;1;1;1;;check_procs_zombie!5!10
- service[coreander]=Total Processes;0;24x7;3;5;2;redpill;240;24x7;1;1;1;;check_procs!200!300
- service[coreander]=Diskspace;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_disk!-w10%!-c5%
- #service[coreander]=Virtual memory;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_swap!-w50%!-c75%
- service[coreander]=DNS;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_dns
- service[coreander]=FTP;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_ftp
- service[coreander]=HTTP;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_http
- service[coreander]=IMAP;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check-imap
- service[coreander]=POP;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_pop
- service[coreander]=SMTP;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_smtp
- service[coreander]=SSH;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_ssh
|