mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
[zpool_iostat] change category from 'filesystem' to 'disk'
This commit is contained in:
parent
7b2cefa45d
commit
dd9cf0c0b9
@ -74,7 +74,7 @@ if [ "$ACTION" = "config" ]; then
|
||||
echo 'graph_title zpool iostat'
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_vlabel write - read KBytes/s'
|
||||
echo 'graph_category fs'
|
||||
echo 'graph_category disk'
|
||||
echo 'graph_scale no'
|
||||
echo 'graph_info This graph shows zpool iostat'
|
||||
# assemble the "graph_order" as a sorted list of read/write pairs for each poll
|
||||
|
Loading…
Reference in New Issue
Block a user