mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Added symlinks to enable the plugin in the header comments.
This commit is contained in:
parent
4a7a0de134
commit
eec974c510
1 changed files with 69 additions and 63 deletions
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue