From 623bed7581db3729c9bcd1367a4bf21737ec993a Mon Sep 17 00:00:00 2001 From: Matthias Schmitz Date: Mon, 26 Jul 2010 21:31:27 +0000 Subject: [PATCH] Add some svg files with logos for t-shirts --- .../logo-horizontal-tshirt-black-modified.svg | 75 ++++++++ .../t-shirts/logo-horizontal-tshirt-black.svg | 172 ++++++++++++++++++ images/t-shirts/logo-shirt-black.svg | 57 ++++++ plugins/sensor/sequoia_websens | 10 +- 4 files changed, 309 insertions(+), 5 deletions(-) create mode 100644 images/t-shirts/logo-horizontal-tshirt-black-modified.svg create mode 100644 images/t-shirts/logo-horizontal-tshirt-black.svg create mode 100644 images/t-shirts/logo-shirt-black.svg diff --git a/images/t-shirts/logo-horizontal-tshirt-black-modified.svg b/images/t-shirts/logo-horizontal-tshirt-black-modified.svg new file mode 100644 index 00000000..f0e0c683 --- /dev/null +++ b/images/t-shirts/logo-horizontal-tshirt-black-modified.svg @@ -0,0 +1,75 @@ + + + + + + + www.munin-monitoring.org + + + + + + + + + + + + + + + + diff --git a/images/t-shirts/logo-horizontal-tshirt-black.svg b/images/t-shirts/logo-horizontal-tshirt-black.svg new file mode 100644 index 00000000..3ce5c0e6 --- /dev/null +++ b/images/t-shirts/logo-horizontal-tshirt-black.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + www.munin-monitoring.org + + + + + + + + + + + + + + + + diff --git a/images/t-shirts/logo-shirt-black.svg b/images/t-shirts/logo-shirt-black.svg new file mode 100644 index 00000000..6b2d8289 --- /dev/null +++ b/images/t-shirts/logo-shirt-black.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + diff --git a/plugins/sensor/sequoia_websens b/plugins/sensor/sequoia_websens index 6607215c..4bab4c43 100755 --- a/plugins/sensor/sequoia_websens +++ b/plugins/sensor/sequoia_websens @@ -15,14 +15,14 @@ # # If your environment has a average temperature which differs from the default # waring and critical value than feel free to configure the warning and critical value -# +# # # Author # Mohammad Ali # # Version 1.0 # March 19, 2010 -# 01:17:14 PM +# 01:17:14 PM # #%# family=auto #%# capabilities=autoconf @@ -39,7 +39,7 @@ if [ "$1" = "config" ]; then echo "graph_category sensor" echo "graph_args -l 0 -u 100 -r" echo "graph.scale no" - echo "graph_vlabel % and C°" + echo "graph_vlabel % and C°" echo "tempsens.label Temperature" echo "humsens.label Humidity" echo "tempsens.warning 19:24" @@ -47,7 +47,7 @@ if [ "$1" = "config" ]; then echo "tempsens.critical 18:25" echo "humsens.critical :60" exit 0 -fi +fi # HTTP GET REQUEST to retrieve the data from the WebSensor WEBSENS_DATA_FULL=$(printf "GET $host/index.html?em345678 HTTP/1.0 \n\n" | nc $host $port ) @@ -61,4 +61,4 @@ WEBSENS_HUM=$(echo "$WEBSENS_DATA" | cut -d ' ' -f11 | cut -d ':' -f2 | cut -d ' # Sending custom formatted data to munin to create the graphs echo "tempsens.value $WEBSENS_TEMP" -echo "humsens.value $WEBSENS_HUM" \ No newline at end of file +echo "humsens.value $WEBSENS_HUM"