mirror of https://github.com/mikaku/Monitorix.git
3.0: updated monitorix.conf
This commit is contained in:
parent
acbcd38e51
commit
23e6754926
|
@ -152,14 +152,14 @@ nvidia_max = 1
|
||||||
# DISK graph
|
# DISK graph
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
<disk_list>
|
<disk_list>
|
||||||
1 = /dev/sda, /dev/sdb, /dev/sdc
|
0 = /dev/sda, /dev/sdb, /dev/sdc
|
||||||
</disk_list>
|
</disk_list>
|
||||||
|
|
||||||
|
|
||||||
# FS graph
|
# FS graph
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
<fs_list>
|
<fs_list>
|
||||||
1 = /, swap, /boot
|
0 = /, swap, /boot
|
||||||
</fs_list>
|
</fs_list>
|
||||||
<fs_desc>
|
<fs_desc>
|
||||||
/ = rootfs
|
/ = rootfs
|
||||||
|
@ -411,8 +411,8 @@ ntp2_limit = 100
|
||||||
fail2ban_per_row = 2
|
fail2ban_per_row = 2
|
||||||
fail2ban_list = Security, Overload / Abuse
|
fail2ban_list = Security, Overload / Abuse
|
||||||
<fail2ban_desc>
|
<fail2ban_desc>
|
||||||
1 = [apache], [apache-mod-security], [apache-overflows], [courierauth], [ssh], [pam-generic], [php-url-fopen], [vsftpd]
|
0 = [apache], [apache-mod-security], [apache-overflows], [courierauth], [ssh], [pam-generic], [php-url-fopen], [vsftpd]
|
||||||
2 = [apache-imdbphp], [apache-evasive], [apache-badbots], [apache-robots-txt], [communigate], [named-refused-udp], [named-refused-tcp], [trac-ticketspam]
|
1 = [apache-imdbphp], [apache-evasive], [apache-badbots], [apache-robots-txt], [communigate], [named-refused-udp], [named-refused-tcp], [trac-ticketspam]
|
||||||
</fail2ban_desc>
|
</fail2ban_desc>
|
||||||
fail2ban_rigid = 0
|
fail2ban_rigid = 0
|
||||||
fail2ban_limit = 100
|
fail2ban_limit = 100
|
||||||
|
@ -452,10 +452,10 @@ pc_report_lang = en
|
||||||
pc_default_mail = root@localhost
|
pc_default_mail = root@localhost
|
||||||
pc_list = pc101, pc102, pc103, pc104
|
pc_list = pc101, pc102, pc103, pc104
|
||||||
<pc_ip>
|
<pc_ip>
|
||||||
1 = 192.168.1.101/32, ace@example.com
|
0 = 192.168.1.101/32, ace@example.com
|
||||||
2 = 192.168.1.102/32, gene@example.com
|
1 = 192.168.1.102/32, gene@example.com
|
||||||
3 = 192.168.1.103/32, paul@example.com
|
2 = 192.168.1.103/32, paul@example.com
|
||||||
4 = 192.168.1.104/32, peter@example.com
|
3 = 192.168.1.104/32, peter@example.com
|
||||||
</pc_ip>
|
</pc_ip>
|
||||||
|
|
||||||
|
|
||||||
|
@ -466,14 +466,14 @@ multihost_footer = y
|
||||||
multihost_imgs_per_row = 2
|
multihost_imgs_per_row = 2
|
||||||
remotehost_list = server 1, server 2, server 3
|
remotehost_list = server 1, server 2, server 3
|
||||||
<remotehost_url>
|
<remotehost_url>
|
||||||
1 = http://www.example.com
|
0 = http://www.example.com
|
||||||
2 = http://10.0.0.1
|
1 = http://10.0.0.1
|
||||||
3 = http://192.168.0.100:8080
|
2 = http://192.168.0.100:8080
|
||||||
</remotehost_url>
|
</remotehost_url>
|
||||||
groups = n
|
groups = n
|
||||||
remotegroup_list = My Group
|
remotegroup_list = My Group
|
||||||
<remotegroup_desc>
|
<remotegroup_desc>
|
||||||
1 = server 2, server 3
|
0 = server 2, server 3
|
||||||
</remotegroup_desc>
|
</remotegroup_desc>
|
||||||
|
|
||||||
|
|
||||||
|
@ -482,7 +482,7 @@ remotegroup_list = My Group
|
||||||
# ========================================================================
|
# ========================================================================
|
||||||
|
|
||||||
# Black theme
|
# Black theme
|
||||||
themes = black
|
theme = black
|
||||||
<black>
|
<black>
|
||||||
canvas = 000000
|
canvas = 000000
|
||||||
back = 101010
|
back = 101010
|
||||||
|
|
Loading…
Reference in New Issue