File: mrtg.templates

package info (click to toggle)
mrtg 2.16.2-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 5,508 kB
  • ctags: 1,238
  • sloc: perl: 25,056; ansic: 4,560; sh: 1,391; makefile: 244; php: 227; awk: 225; csh: 49; exp: 16
file content (19 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Template: mrtg/own_user
Type: boolean
Default: true
_Description: Run MRTG with its own user?
 Traditionally, MRTG runs as root, but this can present a potential
 security risk. If you chose to have MRTG run as its own user, a user
 called 'mrtg' will be used instead. If you have existing programs that
 read any of MRTG's output files, you may need to update them.

Template: mrtg/conf_mods
Type: boolean
Default: true
_Description: Make /etc/mrtg.cfg owned by and readable only by the MRTG user?
 If your MRTG configuration file is readable by users other than the user
 MRTG runs as (typically either 'mrtg' or 'root') it can present a security
 risk, as this file contains SNMP community names.
 .
 It is recommended that you make the file owned by and readable only by the
 MRTG user, unless you have specific reasons not to.