Created
February 3, 2013 13:24
-
-
Save ya-pulser/4701771 to your computer and use it in GitHub Desktop.
Sample of munin plugin outputs.
This file contains 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
ya-pulser$ ./pu-snr.sh config | |
graph_title Arris 900s Signal to Noise (dB) | |
graph_vlabel db (decibels) | |
graph_category arris | |
downsnr1.label Downstream 1 | |
downsnr2.label Downstream 2 | |
downsnr3.label Downstream 3 | |
ya-pulser$ ./pu-snr.sh | |
downsnr1.value 37.60 | |
downsnr2.value 36.40 | |
downsnr3.value 36.60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment