This file is indexed.

/usr/share/netmrg/netmrg.xml.sample is in netmrg 0.20-7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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>/usr/bin/rrdtool</rrdtool>
		<lockfile>/var/log/netmrg/lockfile</lockfile>
		<runtimefile>/var/log/netmrg/runtime</runtimefile>
		<libexec>/usr/lib/netmrg</libexec>
		<rrds>/var/lib/netmrg/rrd</rrds>
		<webfileroot>/usr/share/netmrg</webfileroot>
		<locale>/usr/share/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>