mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
memory_by_process: remove misplaced documentation
This commit is contained in:
parent
1eb0bae94b
commit
9edbf50610
@ -16,59 +16,6 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Configuration variables
|
|
||||||
# vservers - specify the vservers to include in the graph (default: all)
|
|
||||||
# limits - if true, turn on limit graphing (default: false)
|
|
||||||
#
|
|
||||||
# NOTE: If no configuration variables are set, the defaults will be used
|
|
||||||
|
|
||||||
# Example /etc/munin/plugin-conf.d/munin-node
|
|
||||||
#
|
|
||||||
# The first group monitors the vservers named "vserver1 vserver2
|
|
||||||
# vserver3 vserver4" and looks to see if the resource limit has been
|
|
||||||
# breached, if so it sends a message to nagios via send_nsca, and
|
|
||||||
# sends an email to notify that this has happened.
|
|
||||||
#
|
|
||||||
# The second monitors the vservers "vserver5 vserver6 vserver7" and
|
|
||||||
# has no limit notifications turned on.
|
|
||||||
#
|
|
||||||
# The third monitors all vservers on the system, in one graph, and it has
|
|
||||||
# no limit notifications defined.
|
|
||||||
#
|
|
||||||
# You can use any combination of these to fit your needs.
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# [vsrmem_group1]
|
|
||||||
# user root
|
|
||||||
# env.vservers vserver1 vserver2 vserver3 vserver4
|
|
||||||
# env.limits 1
|
|
||||||
# contacts nagios email
|
|
||||||
# contact.nagios.command /usr/bin/send_nsca -H your.nagios-host.here -c /etc/send_nsca.cfg
|
|
||||||
# contact.email.command mail -s "Munin-notification for ${var:group} :: ${var:host}" your@email.address.here
|
|
||||||
#
|
|
||||||
# [vsrmem_group2]
|
|
||||||
# user root
|
|
||||||
# env.vservers vserver5 vserver6 vserver7
|
|
||||||
# env.limits 0
|
|
||||||
#
|
|
||||||
# [vserver_rmemory]
|
|
||||||
# user root
|
|
||||||
#
|
|
||||||
# Graph Vserver RSS usage and limits
|
|
||||||
#
|
|
||||||
# Changelog
|
|
||||||
# version 0.1 - 2006 April xx - Holger Levsen
|
|
||||||
# - initial author
|
|
||||||
# version 0.2 - 2006 April 24 - Micah Anderson <micah@riseup.net>
|
|
||||||
# - Add dynamic arch page size determination
|
|
||||||
# - Some cleanup and clarification
|
|
||||||
# version 0.3 - 2006 May 3 - Micah Anderson <micah@riseup.net>
|
|
||||||
# - Add ability to group vservers via environment vars
|
|
||||||
# - Fix missing close quotes and standardize indents
|
|
||||||
# - Add limit notification
|
|
||||||
# - Update documentation to include info on groups and limits
|
|
||||||
# version 0.4 - 2006 Jun 22 - Micah Anderson <micah@riseup.net>
|
|
||||||
# - Fix error that results if NodeName is set to include a domain name
|
|
||||||
|
|
||||||
if [ "$1" = "config" ]; then
|
if [ "$1" = "config" ]; then
|
||||||
echo "graph_title VM by Process"
|
echo "graph_title VM by Process"
|
||||||
|
Loading…
Reference in New Issue
Block a user