mirror of https://github.com/mikaku/Monitorix.git
21 lines
446 B
Plaintext
21 lines
446 B
Plaintext
|
# This is the Debian/Ubuntu configuration file to be added in the directory
|
||
|
# /etc/monitorix/conf.d. It will override some default options without having
|
||
|
# to change any line of the main configuration file.
|
||
|
|
||
|
<httpd_builtin>
|
||
|
group = nogroup
|
||
|
</httpd_builtin>
|
||
|
|
||
|
<mysql>
|
||
|
conn_type = socket
|
||
|
list = /var/run/mysqld/mysqld.sock
|
||
|
<desc>
|
||
|
/var/run/mysqld/mysqld.sock = 3306, user, secret
|
||
|
</desc>
|
||
|
</mysql>
|
||
|
|
||
|
<apcupsd>
|
||
|
cmd = /sbin/apcaccess
|
||
|
</apcupsd>
|
||
|
|