1# Monitorix - configuration file
2#
3# See monitorix.conf(5) manpage for a detailed description of each option.
4#
5
6title = Place a title here
7hostname =
8theme_color = black
9refresh_rate = 150
10iface_mode = graph
11enable_zoom = y
12netstats_in_bps = n
13disable_javascript_void = n
14temperature_scale = c
15show_gaps = n
16global_zoom = 1
17max_historic_years = 1
18accept_selfsigned_certs = y
19image_format = PNG
20enable_parallelizing = y
21include_dir = /etc/monitorix/conf.d
22
23base_dir = /usr/local/www/monitorix/
24base_lib = /var/db/monitorix/
25base_url = /monitorix
26base_cgi = /cgi-bin/
27
28<httpd_builtin>
29	enabled = y
30	host =
31	port = 8080
32	user = www
33	group = www
34	log_file = /var/log/monitorix-httpd
35	hosts_deny =
36	hosts_allow =
37	<auth>
38		enabled = n
39		msg = Monitorix: Restricted access
40		htpasswd = /var/lib/monitorix/htpasswd
41	</auth>
42</httpd_builtin>
43
44
45# Log files pathnames
46# -----------------------------------------------------------------------------
47log_file	= /var/log/monitorix
48secure_log	= /var/log/auth.log
49mail_log	= /var/log/maillog
50milter_gl	= /var/milter-greylist/greylist.db
51imap_log	= /var/log/imap
52hylafax_log	= /var/spool/hylafax/etc/xferfaxlog
53cups_log	= /var/log/cups/page_log
54ftp_log		= /var/log/proftpd/access.log
55fail2ban_log	= /var/log/fail2ban.log
56spamassassin_log	= /var/log/maillog
57clamav_log	= /var/log/clamav/clamav.log
58cg_logdir	= /var/CommuniGate/SystemLogs/
59squid_log	= /var/log/squid/access.log
60
61imap_log_date_format = %b %d
62secure_log_date_format = %b %e
63
64
65<piwik_tracking>
66	enabled = n
67	url = "://example.com/piwik/"
68	sid = "1"
69	img = "http://example.com/piwik/piwik.php?idsite=1"
70</piwik_tracking>
71
72
73# Graphs (de)activation
74# -----------------------------------------------------------------------------
75<graph_enable>
76	system		= y
77	kern		= y
78	proc		= y
79	hptemp		= n
80	lmsens		= n
81	gensens		= n
82	ipmi		= n
83	nvidia		= n
84	disk		= n
85	fs		= y
86	zfs		= n
87	du		= n
88	net		= y
89	netstat		= y
90	tc		= n
91	libvirt		= n
92	process		= n
93	serv		= y
94	mail		= n
95	port		= n
96	user		= y
97	ftp		= n
98	apache		= n
99	nginx		= n
100	lighttpd	= n
101	mysql		= n
102	mongodb		= n
103	varnish		= n
104	pagespeed	= n
105	squid		= n
106	nfss		= n
107	nfsc		= n
108	bind		= n
109	ntp		= n
110	chrony		= n
111	fail2ban	= n
112	icecast		= n
113	raspberrypi	= n
114	phpapc		= n
115	memcached	= n
116	apcupsd		= n
117	nut		= n
118	wowza		= n
119	int		= y
120	verlihub	= n
121</graph_enable>
122
123
124# SYSTEM graph
125# -----------------------------------------------------------------------------
126<system>
127	<alerts>
128		loadavg_enabled = n
129		loadavg_timeintvl = 3600
130		loadavg_threshold = 5.0
131		loadavg_script = /path/to/script.sh
132	</alerts>
133	rigid = 1, 0, 0, 0 ,0
134	limit = 1, 1000, 1000, 1000, 1000
135</system>
136
137
138# KERN graph
139# -----------------------------------------------------------------------------
140<kern>
141	graph_mode = r
142	<list>
143		user	= y
144		nice	= y
145		sys	= y
146		iow	= y
147		irq	= y
148		sirq	= y
149		steal	= y
150		guest	= y
151	</list>
152	rigid = 2, 1, 2
153	limit = 100, 1000, 100
154</kern>
155
156
157# PROC graph
158# -----------------------------------------------------------------------------
159<proc>
160	max = 4
161	graphs_per_row = 2
162	size = medium
163	data = y
164	rigid = 2
165	limit = 100
166</proc>
167
168
169# HPTEMP graph
170# -----------------------------------------------------------------------------
171<hptemp>
172	graph_0 = 2, 3
173	graph_1 = 1, 6
174	graph_2 = 16, 18, 19, 20, 21, 22
175	<alerts>
176	</alerts>
177</hptemp>
178
179
180# LMSENS graph
181# -----------------------------------------------------------------------------
182<lmsens>
183	<list>
184		core0	= Core 0
185		core1	= Core 1
186		mb0	= M/B Temp
187		cpu0	= CPU Temp
188		fan0	= fan1
189		fan1	= fan2
190		fan2	= fan3
191		volt0	= VCore 1
192		volt1	= VCore 2
193		volt2	= \+3.3V
194		volt3	= \+5V
195		volt4	= \+12V
196		volt5	= \-12V
197		volt6	= \-5V
198		volt7	= Battery
199		gpu0	= nvidia
200	</list>
201	<desc>
202	</desc>
203	<alerts>
204	</alerts>
205</lmsens>
206
207
208# GENSENS graph
209# -----------------------------------------------------------------------------
210<gensens>
211	<list>
212		0 = temp0
213		1 = cpu0
214	</list>
215	<desc>
216		temp0 = /sys/devices/virtual/thermal/thermal_zone0/temp
217		cpu0 = /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
218	</desc>
219	<unit>
220		temp0 = 1000
221		cpu0 = 0.001
222	</unit>
223	<map>
224		temp0 = Temperature Zone 0
225		cpu0 = CPU0 frequency
226	</map>
227	<alerts>
228	</alerts>
229	rigid = 0, 0
230	limit = 100, 100
231</gensens>
232
233
234# IPMI graph
235# -----------------------------------------------------------------------------
236<ipmi>
237	list = Temperatures, Fans, Voltages
238	<desc>
239		0 = CPU Temp, System Temp
240		1 = FAN 1
241		2 = Vcore, 3.3VCC, 12V, VDIMM, 5VCC, CPU VTT, VBAT, VSB, AVCC
242	</desc>
243	<units>
244		0 = degrees C
245		1 = RPM
246		2 = Volts
247	</units>
248	<map>
249	</map>
250	<alerts>
251	</alerts>
252	graphs_per_row = 2
253	rigid = 0
254	limit = 100
255</ipmi>
256
257
258# NVIDIA graph
259# -----------------------------------------------------------------------------
260<nvidia>
261	max = 1
262	<alerts>
263	</alerts>
264	rigid = 1, 2, 2
265	limit = 50, 100, 100
266</nvidia>
267
268
269# DISK graph
270# -----------------------------------------------------------------------------
271<disk>
272	<list>
273		0 = /dev/sda, /dev/sdb, /dev/sdc
274	</list>
275	<alerts>
276		realloc_enabled = n
277		realloc_timeintvl = 0
278		realloc_threshold = 1
279		realloc_script = /path/to/script.sh
280		pendsect_enabled = n
281		pendsect_timeintvl = 0
282		pendsect_threshold = 1
283		pendsect_script = /path/to/script.sh
284	</alerts>
285</disk>
286
287
288# FS graph
289# -----------------------------------------------------------------------------
290<fs>
291	<list>
292		0 = /, swap, /boot
293	</list>
294	<desc>
295	</desc>
296	<devmap>
297	</devmap>
298	rigid = 2, 0, 2, 0
299	limit = 100, 1000, 100, 1000
300	<alerts>
301	</alerts>
302</fs>
303
304
305# ZFS graph
306# -----------------------------------------------------------------------------
307<zfs>
308	max_pools = 5
309	list = pool1, pool2
310	rigid = 0, 0, 0, 0, 2, 0, 2
311	limit = 1000, 1000, 1000, 1000, 100, 1000, 100
312</zfs>
313
314
315# DU graph
316# -----------------------------------------------------------------------------
317<du>
318	list = System, Users
319	<desc>
320		0 = /var/spool/mail, /var/spool/mqueue, /etc, /var/ftp, /tmp
321		1 = /home/ace, /home/gene, /home/paul, /home/peter
322	</desc>
323	<dirmap>
324		/var/spool/mail = Mail boxes
325		/var/spool/mqueue = Mail queue
326	</dirmap>
327	graphs_per_row = 2
328	rigid = 0
329	limit = 100
330</du>
331
332
333# NET graph
334# -----------------------------------------------------------------------------
335<net>
336	max = 10
337	list = eth0
338	<desc>
339		eth0 = FastEthernet LAN, 0, 10000000
340	</desc>
341	gateway = eth0
342</net>
343
344
345# NETSTAT graph
346# -----------------------------------------------------------------------------
347<netstat>
348	rigid = 0, 0, 0, 0, 0
349	limit = 100, 100, 100, 100, 100
350</netstat>
351
352
353# TC graph
354# -----------------------------------------------------------------------------
355<tc>
356	list = eth0
357	<desc>
358		eth0 = cbq 1, sfq 10, sfq 20, sfq 30, ingress ffff
359	</desc>
360	<map>
361	</map>
362	rigid = 0, 0, 0, 0
363	limit = 1000, 1000, 1000, 1000
364</tc>
365
366
367# LIBVIRT graph
368# -----------------------------------------------------------------------------
369<libvirt>
370	cmd = virsh
371	<list>
372		0 = centos6, winxp
373	</list>
374	<desc>
375		centos6 = CentOS 6, vda, 52:54:00:45:d0:e7
376		winxp = MS Windows XP, hda, 52:54:00:97:1c:e5
377	</desc>
378	rigid = 2, 0, 0, 0
379	limit = 100, 1000, 1000, 1000
380</libvirt>
381
382
383# PROCESS graph
384# -----------------------------------------------------------------------------
385<process>
386	<list>
387		0 = httpd, sshd, ntpd, mysqld, proftpd, clamd, imap, sendmail, named, smbd
388	</list>
389	<desc>
390		httpd = Apache
391		imap = Dovecot
392		named = Bind
393	</desc>
394	rigid = 2, 0, 0, 0, 0, 0, 0, 0
395	limit = 100, 1000, 1000, 1000, 1000, 1000, 1000, 1000
396</process>
397
398
399# SERV graph
400# -----------------------------------------------------------------------------
401<serv>
402	mode = i
403	rigid = 0, 0, 0
404	limit = 1000, 1000, 1000
405</serv>
406
407
408# MAIL graph
409# -----------------------------------------------------------------------------
410<mail>
411	mta = sendmail
412	greylist = milter-greylist
413	stats_rate = real
414	rigid = 0, 0, 0, 0, 0
415	limit = 1, 1000, 1000, 1000, 1000
416	<alerts>
417		delvd_enabled = n
418		delvd_timeintvl = 60
419		delvd_threshold = 100
420		delvd_script = /path/to/script.sh
421		mqueued_enabled = n
422		mqueued_timeintvl = 3600
423		mqueued_threshold = 100
424		mqueued_script = /path/to/script.sh
425	</alerts>
426</mail>
427
428
429# PORT graph
430# -----------------------------------------------------------------------------
431<port>
432	max = 9
433	rule = 24000
434	list = 25, 21, 80, 22, 110, 139, 3306, 53, 143
435	<desc>
436		25	= SMTP,    tcp, in, 0, 1000, L
437		21	= FTP,     tcp, in, 0, 1000, L
438		80	= HTTP,    tcp, in, 0, 1000, L
439		22	= SSH,     tcp, in, 0, 1000, L
440		110	= POP3,    tcp, in, 0, 1000, L
441		139	= NETBIOS, tcp, in, 0, 1000, L
442		3306	= MYSQL,   tcp, in, 0, 1000, L
443		53	= DNS,     udp, in, 0, 1000, L
444		143	= IMAP,    tcp, in, 0, 1000, L
445	</desc>
446	graphs_per_row = 3
447</port>
448
449
450# USER graph
451# -----------------------------------------------------------------------------
452<user>
453	rigid = 0, 0, 0
454	limit = 1000, 1000, 1000
455</user>
456
457
458# FTP graph
459# -----------------------------------------------------------------------------
460<ftp>
461	server = proftpd
462	anon_user = anonymous, ftp
463	rigid = 0, 0, 0
464	limit = 1000, 1000, 1000
465</ftp>
466
467
468# APACHE graph
469# -----------------------------------------------------------------------------
470<apache>
471	list = http://localhost/server-status?auto
472	<alerts>
473	</alerts>
474	rigid = 0, 0, 2, 0, 0, 0
475	limit = 100, 100, 100, 100, 100, 100
476</apache>
477
478
479# NGINX graph
480# -----------------------------------------------------------------------------
481<nginx>
482	url = http://localhost/nginx_status
483	port = 80
484	rule = 24100
485	rigid = 0, 0, 0
486	limit = 100, 100, 100
487</nginx>
488
489
490# LIGHTTPD graph
491# -----------------------------------------------------------------------------
492<lighttpd>
493	list = http://localhost/server-status?auto
494	rigid = 0, 0, 0
495	limit = 100, 100, 100
496</lighttpd>
497
498
499# MYSQL graph
500# -----------------------------------------------------------------------------
501<mysql>
502	conn_type = host
503	list = localhost
504#	list = /var/lib/mysql/mysql.sock
505	<desc>
506		localhost = 3306, user, secret
507	</desc>
508	rigid = 0, 2, 0, 0, 0, 0
509	limit = 100, 100, 100, 100, 100, 100
510</mysql>
511
512
513# MONGODB graph
514# -----------------------------------------------------------------------------
515<mongodb>
516	list = localhost
517	max_db = 1
518	<desc>
519		<localhost>
520			host = 127.0.0.1
521			db_list = mydb
522		</localhost>
523	</desc>
524	rigid = 0, 0, 0, 0, 0, 0, 0, 0
525	limit = 100, 100, 100, 100, 100, 100, 100, 100
526</mongodb>
527
528
529# VARNISH graph
530# -----------------------------------------------------------------------------
531<varnish>
532	rigid = 0, 0, 0, 0, 0, 0
533	limit = 100, 100, 100, 100, 100, 100
534</varnish>
535
536
537# PAGESPEED graph
538# -----------------------------------------------------------------------------
539<pagespeed>
540	list = http://modpagespeed.com/mod_pagespeed_statistics
541	rigid = 0, 0, 2, 0, 0, 0, 0, 0
542	limit = 1000, 1000, 100, 1000, 1000, 1000, 1000, 1000
543</pagespeed>
544
545
546# SQUID graph
547# -----------------------------------------------------------------------------
548<squid>
549	cmd = squidclient -h 127.0.0.1
550	graph_0 = TCP_MISS, TCP_DENIED, TCP_REFRESH_HIT, TCP_IMS_HIT, TCP_HIT, TCP_REFRESH_MISS, TCP_MEM_HIT, TCP_NEGATIVE_HIT, TCP_CLIENT_REFRESH_MISS
551	graph_1 = 200, 403, 304, 204, 302, 000, 404, 301, 206
552	rigid = 0, 0, 0, 0, 0, 0, 0, 0, 0
553	limit = 100, 100, 100, 100, 100, 100, 100, 100, 100
554</squid>
555
556
557# NFSS graph
558# -----------------------------------------------------------------------------
559<nfss>
560	version = 3
561	graph_0 = readlink, create, mkdir, symlink, rmdir, remove, rename, link, readdir
562	graph_1 = mknod, readdirplus, fsstat, fsinfo, pathconf, access, lookup, commit, null
563	graph_2 = read, write, getattr, setattr
564	rigid = 0, 0, 0, 0, 0, 0, 0, 0, 0
565	limit = 100, 100, 100, 100, 100, 100, 100, 100, 100
566</nfss>
567
568
569# NFSC graph
570# -----------------------------------------------------------------------------
571<nfsc>
572	version = 3
573	graph_0 = readlink, create, mkdir, symlink, rmdir, remove, rename, link, readdir
574	graph_1 = mknod, readdirplus, fsstat, fsinfo, pathconf
575	graph_2 = read, write
576	graph_3 = getattr, setattr
577	graph_4 = access, lookup, commit, null
578	rigid = 0, 0, 0, 0, 0, 0
579	limit = 100, 100, 100, 100, 100, 100
580</nfsc>
581
582
583# BIND graph
584# -----------------------------------------------------------------------------
585<bind>
586	list = http://localhost:8053/
587	<in_queries_list>
588		http://localhost:8053/ = A, AAAA, ANY, DS, MX, NS, PTR, SOA, SRV, TXT, NAPTR, A6, CNAME, SPF, KEY, DNSKEY, HINFO, WKS, PX, NSAP
589	</in_queries_list>
590	<out_queries_list>
591		http://localhost:8053/ = A, AAAA, ANY, DS, MX, NS, PTR, SOA, SRV, TXT, NAPTR, A6, CNAME, SPF, KEY, DNSKEY, HINFO, WKS, PX, NSAP
592	</out_queries_list>
593	<server_stats_list>
594		http://localhost:8053/ = Requestv4, Requestv6, ReqEdns0, ReqBadEDNSVer, ReqTSIG, ReqSIG0, ReqBadSIG, ReqTCP, Response, QrySuccess, QryAuthAns, QryNoauthAns, QryReferral, QryNxrrset, QrySERVFAIL, QryNXDOMAIN, QryRecursion, QryDuplicate, QryDropped, QryFailure
595	</server_stats_list>
596	<resolver_stats_list>
597		http://localhost:8053/ = Queryv4, Queryv6, Responsev4, Responsev6, NXDOMAIN, SERVFAIL, FORMERR, OtherError, EDNS0Fail, Truncated, Lame, Retry, QueryTimeout, GlueFetchv4, GlueFetchv6, GlueFetchv4Fail, GlueFetchv6Fail, ValAttempt, ValOk, ValNegOk
598	</resolver_stats_list>
599	<cache_rrsets_list>
600		http://localhost:8053/ = A, !A, AAAA, !AAAA, DLV, !DLV, DS, !DS, MX, NS, CNAME, !CNAME, SOA, !SOA, !ANY, PTR, RRSIG, NSEC, DNSKEY, NXDOMAIN
601	</cache_rrsets_list>
602	rigid = 0, 0, 0, 0, 0, 0, 0, 0
603	limit = 100, 100, 100, 100, 100, 100, 100, 100
604</bind>
605
606
607# NTP graph
608# -----------------------------------------------------------------------------
609<ntp>
610	list = localhost
611	<desc>
612		localhost = AUTH, AUTO, CRYP, DENY, GPS, INIT, NKEY, RATE, RMOT, RSTR
613	</desc>
614	rigid = 0, 0, 0
615	limit = 100, 100, 100
616</ntp>
617
618
619# CHRONY graph
620# -----------------------------------------------------------------------------
621<chrony>
622	list = localhost
623	rigid = 0, 0, 0, 0, 0, 0
624	limit = 100, 100, 100, 100, 100, 100
625</chrony>
626
627
628# FAIL2BAN graph
629# -----------------------------------------------------------------------------
630<fail2ban>
631	list = Security, Overload / Abuse
632	<desc>
633		0 = [apache], [apache-mod-security], [apache-overflows], [courierauth], [ssh], [pam-generic], [php-url-fopen], [vsftpd]
634		1 = [apache-evasive], [apache-badbots], [named-refused-udp], [named-refused-tcp]
635	</desc>
636	graphs_per_row = 2
637	rigid = 0
638	limit = 100
639</fail2ban>
640
641
642# ICECAST graph
643# -----------------------------------------------------------------------------
644<icecast>
645	list = http://localhost:8000/status.xsl
646	<desc>
647		http://localhost:8000/status.xsl = stream1, stream2, stream3
648	</desc>
649	graph_mode = r
650	rigid = 0, 0
651	limit = 100, 100
652</icecast>
653
654
655# RASPBERRYPI graph
656# -----------------------------------------------------------------------------
657<raspberrypi>
658	cmd = /opt/vc/bin/vcgencmd
659	clocks = arm, core, h264, isp, v3d, uart, emmc, pixel, hdmi
660	volts = core, sdram_c, sdram_i, sdram_p
661	rigid = 0, 0, 0
662	limit = 100, 100, 100
663</raspberrypi>
664
665
666# PHPAPC graph
667# -----------------------------------------------------------------------------
668<phpapc>
669	list = http://localhost/apc.php?auto
670	rigid = 2, 2, 0
671	limit = 100, 100, 100
672</phpapc>
673
674
675# MEMCACHED graph
676# -----------------------------------------------------------------------------
677<memcached>
678	list = localhost:11211
679	rigid = 0, 0, 0, 0, 0, 0, 0
680	limit = 100, 100, 100, 100, 100, 100, 100
681</memcached>
682
683
684# APCUPSD graph
685# -----------------------------------------------------------------------------
686<apcupsd>
687	cmd = apcaccess
688	list = localhost:3551
689	rigid = 0, 2, 0, 0, 0, 0
690	limit = 100, 100, 100, 100, 100, 100
691</apcupsd>
692
693
694# NUT graph
695# -----------------------------------------------------------------------------
696<nut>
697	list = ups@localhost
698	rigid = 0, 2, 0, 0, 0, 0
699	limit = 100:0, 100, 100:0, 100:0, 100:0, 100:0
700</nut>
701
702
703# WOWZA graph
704# -----------------------------------------------------------------------------
705<wowza>
706	list = http://localhost:8086/connectioncounts
707	<desc>
708		http://localhost:8086/connectioncounts = channel1, channel2
709	</desc>
710	rigid = 0, 0, 0, 0, 0
711	limit = 100, 100, 100, 100, 100
712</wowza>
713
714
715# INT graph
716# -----------------------------------------------------------------------------
717<int>
718	rigid = 0, 0, 0
719	limit = 100, 100, 100
720</int>
721
722
723# VERLIHUB graph
724# -----------------------------------------------------------------------------
725<verlihub>
726	host = localhost
727	port = 3306
728	user = verlihub_user
729	password = verlihub_password
730	database = verlihub_database
731	rigid = 0, 0, 0
732	limit = 1000, 1000, 1000
733</verlihub>
734
735
736# TRAFFACCT graph
737# -----------------------------------------------------------------------------
738<traffacct>
739	enabled = n
740	max = 10
741	graphs_per_row = 2
742	list = pc101, pc102, pc103, pc104
743	<desc>
744		0 = 192.168.1.101/32, ace@example.com
745		1 = 192.168.1.102/32, gene@example.com
746		2 = 192.168.1.103/32, paul@example.com
747		3 = 192.168.1.104/32, peter@example.com
748	</desc>
749	<reports>
750		enabled = n
751		language = en
752		default_mail = root@localhost
753		url_prefix = http://localhost:8080
754		smtp_hostname = localhost
755		from_address = noreply@example.com
756	</reports>
757	rigid = 0
758	limit = 100
759</traffacct>
760
761
762# Multihost
763# -----------------------------------------------------------------------------
764<multihost>
765	enabled = n
766	footer_url = y
767	graphs_per_row = 2
768	remotehost_list = server 1, server 2, server 3
769	<remotehost_desc>
770		0 = http://www.example.com,/monitorix,/monitorix-cgi
771		1 = http://10.0.0.1,/monitorix,/monitorix-cgi
772		2 = http://192.168.0.100:8080,/,/
773	</remotehost_desc>
774	groups = n
775	remotegroup_list = My Group
776	<remotegroup_desc>
777		0 = server 2, server 3
778	</remotegroup_desc>
779</multihost>
780
781
782# Email Reports
783# -----------------------------------------------------------------------------
784<emailreports>
785	enabled = n
786	url_prefix = http://localhost:8080
787	smtp_hostname = localhost
788	from_address = noreply@example.com
789	hour = 0
790	minute = 0
791	<daily>
792		enabled = n
793		graphs = system, fs
794		to = ace@example.com
795	</daily>
796	<weekly>
797		enabled = n
798		graphs = system, fs
799		to = gene@example.com
800	</weekly>
801	<monthly>
802		enabled = n
803		graphs = system, fs
804		to = paul@example.com
805	</monthly>
806	<yearly>
807		enabled = n
808		graphs = system, fs
809		to = peter@example.com
810	</yearly>
811</emailreports>
812
813
814# ========================================================================
815# ======  Probably you don't need to touch anything below this line ======
816# ========================================================================
817
818timeout = 15
819
820imgs_dir = imgs/
821usage_dir = usage/
822report_dir = reports/
823favicon = monitorixico.png
824logo_top = logo_top.png
825logo_top_url = http://www.monitorix.org/
826logo_bottom = logo_bot.png
827
828<theme>
829	<white>
830		main_bg		= FFFFFF
831		main_fg		= 000000
832		title_bg	= 777777
833		title_fg	= CCCC00
834		graph_bg	= CCCCCC
835		gap		= 000000
836	</white>
837	<black>
838		canvas		= 000000
839		back		= 101010
840		font		= C0C0C0
841		mgrid		= 80C080
842		grid		= 808020
843		frame		= 808080
844		arrow		= FFFFFF
845		shadea		= 404040
846		shadeb		= 404040
847		axis		= 101010
848		main_bg		= 000000
849		main_fg		= FFFFFF
850		title_bg	= 333333
851		title_fg	= 888800
852		graph_bg	= 888888
853		gap		= FFFFFF
854	</black>
855</theme>
856
857<graph_size>
858	main	= 450x150
859	medium	= 325x150
860	medium2	= 325x70
861	small	= 200x66
862	mini	= 183x66
863	tiny	= 110x40
864	zoom	= 800x300
865	remote	= 300x100
866</graph_size>
867
868graph_name = system, kern, proc, hptemp, lmsens, gensens, ipmi, nvidia, disk, fs, zfs, du, net, netstat, tc, libvirt, process, serv, mail, port, user, ftp, apache, nginx, lighttpd, mysql, mongodb, varnish, pagespeed, squid, nfss, nfsc, bind, ntp, chrony, fail2ban, icecast, raspberrypi, phpapc, memcached, apcupsd, nut, wowza, int, verlihub
869
870<graph_title>
871	system		= System load average and usage
872	kern		= Global kernel usage
873	proc		= Kernel usage per processor
874	hptemp		= HP ProLiant System Health
875	lmsens		= LM-Sensors and GPU temperatures
876	gensens		= Generic sensor statistics
877	ipmi		= IPMI sensor statistics
878	nvidia		= NVIDIA temperatures and usage
879	disk		= Disk drive temperatures and health
880	fs		= Filesystem usage and I/O activity
881	zfs		= ZFS statistics
882	du		= Directory usage
883	net		= Network traffic and usage
884	netstat		= Netstat statistics
885	tc		= Traffic Control statistics
886	libvirt		= Libvirt statistics
887	process		= Processes statistics
888	serv		= System services demand
889	mail		= Mail statistics
890	port		= Network port traffic
891	user		= Users using the system
892	ftp		= FTP statistics
893	apache		= Apache statistics
894	nginx		= Nginx statistics
895	lighttpd	= Lighttpd statistics
896	mysql		= MySQL statistics
897	mongodb		= MongoDB statistics
898	varnish		= Varnish statistics
899	pagespeed	= PageSpeed statistics
900	squid		= Squid statistics
901	nfss		= NFS server statistics
902	nfsc		= NFS client statistics
903	bind		= BIND statistics
904	ntp		= NTP statistics
905	chrony		= Chrony statistics
906	fail2ban	= Fail2ban statistics
907	icecast		= Icecast Streaming Media Server
908	raspberrypi	= Raspberry Pi sensor statistics
909	phpapc		= Alternative PHP Cache statistics
910	memcached	= Memcached statistics
911	apcupsd		= APC UPS statistics
912	nut		= Network UPS Tools statistics
913	wowza		= Wowza Media Server
914	int		= Devices interrupt activity
915	verlihub	= VerliHub statistics
916</graph_title>
917
918<graphs>
919	_system1	= System load
920	_system2	= Memory allocation
921	_system3	= Active processes
922	_system4	= Entropy
923	_system5	= Uptime
924	_kern1		= Kernel usage
925	_kern2		= Context switches and forks
926	_kern3		= VFS usage
927	_proc		= Processor
928	_hptemp1	= Temperatures 1
929	_hptemp2	= Temperatures 2
930	_hptemp3	= Temperatures 3
931	_lmsens1	= Core temperatures
932	_lmsens2	= Voltages
933	_lmsens3	= MB and CPU temperatures
934	_lmsens4	= Fan speeds
935	_lmsens5	= GPU temperatures
936	_gensens1	= Temperatures
937	_gensens2	= CPU frequency
938	_ipmi		= IPMI sensors
939	_nvidia1	= NVIDIA temperatures
940	_nvidia2	= CPU usage
941	_nvidia3	= Memory usage
942	_disk1		= Disk drives temperatures
943	_disk2		= Reallocated sector count
944	_disk3		= Current pending sector
945	_fs1		= Filesystems usage
946	_fs2		= Disk I/O activity
947	_fs3		= Inode usage
948	_fs4		= Time spent in I/O activity
949	_zfs1		= ARC usage
950	_zfs2		= ARC cache
951	_zfs3		= L2ARC cache
952	_zfs4		= Pool data usage
953	_zfs5		= Pool usage
954	_du		= Directory usage
955	_net1		= Network traffic
956	_net2		= Network packets
957	_net3		= Network errors
958	_netstat1	= IPv4 states
959	_netstat2	= IPv6 states
960	_netstat3	= Active close
961	_netstat4	= Passive close
962	_netstat5	= UDP statistics
963	_tc1		= Traffic
964	_tc2		= Dropped
965	_tc3		= Overlimits
966	_tc4		= Requeues
967	_libvirt1	= CPU time usage
968	_libvirt2	= Memory usage
969	_libvirt3	= Disk usage
970	_libvirt4	= Network usage
971	_process1	= CPU time usage
972	_process2	= Memory usage
973	_process3	= Disk usage
974	_process4	= Network usage
975	_process5	= Opened files
976	_process6	= Number of threads
977	_process7	= Context switches
978	_process8	= Number of processes
979	_serv1		= System services demand
980	_serv2		= IMAP and POP3 services
981	_serv3		= SMTP service
982	_mail1		= Mail statistics
983	_mail2		= Network traffic
984	_mail3		= Mails in queue
985	_mail4		= Queue size
986	_mail5		= SPF
987	_mail6		= Greylisting
988	_port		= Port
989	_user1		= Users logged in
990	_user2		= Samba users
991	_user3		= Netatalk users
992	_ftp1		= Commands usage
993	_ftp2		= New sessions
994	_ftp3		= FTP traffic
995	_apache1	= Apache workers
996	_apache2	= Apache workers
997	_apache3	= Apache CPU usage
998	_apache4	= Apache requests
999	_apache5	= Apache workers
1000	_apache6	= Apache open slots
1001	_nginx1		= Nginx connections
1002	_nginx2		= Nginx requests
1003	_nginx3		= Nginx traffic
1004	_lighttpd1	= Lighttpd workers
1005	_lighttpd2	= Lighttpd traffic
1006	_lighttpd3	= Lighttpd requests
1007	_mysql1		= MySQL query types
1008	_mysql2		= MySQL overall stats
1009	_mysql3		= Table saturation and MyISAM
1010	_mysql4		= MySQL queries
1011	_mysql5		= MySQL connections
1012	_mysql6		= MySQL traffic
1013	_mongodb1	= MongoDB operations
1014	_mongodb2	= MongoDB metrics document
1015	_mongodb3	= MongoDB write performance
1016	_mongodb4	= MongoDB connections
1017	_mongodb5	= MongoDB requests & asserts
1018	_mongodb6	= MongoDB traffic
1019	_varnish1	= Varnish statistics
1020	_varnish2	= Backend usage
1021	_varnish3	= Client connections
1022	_varnish4	= Cache performance
1023	_varnish5	= Objects
1024	_varnish6	= Traffic
1025	_pagespeed1	= Cache overview
1026	_pagespeed2	= HTML optimization
1027	_pagespeed3	= Saved ratio
1028	_pagespeed4	= Memcached
1029	_pagespeed5	= Pcache cohorts
1030	_pagespeed6	= Rewrite & SHM cache
1031	_pagespeed7	= LRU & File cache
1032	_pagespeed8	= Cache time
1033	_squid1		= Squid statistics 1
1034	_squid2		= Squid statistics 2
1035	_squid3		= Overall I/O
1036	_squid4		= Memory usage
1037	_squid5		= Store directory stats
1038	_squid6		= IP cache stats
1039	_squid7		= Network protocols usage
1040	_squid8		= Client traffic
1041	_squid9		= Server traffic
1042	_nfss1		= NFS server stats 1
1043	_nfss2		= NFS server stats 2
1044	_nfss3		= NFS server stats 3
1045	_nfss4		= Overall I/O
1046	_nfss5		= Network layer
1047	_nfss6		= RPC
1048	_nfss7		= Thread utilization
1049	_nfss8		= Read cache
1050	_nfss9		= File handle cache
1051	_nfsc1		= NFS client stats 1
1052	_nfsc2		= NFS client stats 2
1053	_nfsc3		= NFS client stats 3
1054	_nfsc4		= NFS client stats 4
1055	_nfsc5		= NFS client stats 5
1056	_nfsc6		= RPC client stats
1057	_bind1		= Incoming queries
1058	_bind2		= Outgoing queries (_default)
1059	_bind3		= Name server statistics
1060	_bind4		= Resolver statistics (_default)
1061	_bind5		= Cache DB RRsets (_default)
1062	_bind6		= Memory usage
1063	_bind7		= Task manager
1064	_ntp1		= NTP timing stats
1065	_ntp2		= Stratum level
1066	_ntp3		= Codes
1067	_chrony1	= Chrony timing stats
1068	_chrony2	= Network path delays
1069	_chrony3	= Stratum level
1070	_chrony4	= System's clock drift
1071	_chrony5	= Estimated error in frequency
1072	_chrony6	= Update interval
1073	_fail2ban	= Fail2ban jails
1074	_icecast1	= Current listeners
1075	_icecast2	= Bitrate
1076	_raspberrypi1	= Clock frequency
1077	_raspberrypi2	= Temperatures
1078	_raspberrypi3	= Voltages
1079	_phpapc1	= Memory usage
1080	_phpapc2	= Hits & misses
1081	_phpapc3	= File cache
1082	_memcached1	= Memcached statistics 1
1083	_memcached2	= Memcached statistics 2
1084	_memcached3	= Cache usage
1085	_memcached4	= Items in cache
1086	_memcached5	= Objects I/O
1087	_memcached6	= Connections
1088	_memcached7	= Memcached traffic
1089	_apcupsd1	= Line voltage
1090	_apcupsd2	= Battery charge
1091	_apcupsd3	= Temperatures
1092	_apcupsd4	= Battery voltage
1093	_apcupsd5	= Time left
1094	_apcupsd6	= Line frequency
1095	_nut1		= Line voltage
1096	_nut2		= Battery charge
1097	_nut3		= Temperatures
1098	_nut4		= Battery voltage
1099	_nut5		= Time left
1100	_nut6		= Line frequency
1101	_wowza1		= Current connections
1102	_wowza2		= Messages bytes rate
1103	_wowza3		= Connections accepted
1104	_wowza4		= Connections rejected
1105	_wowza5		= Streams
1106	_int1		= Interrupt activity
1107	_int2		= Core activity
1108	_int3		= Interrupt activity
1109	_verlihub1	= Users in hub
1110	_verlihub2	= Total hub upload
1111	_verlihub3	= Total hub share
1112</graphs>
1113