root/trunk/web/collector_live_intro.php @ 166

Revision 125, 0.5 KB (checked in by andreu, 12 years ago)

syslog output parameters modification - new web page for monitoring site (log, introduction)

Line 
1<?php
2
3print " <p> In this section we'll find informations about the current live-state of your running instance of your collector. Different sub-section are : \n";
4print "<ul>";
5print "<li> Perf : Collector and system performence monitoring,</li>";
6print "<li> Log : Logs of the collector,</li>";
7print "<li> Output : List of differents output,</li>";
8print "<li> Templates : List of all templates known by the collector,</li>";
9print "<li> Filters : List of filters applied on the collector.</li>";
10print "</ul>";
11print "</p>";
12
13?>
Note: See TracBrowser for help on using the browser.