"Fossies" - the Fresh Open Source Software Archive 
Member "mosshe/tools/create_mosshe.footer" (11 Mar 2015, 2422 Bytes) of package /linux/privat/old/mosshe.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1
2
3
4 #=========================================================
5 # Import agent data from other servers
6 #=========================================================
7
8 # ImportAgent http://www.test.test/mosshe/index.csv
9
10 # ImportAgent http://username:password@example.com/mosshe/index.csv
11
12
13
14 #=========================================================
15 # Finalize and send alert if necessary
16 #=========================================================
17 FinalizeLog 1 # always needed (provide a true value to rm -f $WWWDIR/*.html
18
19 SortGroups # optional group-list & per-group-listing
20
21 SortServers # yes, we want e per-server listing (optional)
22
23 # RRD processing of logs - without graphs, just plain data
24 #ProcessRRD
25
26
27 #---------------------------------------------
28 # send alerts
29
30 AlertMailOnChange root@localhost # send alert to - if status changes
31
32 # AlertMailAlways root@example.test # send alert to - repeated, if status not OK
33
34 # send alert if status changes for the system given (here: www.example.com)
35 # AlertMailOnChangeFor www.example.com admin@example.com "Ticket 123456: server outages"
36
37 SyslogOnChange local0 # syslog changes to syslog with FACILITY (default: local0)
38
39
40
41 #---------------------------------------------
42 # do logging
43
44 # LogTo /var/log/mosshe/mosshe.log # continuously log to filename
45 # LogToDaily /var/log/mosshe/mosshe_log # continuously log to filename, date is appended automatically
46 # LogToMonthly /var/log/mosshe/mosshe_log # continuously log to filename, month is appended automatically
47
48 LogToWeekly /var/log/mosshe/mosshe_log # continuously log to filename, week is appended automatically
49
50
51
52
53 #############################################################################
54 # MoSSHe: remote server monitoring environment
55 #
56 # Copyright (C) 2003- Volker Tanger
57 #
58 # This program is free software; you can redistribute it and/or
59 # modify it under the terms of the GNU General Public License
60 # as published by the Free Software Foundation; either version 2
61 # of the License, or (at your option) any later version.
62 #
63 # For bug reports and suggestions or if you just want to talk to me please
64 # contact me at volker.tanger@wyae.de
65 #
66 # Updates will be available at http://www.wyae.de/software/mosshe/
67 # please check there for updates prior to submitting patches!
68 #
69 # For list of changes please refer to the HISTORY file. Thanks.
70 #############################################################################
71