1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 22:25:23 +00:00

Merge pull request #439 from leeclemens/patch-1

fix example comment with proper wildcard examples
This commit is contained in:
Steve Schnepp 2014-02-18 16:02:21 +01:00
commit 5e2aaa3a67

View file

@ -5,7 +5,7 @@
# #
#--------------------- #---------------------
# Examples # Examples
# Create a symbolic link to MegaRaid_<AdapterNumber>_<temp|media|other|predictive> # Create a symbolic link to MegaRaid_<AdapterNumber>_<temp|error|other|predictive>
# ln -s /usr/share/munin/plugins/MegaRaid_ /etc/munin/plugins/MegaRaid_0_temp # ln -s /usr/share/munin/plugins/MegaRaid_ /etc/munin/plugins/MegaRaid_0_temp
# graph temperature on adapter 0 # graph temperature on adapter 0
# #