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 | |
---|
3 | print " <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"; |
---|
4 | print "<ul>"; |
---|
5 | print "<li> Perf : Collector and system performence monitoring,</li>"; |
---|
6 | print "<li> Log : Logs of the collector,</li>"; |
---|
7 | print "<li> Output : List of differents output,</li>"; |
---|
8 | print "<li> Templates : List of all templates known by the collector,</li>"; |
---|
9 | print "<li> Filters : List of filters applied on the collector.</li>"; |
---|
10 | print "</ul>"; |
---|
11 | print "</p>"; |
---|
12 | |
---|
13 | ?> |
---|