Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 281087 | Differences between
and this patch

Collapse All | Expand All

(-)monitorix.conf.orig (-2 / +2 lines)
Lines 31-37 Link Here
31
# General
31
# General
32
our $TITLE = "FIBRANET NSP, SL";	# your company name
32
our $TITLE = "FIBRANET NSP, SL";	# your company name
33
our $HOSTNAME = "";			# hostname of this server
33
our $HOSTNAME = "";			# hostname of this server
34
our $OSTYPE = "Linux-RHFC";		# choose your OS type (see below)
34
our $OSTYPE = "Linux-Gentoo";		# choose your OS type (see below)
35
our $IDATE = "01 Jan 2000";		# initial statistics date
35
our $IDATE = "01 Jan 2000";		# initial statistics date
36
our $SAMBAVER = "3";			# Samba version (2 or 3)
36
our $SAMBAVER = "3";			# Samba version (2 or 3)
37
our $MULTIHOST = "N";			# Enable multihost feature
37
our $MULTIHOST = "N";			# Enable multihost feature
Lines 223-229 Link Here
223
223
224
our %HTTP_LOG = ("Linux-RHFC"	=> "/var/log/httpd/access_log",
224
our %HTTP_LOG = ("Linux-RHFC"	=> "/var/log/httpd/access_log",
225
		"Linux-Debian"	=> "/var/log/apache2/access.log",
225
		"Linux-Debian"	=> "/var/log/apache2/access.log",
226
		"Linux-Gentoo"	=> "/var/log/apache2/access.log",
226
		"Linux-Gentoo"	=> "/var/log/apache2/access_log",
227
		"Linux-Slack"	=> "/var/log/httpd/access.log",
227
		"Linux-Slack"	=> "/var/log/httpd/access.log",
228
		"Linux-SuSE"	=> "/var/log/apache2/access_log",
228
		"Linux-SuSE"	=> "/var/log/apache2/access_log",
229
		"Linux-Generic"	=> "/var/log/httpd/access_log",
229
		"Linux-Generic"	=> "/var/log/httpd/access_log",

Return to bug 281087