2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Added symlinks to enable the plugin in the header comments.

This commit is contained in:
Gareth Davies 2013-06-14 02:13:49 +08:00
parent 4a7a0de134
commit eec974c510

View File

@ -1,6 +1,12 @@
#!/bin/bash #!/bin/bash
# Copyright (c) 2013 Gareth Davies (shaolintiger@gmail.com www.shaolintiger.com) # Copyright (c) 2013 Gareth Davies (shaolintiger@gmail.com www.shaolintiger.com)
# License GPLv2 # License GPLv2
# This plugin monitors number of workers, total memory used and average memory per process for Unicorn.
# Here are the symlinks to enable it
#
# ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_average
# ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_memory
# ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_processes
mode=`echo $0 | cut -d _ -f 2` mode=`echo $0 | cut -d _ -f 2`