File: netmrg.xml.in

package info (click to toggle)
netmrg 0.20-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,856 kB
  • ctags: 2,009
  • sloc: php: 9,401; sh: 4,644; cpp: 2,898; perl: 621; ansic: 381; makefile: 331; xml: 92; sql: 71; sed: 16
file content (40 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<netmrg>
	<database>
		<host>localhost</host>
		<user>netmrguser</user>
		<password>netmrgpass</password>
		<db>netmrg</db>
		<socket></socket>
		<port></port>
		<timeout>10</timeout>
	</database>
	<paths>
		<rrdtool>@RRDTOOL@</rrdtool>
		<lockfile>@localstatedir@/log/netmrg/lockfile</lockfile>
		<runtimefile>@localstatedir@/log/netmrg/runtime</runtimefile>
		<libexec>@libexecdir@/netmrg</libexec>
		<rrds>@localstatedir@/lib/netmrg/rrd</rrds>
		<webfileroot>@prefix@/share/netmrg</webfileroot>
		<locale>@datarootdir@/netmrg/locale</locale>
	</paths>
	<threads>
		<count>5</count>
	</threads>
	<website>
		<company>Generic Company</company>
		<companylink>http://www.netmrg.net</companylink>
		<webhost>http://localhost</webhost>
		<webroot>/netmrg</webroot>
		<externalauth>false</externalauth>
	</website>
	<polling>
		<interval>300</interval>
	</polling>
	<logging>
		<max_device_entries>500</max_device_entries>
		<syslog_facility>LOG_DAEMON</syslog_facility>
	</logging>
	<rrdtool>
		<version>1.0</version>
	</rrdtool>
</netmrg>