/usr/share/doc/mon/examples/example.monshowrc is in mon 1.2.0-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | #
# Configuration for monshow
#
# Place this file in one of the following places:
# $HOME/.monshowrc
# cgi-bin/.monshowrc
#
# /etc/mon/monshowrc will be overridden if any of the others
# exist.
#
# $Id: example.monshowrc,v 1.1.1.1 2004/06/09 05:18:06 trockij Exp $
#
# mon server and port
set host monhost
set port 2583
#set prot
# disabled groups/services/hosts
set show-disabled
# show all statuses instead of just failures
set full
# refresh web page every 5 minutes
#set refresh 30
#
# row colors for CGI, these are the defaults
#
set table-color cccccc
set bg-ok a0d0a0
set bg-fail e088b7
set bg-untested e0e0e0
#
# HTML header
#
set html-header
<h2>This is the custom HTML header</h2>
END
#
# footer for detail report
#
link bd2 ping http://monhost/detail-bd2-ping.html
link-text bd2 ping
This is detail about bd2 ping which is probably data
collected from some other non-mon source.
END
#
# show only these services. if none of these
# are listed, show all groups and services
#
#watch serversbd1
#watch serversbd2
#service news nntp
|