Codebase list xymon / fa992f5
Imported Upstream version 4.3.23 Axel Beckert 8 years ago
146 changed file(s) with 292 addition(s) and 268 deletion(s). Raw diff Collapse all Expand all
0 Changes from 4.3.22 -> 4.3.23 (12 Nov 2015)
1 ===========================================
2
3 * rev 7740
4
5 * Fix broken 'TRACK' and 'OPTIONAL' identifiers in analysis.cfg
6 * Prevent logfetch from segfaulting if a file we're tracking line matching
7 deltacounts for wasn't found
8 * Fix a type mismatch compiler warning in display group name alert matching
9
10
011 Changes from 4.3.21 -> 4.3.22 (6 Nov 2015)
112 ===========================================
213
00 <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>
1 * * * Release notes for Xymon 4.3.22 * * *
1 * * * Release notes for Xymon 4.3.23 * * *
22 <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>
33
44
77
88 For a full list of changes and enhancements, please see the
99 Changes file.
10
11
12 Changes for 4.3.23
13 ==================
14
15 Fixes a bug in 4.3.22 where RRD tracking of number of matching processes or
16 ports open on a client was not being performed.
1017
1118
1219 Changes for 4.3.22
1111 /* */
1212 /*----------------------------------------------------------------------------*/
1313
14 static char rcsid[] = "$Id: logfetch.c 7683 2015-10-08 02:05:22Z jccleaver $";
14 static char rcsid[] = "$Id: logfetch.c 7731 2015-11-12 09:13:43Z jccleaver $";
1515
1616 #include <sys/types.h>
1717 #include <sys/stat.h>
265265 }
266266 }
267267 logdef->deltacountcount = realcount;
268 logdef->deltacountcounts = (int *)calloc(logdef->deltacountcount, sizeof(int)); // initialize the equivalent count array with 0's
269268 }
270269 if (logdef->ignorecount) {
271270 int i, realcount = 0;
10961095 walk = walk->next;
10971096
10981097 } while (walk && (walk != firstpipeitem->next));
1098
1099 /* Initialize buckets since we may not re-walk this later */
1100 if (walk->check.logcheck.deltacountcount) walk->check.logcheck.deltacountcounts = (int *)calloc(walk->check.logcheck.deltacountcount, sizeof(int));
10991101 }
11001102 }
11011103 else {
11181120 currcfg->check.logcheck.deltacountnames[currcfg->check.logcheck.deltacountcount-1] = strdup(name);
11191121 currcfg->check.logcheck.deltacountpatterns[currcfg->check.logcheck.deltacountcount-1] = strdup(ptn);
11201122 }
1123
1124 /* Initialize buckets since we may not re-walk this later */
1125 if (currcfg->check.logcheck.deltacountcount) currcfg->check.logcheck.deltacountcounts = (int *)calloc(currcfg->check.logcheck.deltacountcount, sizeof(int));
11211126 }
11221127 }
11231128 }
0 .TH CLIENTLAUNCH.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH CLIENTLAUNCH.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 clientlaunch.cfg \- Task definitions for the xymonlaunch utility
33
0 .TH CLIENTUPDATE 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH CLIENTUPDATE 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 clientupdate \- Xymon client update utility
33 .SH SYNOPSIS
0 .TH HOSTS.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH HOSTS.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 hosts.cfg \- Main Xymon configuration file
33
0 .TH LOGFETCH 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH LOGFETCH 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 logfetch \- Xymon client data collector
33 .SH SYNOPSIS
0 .TH MSGCACHE 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH MSGCACHE 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 msgcache \- Cache client messages for later pickup by xymonfetch
33
0 .TH ORCAXYMON 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH ORCAXYMON 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 orcaxymon \- Xymon client utility to grab data from ORCA
33 .SH SYNOPSIS
0 .TH TASKS.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH TASKS.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 tasks.cfg \- Task definitions for the xymonlaunch utility
33
0 .TH XYMON-XMH 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMON-XMH 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 Xymon XMH variables \- Configuration items available online
33
0 .TH XYMON 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMON 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymon \- Xymon client communication program
33 .SH SYNOPSIS
0 .TH XYMON 7 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMON 7 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 Xymon \- Introduction to Xymon
33
0 .TH XYMONCFG 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONCFG 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymoncfg \- output the full hosts.cfg file
33 .SH SYNOPSIS
0 .TH XYMONCLIENT.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONCLIENT.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymonclient.cfg \- Xymon client environment variables
33
0 .TH XYMONCMD 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONCMD 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymoncmd \- Run a Xymon command with environment set
33 .SH SYNOPSIS
0 .TH XYMONDIGEST 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONDIGEST 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymondigest \- calculate message digests
33 .SH SYNOPSIS
0 .TH XYMONGREP 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONGREP 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymongrep \- pick out lines in hosts.cfg
33 .SH SYNOPSIS
0 .TH XYMONLAUNCH 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONLAUNCH 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymonlaunch \- Master program to launch other Xymon programs
33
0 .TH XYMONSERVER.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONSERVER.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymonserver.cfg \- Xymon environment variables
33
11 <HTML><HEAD><TITLE>Manpage of ACKINFO.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>ACKINFO.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
9494 This document was created by
9595 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
9696 using the manual pages.<BR>
97 Time: 13:59:56 GMT, November 06, 2015
97 Time: 20:02:11 GMT, November 12, 2015
9898 </BODY>
9999 </HTML>
11 <HTML><HEAD><TITLE>Manpage of ACKNOWLEDGE.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>ACKNOWLEDGE.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
121121 This document was created by
122122 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
123123 using the manual pages.<BR>
124 Time: 13:59:56 GMT, November 06, 2015
124 Time: 20:02:11 GMT, November 12, 2015
125125 </BODY>
126126 </HTML>
11 <HTML><HEAD><TITLE>Manpage of APPFEED.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>APPFEED.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
8383 This document was created by
8484 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
8585 using the manual pages.<BR>
86 Time: 13:59:56 GMT, November 06, 2015
86 Time: 20:02:11 GMT, November 12, 2015
8787 </BODY>
8888 </HTML>
11 <HTML><HEAD><TITLE>Manpage of CLIENTUPDATE</TITLE>
22 </HEAD><BODY>
33 <H1>CLIENTUPDATE</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
156156 This document was created by
157157 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
158158 using the manual pages.<BR>
159 Time: 13:59:56 GMT, November 06, 2015
159 Time: 20:02:11 GMT, November 12, 2015
160160 </BODY>
161161 </HTML>
11 <HTML><HEAD><TITLE>Manpage of COMBOSTATUS</TITLE>
22 </HEAD><BODY>
33 <H1>COMBOSTATUS</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
9696 This document was created by
9797 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
9898 using the manual pages.<BR>
99 Time: 13:59:56 GMT, November 06, 2015
99 Time: 20:02:11 GMT, November 12, 2015
100100 </BODY>
101101 </HTML>
11 <HTML><HEAD><TITLE>Manpage of CONFREPORT.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>CONFREPORT.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
9393 This document was created by
9494 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
9595 using the manual pages.<BR>
96 Time: 13:59:56 GMT, November 06, 2015
96 Time: 20:02:11 GMT, November 12, 2015
9797 </BODY>
9898 </HTML>
11 <HTML><HEAD><TITLE>Manpage of CRITICALEDITOR.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>CRITICALEDITOR.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
7676 This document was created by
7777 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
7878 using the manual pages.<BR>
79 Time: 13:59:56 GMT, November 06, 2015
79 Time: 20:02:11 GMT, November 12, 2015
8080 </BODY>
8181 </HTML>
11 <HTML><HEAD><TITLE>Manpage of CRITICALVIEW.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>CRITICALVIEW.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
109109 This document was created by
110110 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
111111 using the manual pages.<BR>
112 Time: 13:59:56 GMT, November 06, 2015
112 Time: 20:02:11 GMT, November 12, 2015
113113 </BODY>
114114 </HTML>
11 <HTML><HEAD><TITLE>Manpage of CSVINFO.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>CSVINFO.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
7878 This document was created by
7979 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
8080 using the manual pages.<BR>
81 Time: 13:59:56 GMT, November 06, 2015
81 Time: 20:02:11 GMT, November 12, 2015
8282 </BODY>
8383 </HTML>
11 <HTML><HEAD><TITLE>Manpage of DATEPAGE.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>DATEPAGE.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
118118 This document was created by
119119 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
120120 using the manual pages.<BR>
121 Time: 13:59:56 GMT, November 06, 2015
121 Time: 20:02:11 GMT, November 12, 2015
122122 </BODY>
123123 </HTML>
11 <HTML><HEAD><TITLE>Manpage of EVENTLOG.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>EVENTLOG.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
5757 This document was created by
5858 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
5959 using the manual pages.<BR>
60 Time: 13:59:56 GMT, November 06, 2015
60 Time: 20:02:11 GMT, November 12, 2015
6161 </BODY>
6262 </HTML>
11 <HTML><HEAD><TITLE>Manpage of FINDHOST.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>FINDHOST.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
9696 This document was created by
9797 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
9898 using the manual pages.<BR>
99 Time: 13:59:56 GMT, November 06, 2015
99 Time: 20:02:11 GMT, November 12, 2015
100100 </BODY>
101101 </HTML>
11 <HTML><HEAD><TITLE>Manpage of GHOSTLIST.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>GHOSTLIST.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
6565 This document was created by
6666 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
6767 using the manual pages.<BR>
68 Time: 13:59:56 GMT, November 06, 2015
68 Time: 20:02:11 GMT, November 12, 2015
6969 </BODY>
7070 </HTML>
11 <HTML><HEAD><TITLE>Manpage of HISTORY.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>HISTORY.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
127127 This document was created by
128128 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
129129 using the manual pages.<BR>
130 Time: 13:59:56 GMT, November 06, 2015
130 Time: 20:02:11 GMT, November 12, 2015
131131 </BODY>
132132 </HTML>
11 <HTML><HEAD><TITLE>Manpage of HOSTGRAPHS.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>HOSTGRAPHS.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
8585 This document was created by
8686 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
8787 using the manual pages.<BR>
88 Time: 13:59:56 GMT, November 06, 2015
88 Time: 20:02:11 GMT, November 12, 2015
8989 </BODY>
9090 </HTML>
11 <HTML><HEAD><TITLE>Manpage of LOGFETCH</TITLE>
22 </HEAD><BODY>
33 <H1>LOGFETCH</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
9696 This document was created by
9797 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
9898 using the manual pages.<BR>
99 Time: 13:59:56 GMT, November 06, 2015
99 Time: 20:02:11 GMT, November 12, 2015
100100 </BODY>
101101 </HTML>
11 <HTML><HEAD><TITLE>Manpage of ORCAXYMON</TITLE>
22 </HEAD><BODY>
33 <H1>ORCAXYMON</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
7575 This document was created by
7676 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
7777 using the manual pages.<BR>
78 Time: 13:59:56 GMT, November 06, 2015
78 Time: 20:02:11 GMT, November 12, 2015
7979 </BODY>
8080 </HTML>
11 <HTML><HEAD><TITLE>Manpage of REPORT.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>REPORT.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
137137 This document was created by
138138 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
139139 using the manual pages.<BR>
140 Time: 13:59:56 GMT, November 06, 2015
140 Time: 20:02:11 GMT, November 12, 2015
141141 </BODY>
142142 </HTML>
11 <HTML><HEAD><TITLE>Manpage of REPORTLOG.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>REPORTLOG.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
8484 This document was created by
8585 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
8686 using the manual pages.<BR>
87 Time: 13:59:56 GMT, November 06, 2015
87 Time: 20:02:11 GMT, November 12, 2015
8888 </BODY>
8989 </HTML>
11 <HTML><HEAD><TITLE>Manpage of SHOWGRAPH.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>SHOWGRAPH.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
168168 This document was created by
169169 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
170170 using the manual pages.<BR>
171 Time: 13:59:56 GMT, November 06, 2015
171 Time: 20:02:11 GMT, November 12, 2015
172172 </BODY>
173173 </HTML>
11 <HTML><HEAD><TITLE>Manpage of SNAPSHOT.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>SNAPSHOT.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
100100 This document was created by
101101 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
102102 using the manual pages.<BR>
103 Time: 13:59:56 GMT, November 06, 2015
103 Time: 20:02:11 GMT, November 12, 2015
104104 </BODY>
105105 </HTML>
11 <HTML><HEAD><TITLE>Manpage of STATUSREPORT.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>STATUSREPORT.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
123123 This document was created by
124124 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
125125 using the manual pages.<BR>
126 Time: 13:59:56 GMT, November 06, 2015
126 Time: 20:02:11 GMT, November 12, 2015
127127 </BODY>
128128 </HTML>
11 <HTML><HEAD><TITLE>Manpage of SVCSTATUS.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>SVCSTATUS.CGI</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
152152 This document was created by
153153 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
154154 using the manual pages.<BR>
155 Time: 13:59:56 GMT, November 06, 2015
155 Time: 20:02:11 GMT, November 12, 2015
156156 </BODY>
157157 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMON</TITLE>
22 </HEAD><BODY>
33 <H1>XYMON</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
649649 This document was created by
650650 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
651651 using the manual pages.<BR>
652 Time: 13:59:56 GMT, November 06, 2015
652 Time: 20:02:11 GMT, November 12, 2015
653653 </BODY>
654654 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONCFG</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONCFG</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
8787 This document was created by
8888 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
8989 using the manual pages.<BR>
90 Time: 13:59:56 GMT, November 06, 2015
90 Time: 20:02:11 GMT, November 12, 2015
9191 </BODY>
9292 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONCMD</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONCMD</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
5858 This document was created by
5959 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
6060 using the manual pages.<BR>
61 Time: 13:59:56 GMT, November 06, 2015
61 Time: 20:02:11 GMT, November 12, 2015
6262 </BODY>
6363 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONDIGEST</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONDIGEST</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
7171 This document was created by
7272 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
7373 using the manual pages.<BR>
74 Time: 13:59:56 GMT, November 06, 2015
74 Time: 20:02:11 GMT, November 12, 2015
7575 </BODY>
7676 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONGEN</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONGEN</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
853853 This document was created by
854854 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
855855 using the manual pages.<BR>
856 Time: 13:59:56 GMT, November 06, 2015
856 Time: 20:02:11 GMT, November 12, 2015
857857 </BODY>
858858 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONGREP</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONGREP</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
186186 This document was created by
187187 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
188188 using the manual pages.<BR>
189 Time: 13:59:56 GMT, November 06, 2015
189 Time: 20:02:11 GMT, November 12, 2015
190190 </BODY>
191191 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONNET\-AGAIN.SH</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONNET\-AGAIN.SH</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
7676 This document was created by
7777 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
7878 using the manual pages.<BR>
79 Time: 13:59:56 GMT, November 06, 2015
79 Time: 20:02:11 GMT, November 12, 2015
8080 </BODY>
8181 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONNET</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONNET</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
752752 This document was created by
753753 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
754754 using the manual pages.<BR>
755 Time: 13:59:56 GMT, November 06, 2015
755 Time: 20:02:11 GMT, November 12, 2015
756756 </BODY>
757757 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONPAGE</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONPAGE</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
6161 This document was created by
6262 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
6363 using the manual pages.<BR>
64 Time: 13:59:56 GMT, November 06, 2015
64 Time: 20:02:11 GMT, November 12, 2015
6565 </BODY>
6666 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONPING</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONPING</H1>
4 Section: User Commands (1)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: User Commands (1)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
131131 This document was created by
132132 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
133133 using the manual pages.<BR>
134 Time: 13:59:56 GMT, November 06, 2015
134 Time: 20:02:11 GMT, November 12, 2015
135135 </BODY>
136136 </HTML>
11 <HTML><HEAD><TITLE>Manpage of ALERTS.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>ALERTS.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
316316 This document was created by
317317 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
318318 using the manual pages.<BR>
319 Time: 13:59:56 GMT, November 06, 2015
319 Time: 20:02:11 GMT, November 12, 2015
320320 </BODY>
321321 </HTML>
11 <HTML><HEAD><TITLE>Manpage of ANALYSIS.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>ANALYSIS.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
832832 This document was created by
833833 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
834834 using the manual pages.<BR>
835 Time: 13:59:56 GMT, November 06, 2015
835 Time: 20:02:11 GMT, November 12, 2015
836836 </BODY>
837837 </HTML>
11 <HTML><HEAD><TITLE>Manpage of CGIOPTIONS.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>CGIOPTIONS.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
171171 This document was created by
172172 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
173173 using the manual pages.<BR>
174 Time: 13:59:56 GMT, November 06, 2015
174 Time: 20:02:11 GMT, November 12, 2015
175175 </BODY>
176176 </HTML>
11 <HTML><HEAD><TITLE>Manpage of CLIENT\-LOCAL.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>CLIENT\-LOCAL.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
246246 This document was created by
247247 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
248248 using the manual pages.<BR>
249 Time: 13:59:56 GMT, November 06, 2015
249 Time: 20:02:11 GMT, November 12, 2015
250250 </BODY>
251251 </HTML>
11 <HTML><HEAD><TITLE>Manpage of CLIENTLAUNCH.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>CLIENTLAUNCH.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
5151 This document was created by
5252 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
5353 using the manual pages.<BR>
54 Time: 13:59:56 GMT, November 06, 2015
54 Time: 20:02:11 GMT, November 12, 2015
5555 </BODY>
5656 </HTML>
11 <HTML><HEAD><TITLE>Manpage of COMBO.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>COMBO.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
136136 This document was created by
137137 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
138138 using the manual pages.<BR>
139 Time: 13:59:56 GMT, November 06, 2015
139 Time: 20:02:11 GMT, November 12, 2015
140140 </BODY>
141141 </HTML>
11 <HTML><HEAD><TITLE>Manpage of CRITICAL.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>CRITICAL.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
6060 This document was created by
6161 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
6262 using the manual pages.<BR>
63 Time: 13:59:56 GMT, November 06, 2015
63 Time: 20:02:11 GMT, November 12, 2015
6464 </BODY>
6565 </HTML>
11 <HTML><HEAD><TITLE>Manpage of GRAPHS.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>GRAPHS.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
181181 This document was created by
182182 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
183183 using the manual pages.<BR>
184 Time: 13:59:56 GMT, November 06, 2015
184 Time: 20:02:11 GMT, November 12, 2015
185185 </BODY>
186186 </HTML>
11 <HTML><HEAD><TITLE>Manpage of HOSTS.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>HOSTS.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
16661666 This document was created by
16671667 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
16681668 using the manual pages.<BR>
1669 Time: 13:59:56 GMT, November 06, 2015
1669 Time: 20:02:11 GMT, November 12, 2015
16701670 </BODY>
16711671 </HTML>
11 <HTML><HEAD><TITLE>Manpage of PROTOCOLS.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>PROTOCOLS.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
129129 This document was created by
130130 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
131131 using the manual pages.<BR>
132 Time: 13:59:56 GMT, November 06, 2015
132 Time: 20:02:11 GMT, November 12, 2015
133133 </BODY>
134134 </HTML>
11 <HTML><HEAD><TITLE>Manpage of TASKS.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>TASKS.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
182182 This document was created by
183183 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
184184 using the manual pages.<BR>
185 Time: 13:59:56 GMT, November 06, 2015
185 Time: 20:02:11 GMT, November 12, 2015
186186 </BODY>
187187 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMON-XMH</TITLE>
22 </HEAD><BODY>
33 <H1>XYMON-XMH</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
257257 This document was created by
258258 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
259259 using the manual pages.<BR>
260 Time: 13:59:56 GMT, November 06, 2015
260 Time: 20:02:11 GMT, November 12, 2015
261261 </BODY>
262262 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONCLIENT.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONCLIENT.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
102102 This document was created by
103103 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
104104 using the manual pages.<BR>
105 Time: 13:59:56 GMT, November 06, 2015
105 Time: 20:02:11 GMT, November 12, 2015
106106 </BODY>
107107 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONSERVER.CFG</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONSERVER.CFG</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
893893 This document was created by
894894 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
895895 using the manual pages.<BR>
896 Time: 13:59:56 GMT, November 06, 2015
896 Time: 20:02:11 GMT, November 12, 2015
897897 </BODY>
898898 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONWEB</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONWEB</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
192192 This document was created by
193193 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
194194 using the manual pages.<BR>
195 Time: 13:59:56 GMT, November 06, 2015
195 Time: 20:02:11 GMT, November 12, 2015
196196 </BODY>
197197 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMON\-WEBACCESS</TITLE>
22 </HEAD><BODY>
33 <H1>XYMON\-WEBACCESS</H1>
4 Section: File Formats (5)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: File Formats (5)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
8787 This document was created by
8888 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
8989 using the manual pages.<BR>
90 Time: 13:59:56 GMT, November 06, 2015
90 Time: 20:02:11 GMT, November 12, 2015
9191 </BODY>
9292 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMON</TITLE>
22 </HEAD><BODY>
33 <H1>XYMON</H1>
4 Section: Environments, Tables, and Troff Macros (7)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Environments, Tables, and Troff Macros (7)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
659659 This document was created by
660660 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
661661 using the manual pages.<BR>
662 Time: 13:59:56 GMT, November 06, 2015
662 Time: 20:02:11 GMT, November 12, 2015
663663 </BODY>
664664 </HTML>
11 <HTML><HEAD><TITLE>Manpage of ENADIS.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>ENADIS.CGI</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
9191 This document was created by
9292 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
9393 using the manual pages.<BR>
94 Time: 13:59:56 GMT, November 06, 2015
94 Time: 20:02:11 GMT, November 12, 2015
9595 </BODY>
9696 </HTML>
11 <HTML><HEAD><TITLE>Manpage of MSGCACHE</TITLE>
22 </HEAD><BODY>
33 <H1>MSGCACHE</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
115115 This document was created by
116116 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
117117 using the manual pages.<BR>
118 Time: 13:59:56 GMT, November 06, 2015
118 Time: 20:02:11 GMT, November 12, 2015
119119 </BODY>
120120 </HTML>
11 <HTML><HEAD><TITLE>Manpage of TRIMHISTORY</TITLE>
22 </HEAD><BODY>
33 <H1>TRIMHISTORY</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
144144 This document was created by
145145 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
146146 using the manual pages.<BR>
147 Time: 13:59:56 GMT, November 06, 2015
147 Time: 20:02:11 GMT, November 12, 2015
148148 </BODY>
149149 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMON\-MAILACK</TITLE>
22 </HEAD><BODY>
33 <H1>XYMON\-MAILACK</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
110110 This document was created by
111111 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
112112 using the manual pages.<BR>
113 Time: 13:59:56 GMT, November 06, 2015
113 Time: 20:02:11 GMT, November 12, 2015
114114 </BODY>
115115 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONCGIMSG.CGI</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONCGIMSG.CGI</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <P>
7676 This document was created by
7777 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
7878 using the manual pages.<BR>
79 Time: 13:59:56 GMT, November 06, 2015
79 Time: 20:02:11 GMT, November 12, 2015
8080 </BODY>
8181 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMOND</TITLE>
22 </HEAD><BODY>
33 <H1>XYMOND</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
425425 This document was created by
426426 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
427427 using the manual pages.<BR>
428 Time: 13:59:56 GMT, November 06, 2015
428 Time: 20:02:11 GMT, November 12, 2015
429429 </BODY>
430430 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMOND_ALERT</TITLE>
22 </HEAD><BODY>
33 <H1>XYMOND_ALERT</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
190190 This document was created by
191191 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
192192 using the manual pages.<BR>
193 Time: 13:59:56 GMT, November 06, 2015
193 Time: 20:02:11 GMT, November 12, 2015
194194 </BODY>
195195 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMOND_CAPTURE</TITLE>
22 </HEAD><BODY>
33 <H1>XYMOND_CAPTURE</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
8686 This document was created by
8787 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
8888 using the manual pages.<BR>
89 Time: 13:59:56 GMT, November 06, 2015
89 Time: 20:02:11 GMT, November 12, 2015
9090 </BODY>
9191 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMOND_CHANNEL</TITLE>
22 </HEAD><BODY>
33 <H1>XYMOND_CHANNEL</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
147147 This document was created by
148148 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
149149 using the manual pages.<BR>
150 Time: 13:59:56 GMT, November 06, 2015
150 Time: 20:02:11 GMT, November 12, 2015
151151 </BODY>
152152 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMOND_CLIENT</TITLE>
22 </HEAD><BODY>
33 <H1>XYMOND_CLIENT</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
141141 This document was created by
142142 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
143143 using the manual pages.<BR>
144 Time: 13:59:56 GMT, November 06, 2015
144 Time: 20:02:11 GMT, November 12, 2015
145145 </BODY>
146146 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMOND_DISTRIBUTE</TITLE>
22 </HEAD><BODY>
33 <H1>XYMOND_DISTRIBUTE</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
6464 This document was created by
6565 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
6666 using the manual pages.<BR>
67 Time: 13:59:56 GMT, November 06, 2015
67 Time: 20:02:11 GMT, November 12, 2015
6868 </BODY>
6969 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMOND_FILESTORE</TITLE>
22 </HEAD><BODY>
33 <H1>XYMOND_FILESTORE</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
133133 This document was created by
134134 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
135135 using the manual pages.<BR>
136 Time: 13:59:56 GMT, November 06, 2015
136 Time: 20:02:11 GMT, November 12, 2015
137137 </BODY>
138138 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMOND_HISTORY</TITLE>
22 </HEAD><BODY>
33 <H1>XYMOND_HISTORY</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
112112 This document was created by
113113 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
114114 using the manual pages.<BR>
115 Time: 13:59:56 GMT, November 06, 2015
115 Time: 20:02:11 GMT, November 12, 2015
116116 </BODY>
117117 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMOND_HOSTDATA</TITLE>
22 </HEAD><BODY>
33 <H1>XYMOND_HOSTDATA</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
7575 This document was created by
7676 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
7777 using the manual pages.<BR>
78 Time: 13:59:56 GMT, November 06, 2015
78 Time: 20:02:11 GMT, November 12, 2015
7979 </BODY>
8080 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMOND_RRD</TITLE>
22 </HEAD><BODY>
33 <H1>XYMOND_RRD</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
509509 This document was created by
510510 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
511511 using the manual pages.<BR>
512 Time: 13:59:56 GMT, November 06, 2015
512 Time: 20:02:11 GMT, November 12, 2015
513513 </BODY>
514514 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMOND_SAMPLE</TITLE>
22 </HEAD><BODY>
33 <H1>XYMOND_SAMPLE</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
6060 This document was created by
6161 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
6262 using the manual pages.<BR>
63 Time: 13:59:56 GMT, November 06, 2015
63 Time: 20:02:11 GMT, November 12, 2015
6464 </BODY>
6565 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONFETCH</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONFETCH</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
100100 This document was created by
101101 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
102102 using the manual pages.<BR>
103 Time: 13:59:56 GMT, November 06, 2015
103 Time: 20:02:11 GMT, November 12, 2015
104104 </BODY>
105105 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONLAUNCH</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONLAUNCH</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <A NAME="lbAB">&nbsp;</A>
117117 This document was created by
118118 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
119119 using the manual pages.<BR>
120 Time: 13:59:56 GMT, November 06, 2015
120 Time: 20:02:11 GMT, November 12, 2015
121121 </BODY>
122122 </HTML>
11 <HTML><HEAD><TITLE>Manpage of XYMONPROXY</TITLE>
22 </HEAD><BODY>
33 <H1>XYMONPROXY</H1>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.22: 6 Nov 2015<BR><A HREF="#index">Index</A>
4 Section: Maintenance Commands (8)<BR>Updated: Version 4.3.23: 12 Nov 2015<BR><A HREF="#index">Index</A>
55 <A HREF="../index.html">Return to Main Contents</A><HR>
66
77 <P>
257257 This document was created by
258258 <A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
259259 using the manual pages.<BR>
260 Time: 13:59:56 GMT, November 06, 2015
260 Time: 20:02:11 GMT, November 12, 2015
261261 </BODY>
262262 </HTML>
1010 #ifndef __VERSION_H__
1111 #define __VERSION_H__
1212
13 #define VERSION "4.3.22"
13 #define VERSION "4.3.23"
1414
1515 #endif
1616
1111 /* */
1212 /*----------------------------------------------------------------------------*/
1313
14 static char rcsid[] = "$Id: loadalerts.c 7678 2015-10-01 14:42:42Z jccleaver $";
14 static char rcsid[] = "$Id: loadalerts.c 7733 2015-11-12 09:24:01Z jccleaver $";
1515
1616 #include <sys/types.h>
1717 #include <sys/stat.h>
803803 */
804804
805805 static char *pgnames = NULL;
806 char *dgname = NULL;
806 const char *dgname = NULL;
807807 int pgmatchres, pgexclres;
808808 time_t duration = (getcurrenttime(NULL) - alert->eventstart);
809809 int result, cfid = 0;
1010 /* */
1111 /*----------------------------------------------------------------------------*/
1212
13 static char rcsid[] = "$Id: matching.c 7481 2014-09-28 09:54:35Z storner $";
13 static char rcsid[] = "$Id: matching.c 7733 2015-11-12 09:24:01Z jccleaver $";
1414
1515 #include <sys/types.h>
1616 #include <unistd.h>
4747 return compileregex_opts(pattern, PCRE_CASELESS|PCRE_MULTILINE);
4848 }
4949
50 int matchregex(char *needle, pcre *pcrecode)
50 int matchregex(const char *needle, pcre *pcrecode)
5151 {
5252 int ovector[30];
5353 int result;
6565 pcre_free(pcrecode);
6666 }
6767
68 int namematch(char *needle, char *haystack, pcre *pcrecode)
68 int namematch(const char *needle, char *haystack, pcre *pcrecode)
6969 {
7070 char *xhay;
7171 char *tokbuf = NULL, *tok;
2525 #define firstlineregexnocase(P) compileregex_opts(P, PCRE_CASELESS);
2626 #endif
2727 extern pcre *multilineregex(const char *pattern);
28 extern int matchregex(char *needle, pcre *pcrecode);
28 extern int matchregex(const char *needle, pcre *pcrecode);
2929 extern void freeregex(pcre *pcrecode);
30 extern int namematch(char *needle, char *haystack, pcre *pcrecode);
30 extern int namematch(const char *needle, char *haystack, pcre *pcrecode);
3131 extern int patternmatch(char *datatosearch, char *pattern, pcre *pcrecode);
3232 extern pcre **compile_exprs(char *id, const char **patterns, int count);
3333 extern int pickdata(char *buf, pcre *expr, int dupok, ...);
0 .TH ACKINFO.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH ACKINFO.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 ackinfo.cgi \- Xymon CGI script to acknowledge alerts
33 .SH SYNOPSIS
0 .TH ACKNOWLEDGE.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH ACKNOWLEDGE.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 acknowledge.cgi \- Xymon CGI script to acknowledge alerts
33 .SH SYNOPSIS
0 .TH APPFEED.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH APPFEED.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 appfeed.cgi \- Xymon CGI feeder for Smartphone apps
33 .SH SYNOPSIS
0 .TH CGIOPTIONS.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH CGIOPTIONS.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 cgioptions.cfg \- Command-line parameters for the Xymon CGI tools
33
0 .TH CONFREPORT.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH CONFREPORT.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 confreport.cgi \- Xymon Configuration report
33 .SH SYNOPSIS
0 .TH CRITICAL.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH CRITICAL.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 critical.cfg \- Configuration of the showgraph CGI
33
0 .TH CRITICALEDITOR.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH CRITICALEDITOR.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 criticaleditor.cgi \- Xymon Critical Systems View Editor CGI
33 .SH SYNOPSIS
0 .TH CRITICALVIEW.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH CRITICALVIEW.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 criticalview.cgi \- Xymon Critical Systems view CGI
33 .SH SYNOPSIS
0 .TH CSVINFO.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH CSVINFO.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 csvinfo.cgi \- CGI program to show host information from a CSV file
33 .SH SYNOPSIS
0 .TH DATEPAGE.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH DATEPAGE.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 datepage.cgi \- Xymon CGI script to view pre-built reports by date
33 .SH SYNOPSIS
0 .TH ENADIS.CGI 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH ENADIS.CGI 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 enadis.cgi \- CGI program to enable/disable Xymon tests
33 .SH SYNOPSIS
0 .TH EVENTLOG.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH EVENTLOG.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 eventlog.cgi \- CGI program to report the Xymon eventlog
33 .SH SYNOPSIS
0 .TH FINDHOST.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH FINDHOST.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 findhost.cgi \- Xymon CGI script to find hosts
33 .SH SYNOPSIS
0 .TH GHOSTLIST.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH GHOSTLIST.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 ghostlist.cgi \- CGI program to view ghost clients
33 .SH SYNOPSIS
0 .TH GRAPHS.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH GRAPHS.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 graphs.cfg \- Configuration of the showgraph CGI
33
0 .TH HISTORY.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH HISTORY.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 history.cgi \- CGI program to display service history
33 .SH SYNOPSIS
0 .TH HOSTGRAPHS.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH HOSTGRAPHS.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 hostgraphs.cgi \- CGI program to show multiple graphs
33 .SH SYNOPSIS
0 .TH REPORT.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH REPORT.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 report.cgi \- CGI front-end to xymongen reporting
33 .SH SYNOPSIS
0 .TH REPORTLOG.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH REPORTLOG.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 reportlog.cgi \- CGI program to report service availability log
33 .SH SYNOPSIS
0 .TH SHOWGRAPH.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH SHOWGRAPH.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 showgraph.cgi \- CGI to generate Xymon trend graphs
33 .SH SYNOPSIS
0 .TH SNAPSHOT.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH SNAPSHOT.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 snapshot.cgi \- CGI program to rebuild the Xymon webpages for a specific point in time.
33 .SH SYNOPSIS
0 .TH STATUSREPORT.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH STATUSREPORT.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 statusreport.cgi \- CGI program to report a status for a group of servers
33 .SH SYNOPSIS
0 .TH SVCSTATUS.CGI 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH SVCSTATUS.CGI 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 svcstatus.cgi \- CGI program to view Xymon status logs
33 .SH SYNOPSIS
0 .TH XYMONPAGE 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONPAGE 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymonpage \- Utility to show a webpage using header and footer
33 .SH SYNOPSIS
0 .TH XYMON\-WEBACCESS 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMON\-WEBACCESS 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymon\-webaccess \- Web-based access controls in Xymon
33
0 .TH ALERTS.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH ALERTS.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 alerts.cfg \- Configuration for for xymond_alert module
33
0 .TH ANALYSIS.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH ANALYSIS.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 analysis.cfg \- Configuration file for the xymond_client module
33
0 .TH CLIENT\-LOCAL.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH CLIENT\-LOCAL.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 client\-local.cfg \- Local configuration settings for Xymon clients
33
1212 /* */
1313 /*----------------------------------------------------------------------------*/
1414
15 static char rcsid[] = "$Id: client_config.c 7686 2015-10-08 20:48:56Z jccleaver $";
15 static char rcsid[] = "$Id: client_config.c 7729 2015-11-12 02:54:59Z jccleaver $";
1616
1717 #include <stdio.h>
1818 #include <string.h>
115115 int warnlevel, paniclevel;
116116 } c_paging_t;
117117
118 #define FCHK_NOEXIST (1ULL << 0)
119 #define FCHK_TYPE (1ULL << 1)
120 #define FCHK_MODE (1ULL << 2)
121 #define FCHK_MINLINKS (1ULL << 3)
122 #define FCHK_MAXLINKS (1ULL << 4)
123 #define FCHK_EQLLINKS (1ULL << 5)
124 #define FCHK_MINSIZE (1ULL << 6)
125 #define FCHK_MAXSIZE (1ULL << 7)
126 #define FCHK_EQLSIZE (1ULL << 8)
127 #define FCHK_OWNERID (1ULL << 10)
128 #define FCHK_OWNERSTR (1ULL << 11)
129 #define FCHK_GROUPID (1ULL << 12)
130 #define FCHK_GROUPSTR (1ULL << 13)
131 #define FCHK_CTIMEMIN (1ULL << 16)
132 #define FCHK_CTIMEMAX (1ULL << 17)
133 #define FCHK_CTIMEEQL (1ULL << 18)
134 #define FCHK_MTIMEMIN (1ULL << 19)
135 #define FCHK_MTIMEMAX (1ULL << 20)
136 #define FCHK_MTIMEEQL (1ULL << 21)
137 #define FCHK_ATIMEMIN (1ULL << 22)
138 #define FCHK_ATIMEMAX (1ULL << 23)
139 #define FCHK_ATIMEEQL (1ULL << 24)
140 #define FCHK_MD5 (1ULL << 25)
141 #define FCHK_SHA1 (1ULL << 26)
142 #define FCHK_SHA256 (1ULL << 27)
143 #define FCHK_SHA512 (1ULL << 28)
144 #define FCHK_SHA224 (1ULL << 29)
145 #define FCHK_SHA384 (1ULL << 30)
146 #define FCHK_RMD160 (1ULL << 31)
147
148 #define CHK_OPTIONAL (1ULL << 33)
149 #define CHK_TRACKIT (1ULL << 34)
118 #define FCHK_NOEXIST (1 << 0)
119 #define FCHK_TYPE (1 << 1)
120 #define FCHK_MODE (1 << 2)
121 #define FCHK_MINLINKS (1 << 3)
122 #define FCHK_MAXLINKS (1 << 4)
123 #define FCHK_EQLLINKS (1 << 5)
124 #define FCHK_MINSIZE (1 << 6)
125 #define FCHK_MAXSIZE (1 << 7)
126 #define FCHK_EQLSIZE (1 << 8)
127 #define FCHK_OWNERID (1 << 10)
128 #define FCHK_OWNERSTR (1 << 11)
129 #define FCHK_GROUPID (1 << 12)
130 #define FCHK_GROUPSTR (1 << 13)
131 #define FCHK_CTIMEMIN (1 << 16)
132 #define FCHK_CTIMEMAX (1 << 17)
133 #define FCHK_CTIMEEQL (1 << 18)
134 #define FCHK_MTIMEMIN (1 << 19)
135 #define FCHK_MTIMEMAX (1 << 20)
136 #define FCHK_MTIMEEQL (1 << 21)
137 #define FCHK_ATIMEMIN (1 << 22)
138 #define FCHK_ATIMEMAX (1 << 23)
139 #define FCHK_ATIMEEQL (1 << 24)
140 #define FCHK_MD5 (1 << 25)
141 #define FCHK_SHA1 (1 << 26)
142 #define FCHK_SHA256 (1 << 27)
143 #define FCHK_SHA512 (1 << 28)
144 #define FCHK_SHA224 (1 << 29)
145 #define FCHK_SHA384 (1 << 30)
146 #define FCHK_RMD160 (1 << 31)
147
148 #define CHK_OPTIONAL (1 << 0)
149 #define CHK_TRACKIT (1 << 1)
150150
151151 typedef struct c_file_t {
152152 exprlist_t *filename;
251251 char *timespec, *extimespec, *statustext, *rrdidstr, *groups;
252252 ruletype_t ruletype;
253253 int cfid;
254 unsigned long long flags;
254 uint32_t flags;
255 uint32_t chkflags;
255256 struct c_rule_t *next;
256257 union {
257258 c_load_t load;
977978 currule->rule.proc.color = parse_color(tok+6);
978979 }
979980 else if (strncasecmp(tok, "track", 5) == 0) {
980 currule->flags |= CHK_TRACKIT;
981 currule->chkflags |= CHK_TRACKIT;
981982 if (*(tok+5) == '=') currule->rrdidstr = strdup(tok+6);
982983 }
983984 else if (idx == 0) {
10261027 currule->rule.log.color = parse_color(tok+6);
10271028 }
10281029 else if (strcasecmp(tok, "optional") == 0) {
1029 currule->flags |= CHK_OPTIONAL;
1030 currule->chkflags |= CHK_OPTIONAL;
10301031 }
10311032 else if (idx == 0) {
10321033 currule->rule.log.logfile = setup_expr(tok, 0);
11971198 currule->rule.fcheck.rmd160hash = strdup(tok+7);
11981199 }
11991200 else if (strncasecmp(tok, "track", 5) == 0) {
1200 currule->flags |= CHK_TRACKIT;
1201 currule->chkflags |= CHK_TRACKIT;
12011202 if (*(tok+5) == '=') currule->rrdidstr = strdup(tok+6);
12021203 }
12031204 else if (strcasecmp(tok, "optional") == 0) {
1204 currule->flags |= CHK_OPTIONAL;
1205 currule->chkflags |= CHK_OPTIONAL;
12051206 }
12061207 else {
12071208 int col = parse_color(tok);
12281229 currule->rule.dcheck.minsize = atol(tok+5);
12291230 }
12301231 else if (strncasecmp(tok, "track", 5) == 0) {
1231 currule->flags |= CHK_TRACKIT;
1232 currule->chkflags |= CHK_TRACKIT;
12321233 if (*(tok+5) == '=') currule->rrdidstr = strdup(tok+6);
12331234 }
12341235 else {
12901291 currule->rule.port.color = parse_color(tok+6);
12911292 }
12921293 else if (strncasecmp(tok, "track", 5) == 0) {
1293 currule->flags |= CHK_TRACKIT;
1294 currule->chkflags |= CHK_TRACKIT;
12941295 if (*(tok+5) == '=') currule->rrdidstr = strdup(tok+6);
12951296 }
12961297 } while (tok && (!isqual(tok)));
15411542 currule->rule.mqqueue.critage = atol(tok+13);
15421543 }
15431544 else if (strncasecmp(tok, "track", 5) == 0) {
1544 currule->flags |= CHK_TRACKIT;
1545 currule->chkflags |= CHK_TRACKIT;
15451546 if (*(tok+5) == '=') currule->rrdidstr = strdup(tok+6);
15461547 }
15471548 } while (tok && (!isqual(tok)));
19041905 break;
19051906 }
19061907
1907 if (rwalk->flags & CHK_TRACKIT) {
1908 if (rwalk->chkflags & CHK_TRACKIT) {
19081909 printf(" TRACK");
19091910 if (rwalk->rrdidstr) printf("=%s", rwalk->rrdidstr);
19101911 }
19111912
1912 if (rwalk->flags & CHK_OPTIONAL) printf(" OPTIONAL");
1913 if (rwalk->chkflags & CHK_OPTIONAL) printf(" OPTIONAL");
19131914
19141915 if (rwalk->timespec) printf(" TIME=%s", rwalk->timespec);
19151916 if (rwalk->extimespec) printf(" EXTIME=%s", rwalk->extimespec);
25662567 if (!rule->rule.log.logfile || !namematch(logname, rule->rule.log.logfile->pattern, rule->rule.log.logfile->exp)) continue;
25672568
25682569 if (nofile) {
2569 if (!(rule->flags & CHK_OPTIONAL)) {
2570 if (!(rule->chkflags & CHK_OPTIONAL)) {
25702571 if (COL_YELLOW > result) result = COL_YELLOW;
25712572 addalertgroup(rule->groups);
25722573 addtobuffer(summarybuf, "&yellow Logfile not accessible \n");
27422743
27432744 *anyrules = 1;
27442745 if (!exists) {
2745 if (rwalk->flags & CHK_OPTIONAL) goto nextcheck;
2746 if (rwalk->chkflags & CHK_OPTIONAL) goto nextcheck;
27462747
27472748 if (!(rwalk->flags & FCHK_NOEXIST)) {
27482749 /* Required file does not exist */
29752976 addtobuffer(summarybuf, msgline);
29762977 }
29772978 }
2978 if (rwalk->flags & CHK_TRACKIT) {
2979 if (rwalk->chkflags & CHK_TRACKIT) {
29792980 *trackit = (trackit || (ftype == S_IFREG));
29802981 *id = rwalk->rrdidstr;
29812982 }
30573058 addtobuffer(summarybuf, msgline);
30583059 }
30593060 }
3060 if (rwalk->flags & CHK_TRACKIT) {
3061 if (rwalk->chkflags & CHK_TRACKIT) {
30613062 *trackit = 1;
30623063 *id = rwalk->rrdidstr;
30633064 }
32293230 *critlen = rule->rule.mqqueue.critlen;
32303231 *warnage = rule->rule.mqqueue.warnage;
32313232 *critage = rule->rule.mqqueue.critage;
3232 if (rule->flags & CHK_TRACKIT) *trackit = (rule->rrdidstr ? rule->rrdidstr : "");
3233 if (rule->chkflags & CHK_TRACKIT) *trackit = (rule->rrdidstr ? rule->rrdidstr : "");
32333234 return;
32343235 }
32353236
34623463 *uplim = (*walk)->rule->rule.proc.pmax;
34633464 if ((*lowlim != 0) && (*count < *lowlim)) *color = (*walk)->rule->rule.proc.color;
34643465 if ((*uplim != -1) && (*count > *uplim)) *color = (*walk)->rule->rule.proc.color;
3465 *trackit = ((*walk)->rule->flags & CHK_TRACKIT);
3466 *trackit = ((*walk)->rule->chkflags & CHK_TRACKIT);
34663467 *id = (*walk)->rule->rrdidstr;
34673468 if (group) *group = (*walk)->rule->groups;
34683469 break;
35313532 *uplim = (*walk)->rule->rule.port.pmax;
35323533 if ((*lowlim != 0) && (*count < *lowlim)) *color = (*walk)->rule->rule.port.color;
35333534 if ((*uplim != -1) && (*count > *uplim)) *color = (*walk)->rule->rule.port.color;
3534 *trackit = ((*walk)->rule->flags & CHK_TRACKIT);
3535 *trackit = ((*walk)->rule->chkflags & CHK_TRACKIT);
35353536 *id = (*walk)->rule->rrdidstr;
35363537 if (group) *group = (*walk)->rule->groups;
35373538 break;
0 .TH COMBO.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH COMBO.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 combo.cfg \- Configuration of combostatus tool
33
0 .TH COMBOSTATUS 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH COMBOSTATUS 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 combostatus \- Xymon combination test tool
33 .SH SYNOPSIS
0 .TH TRIMHISTORY 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH TRIMHISTORY 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 trimhistory \- Remove old Xymon history-log entries
33 .SH SYNOPSIS
0 .TH XYMON\-MAILACK 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMON\-MAILACK 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymon\-mailack \- permit acknowledging alerts via e-mail
33 .SH SYNOPSIS
0 .TH XYMOND 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMOND 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymond \- Master network daemon for a Xymon server
33 .SH SYNOPSIS
0 .TH XYMOND_ALERT 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMOND_ALERT 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymond_alert \- xymond worker module for sending out alerts
33 .SH SYNOPSIS
0 .TH XYMOND_CAPTURE 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMOND_CAPTURE 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymond_capture \- catch selected messages from a xymond channel
33 .SH SYNOPSIS
0 .TH XYMOND_CHANNEL 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMOND_CHANNEL 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymond_channel \- Feed a xymond channel to a worker module
33 .SH SYNOPSIS
0 .TH XYMOND_CLIENT 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMOND_CLIENT 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymond_client \- xymond worker module for client data
33 .SH SYNOPSIS
0 .TH XYMOND_DISTRIBUTE 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMOND_DISTRIBUTE 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymond_distribute \- xymond worker module for distributing commands
33 .SH SYNOPSIS
0 .TH XYMOND_FILESTORE 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMOND_FILESTORE 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymond_filestore \- xymond worker module for storing Xymon data
33 .SH SYNOPSIS
0 .TH XYMOND_HISTORY 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMOND_HISTORY 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymond_history \- xymond worker module for logging status changes
33 .SH SYNOPSIS
0 .TH XYMOND_HOSTDATA 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMOND_HOSTDATA 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymond_hostdata \- xymond worker module for storing historical client data
33 .SH SYNOPSIS
0 .TH XYMOND_RRD 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMOND_RRD 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymond_rrd \- xymond worker module for updating Xymon RRD files
33 .SH SYNOPSIS
0 .TH XYMOND_SAMPLE 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMOND_SAMPLE 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymond_sample \- example of a xymond worker module
33 .SH SYNOPSIS
0 .TH XYMONFETCH 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONFETCH 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymonfetch \- fetch client data from passive clients
33 .SH SYNOPSIS
0 .TH XYMONWEB 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONWEB 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 Xymon web page headers, footers and forms.
33
0 .TH XYMONGEN 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONGEN 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymongen \- Xymon webpage generator
33 .SH SYNOPSIS
0 .TH PROTOCOLS.CFG 5 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH PROTOCOLS.CFG 5 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 protocols.cfg \- Configuration of TCP network services
33
0 .TH XYMONNET\-AGAIN.SH 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONNET\-AGAIN.SH 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymonnet\-again.sh \- Xymon network re-test tool
33 .SH SYNOPSIS
0 .TH XYMONNET 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONNET 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymonnet \- Xymon network test tool
33 .SH SYNOPSIS
0 .TH XYMONPING 1 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONPING 1 "Version 4.3.23: 12 Nov 2015" "Xymon"
11 .SH NAME
22 xymonping \- Xymon ping tool
33 .SH SYNOPSIS
0 .TH XYMONCGIMSG.CGI 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONCGIMSG.CGI 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11
22 .SH NAME
33 xymoncgimsg.cgi \- CGI utility used for proxying Xymon data over HTTP
0 .TH XYMONPROXY 8 "Version 4.3.22: 6 Nov 2015" "Xymon"
0 .TH XYMONPROXY 8 "Version 4.3.23: 12 Nov 2015" "Xymon"
11
22 .SH NAME
33 xymonproxy \- Xymon message proxy