From 81a80fba989d9c41652d3d885d518a45d854b2a3 Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Tue, 28 Jun 2011 12:57:51 +0200 Subject: [PATCH] Initial version --- plugins/other/count-me | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 plugins/other/count-me diff --git a/plugins/other/count-me b/plugins/other/count-me new file mode 100755 index 00000000..92786044 --- /dev/null +++ b/plugins/other/count-me @@ -0,0 +1,18 @@ +#!/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 <