Created
February 27, 2012 16:36
-
-
Save gmcinnes/1925232 to your computer and use it in GitHub Desktop.
nagios grapher log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2012-02-27 11:32:28 PIPE: mysqlslave1.comms.marsdd.com Iostat OK - I/O stats tps=0.00 KB_read/s=0.00 KB_written/s=0.00 I/O_wait_percent=0.00 tps=0.00; KB_read/s=0.00; KB_written/s=0.00; I/O_wait_percent=0.00; | |
| 2012-02-27 11:32:28 VALUES: [mysqlslave1.comms.marsdd.com][Iostat]: tps=0.00 wait_percent=0.00 | |
| 2012-02-27 11:32:28 RRD: rrdtool update /var/lib/nagiosgrapher/rrd/mysqlslave1.comms.marsdd.com/4660dfa626a73fc2c655a6389b96e50f.rrd --template=tps:wait_percent N:0.00:0.00 | |
| 2012-02-27 11:32:28 PIPE: oldjive Iostat OK - I/O stats tps=0.00 KB_read/s=0.00 KB_written/s=0.00 I/O_wait_percent=0.00 tps=0.00; KB_read/s=0.00; KB_written/s=0.00; I/O_wait_percent=0.00; | |
| 2012-02-27 11:32:28 VALUES: [oldjive][Iostat]: tps=0.00 wait_percent=0.00 | |
| 2012-02-27 11:32:28 RRD: rrdtool update /var/lib/nagiosgrapher/rrd/oldjive/ea9d72c4da4b5232e748f627ab68bf84.rrd --template=tps:wait_percent N:0.00:0.00 | |
| 2012-02-27 11:32:28 PIPE: staging Iostat OK - I/O stats tps=0.00 KB_read/s=0.00 KB_written/s=0.00 I/O_wait_percent=0.00 tps=0.00; KB_read/s=0.00; KB_written/s=0.00; I/O_wait_percent=0.00; | |
| 2012-02-27 11:32:28 VALUES: [staging][Iostat]: tps=0.00 wait_percent=0.00 | |
| 2012-02-27 11:32:28 RRD: rrdtool update /var/lib/nagiosgrapher/rrd/staging/8063371bf9a6932c3ea3bc340aeabe26.rrd --template=tps:wait_percent N:0.00:0.00 | |
| 2012-02-27 11:32:28 PIPE: varnish1.comms.marsdd.com Iostat OK - I/O stats tps=0.00 KB_read/s=0.00 KB_written/s=0.00 I/O_wait_percent=0.00 tps=0.00; KB_read/s=0.00; KB_written/s=0.00; I/O_wait_percent=0.00; | |
| 2012-02-27 11:32:28 VALUES: [varnish1.comms.marsdd.com][Iostat]: tps=0.00 wait_percent=0.00 | |
| 2012-02-27 11:32:28 RRD: rrdtool update /var/lib/nagiosgrapher/rrd/varnish1.comms.marsdd.com/0e82076fe0aa2e8405116022b0e3a687.rrd --template=tps:wait_percent N:0.00:0.00 | |
| 2012-02-27 11:32:28 PIPE: mysqlmaster1.comms.marsdd.com Iostat OK - I/O stats tps=0.00 KB_read/s=0.00 KB_written/s=0.00 I/O_wait_percent=0.00 tps=0.00; KB_read/s=0.00; KB_written/s=0.00; I/O_wait_percent=0.00; | |
| 2012-02-27 11:32:28 VALUES: [mysqlmaster1.comms.marsdd.com][Iostat]: tps=0.00 wait_percent=0.00 | |
| 2012-02-27 11:32:28 RRD: rrdtool update /var/lib/nagiosgrapher/rrd/mysqlmaster1.comms.marsdd.com/dc3c3b9ee18d5aacd40597e093c5928a.rrd --template=tps:wait_percent N:0.00:0.00 | |
| 2012-02-27 11:32:28 PIPE: jive.comms.marsdd.com Iostat OK - I/O stats tps=0.00 KB_read/s=0.00 KB_written/s=0.00 I/O_wait_percent=0.00 tps=0.00; KB_read/s=0.00; KB_written/s=0.00; I/O_wait_percent=0.00; | |
| 2012-02-27 11:32:28 VALUES: [jive.comms.marsdd.com][Iostat]: tps=0.00 wait_percent=0.00 | |
| 2012-02-27 11:32:28 RRD: rrdtool update /var/lib/nagiosgrapher/rrd/jive.comms.marsdd.com/a68f107a9fcb412a87ba8a9766f924bc.rrd --template=tps:wait_percent N:0.00:0.00 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # --- | |
| # NagiosGrapher Template for check_iostat | |
| # --- | |
| # I/O stats tps=10.00 KB_read/s=0.00 KB_written/s=88.00 I/O_wait_percent | 'tps'=10.00; 'KB_read/s'=0.00; 'KB_written/s'=88.00; 'I/O_wait_percent'=0.00; | |
| # Disk I/O | |
| define ngraph{ | |
| service_name Iostat | |
| graph_log_regex tps=(\d+\.\d+) | |
| graph_value tps | |
| graph_units transactions | |
| graph_legend Transactions per second | |
| page Transactions per second | |
| rrd_plottype LINE2 | |
| rrd_color 00a000 | |
| } | |
| define ngraph{ | |
| service_name Iostat | |
| graph_log_regex wait_percent=(\d+\.\d+) | |
| graph_value wait_percent | |
| graph_units % | |
| graph_legend CPU I/O Wait Percent | |
| page CPU I/O Wait Percent | |
| rrd_plottype LINE2 | |
| rrd_color a00000 | |
| } | |
| # [EOF] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment