mirror of https://github.com/mikaku/Monitorix.git
updated to include support for modules extra like 'traffacct'
This commit is contained in:
parent
2094b7922e
commit
d27138cb8e
|
@ -78,7 +78,6 @@ alert_rootfs_script = /path/to/script.sh
|
|||
fail2ban = n
|
||||
icecast = n
|
||||
int = y
|
||||
traffacct = n
|
||||
</graph_enable>
|
||||
|
||||
|
||||
|
@ -403,6 +402,7 @@ alert_rootfs_script = /path/to/script.sh
|
|||
# TRAFFACCT graph
|
||||
# -----------------------------------------------------------------------------
|
||||
<traffacct>
|
||||
enabled = n
|
||||
max = 10
|
||||
graphs_per_row = 2
|
||||
enable_monthly_reports = n
|
||||
|
@ -423,6 +423,7 @@ alert_rootfs_script = /path/to/script.sh
|
|||
# Multihost
|
||||
# -----------------------------------------------------------------------------
|
||||
<multihost>
|
||||
enabled = n
|
||||
footer_url = y
|
||||
graphs_per_row = 2
|
||||
remotehost_list = server 1, server 2, server 3
|
||||
|
|
Loading…
Reference in New Issue