Advertisement
Guest User

Untitled

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