Advertisement
Guest User

Untitled

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