#
# Configuration for monshow
#
# Place this file in one of the following places:
#         $HOME/.monshowrc
#         cgi-bin/.monshowrc
#         /etc/mon/monshowrc
#
# /etc/mon/monshowrc will be overridden if any of the others
# exist.
#
# $Id: example.monshowrc,v 1.1.2.1 1999/10/29 16:59:11 trockij Exp $
#

# disabled groups/services/hosts
set show-disabled 1

# running state of the server (stopped or running)
set show-state 1

# show all statuses instead of just failures
set full 1

# mon server
set host monhost

# port, the default is fine
#set port 2583

# protocol, the default is fine
#set prot

#
# row colors for CGI, these are the defaults
#
set bg_ok	00a080
set bg_fail	ff4040
set bg_untested	ffffff

#
# show only these services. if none of these
# are listed, show all groups and services
#
#group1 service1
#group1 service2
#group1 service3
#group2 service1
