Commits
Eric A. Borisch authored and Perry E. Metzger committed 6713e30c3d3
15 15 | # Default: |
16 16 | # LogFile= |
17 17 | |
18 18 | -LogFile=/tmp/zabbix_agentd.log |
19 19 | +LogFile=%%PREFIX%%/var/log/zabbix/zabbix_agentd.log |
20 20 | |
21 21 | ### Option: LogFileSize |
22 22 | # Maximum size of log file in MB. |
23 23 | --- conf/zabbix_server.conf.orig 2016-02-16 14:04:00.000000000 -0600 |
24 24 | +++ conf/zabbix_server.conf 2016-02-16 14:08:34.000000000 -0600 |
25 - | |
25 + | |
26 26 | # Default: |
27 27 | # LogFile= |
28 28 | |
29 29 | -LogFile=/tmp/zabbix_server.log |
30 30 | +LogFile=%%PREFIX%%/var/log/zabbix/zabbix_server.log |
31 - | +# END MACPORTS CONFIG |
32 31 | |
33 32 | ### Option: LogFileSize |
34 33 | # Maximum size of log file in MB. |
35 - | |
34 + | |
36 35 | # Default: |
37 36 | # PidFile=/tmp/zabbix_server.pid |
38 37 | |
39 38 | +# MACPORTS CONFIG. PLEASE ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING |
40 39 | +PidFile=%%PREFIX%%/var/run/zabbix/zabbix_server.pid |
41 40 | +# END MACPORTS CONFIG |
42 - | +# |
43 - | ### Option: DBHost |
44 - | # Database host name. |
45 - | # If set to localhost, socket is used for MySQL. |
41 + | + |
42 + | ### Option: SocketDir |
43 + | # IPC socket directory. |
44 + | # Directory to store IPC sockets used by internal Zabbix services. |