mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
- have some dirs
This commit is contained in:
parent
0b089ea777
commit
08346aac58
687 changed files with 0 additions and 0 deletions
|
@ -1,18 +0,0 @@
|
|||
#!/bin/sh
|
||||
# munin plugin that return 1. It is used for counting total server within a group
|
||||
#
|
||||
# (c) 2011 josecelano@gmail.com
|
||||
#%# family=manual
|
||||
|
||||
case $1 in
|
||||
config)
|
||||
cat <<CFG
|
||||
graph_title Count me
|
||||
graph_vlabel Count me
|
||||
graph_category network
|
||||
servers.label servers
|
||||
CFG
|
||||
exit 0;;
|
||||
esac
|
||||
|
||||
echo "servers.value 1"
|
Loading…
Add table
Add a link
Reference in a new issue