This file is indexed.

/usr/share/nagiosgrapher/debian/cfg/ngraph.d/standard/check_imap.ncfg is in nagiosgrapher 1.7.1-3.

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
# ---
# NagiosGrapher Template for check_imap
# ---

# imap
define ngraph{
	service_name		IMAP
	graph_perf_regex	time=\s*([0-9.]+)
	graph_value		sec
	graph_units		seconds
	graph_legend		response time
	rrd_plottype		LINE2
	rrd_color		00a000
}

# [EOF]