From 623bed7581db3729c9bcd1367a4bf21737ec993a Mon Sep 17 00:00:00 2001 From: Matthias Schmitz Date: Mon, 26 Jul 2010 21:31:27 +0000 Subject: [PATCH 1/2] 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" From b618e762aea46afd1a1f2d008005afe1d536073c Mon Sep 17 00:00:00 2001 From: Steve Schnepp Date: Mon, 25 Jun 2012 11:13:49 +0200 Subject: [PATCH 2/2] adding some doc to t-shirt --- images/README.md | 2 ++ images/t-shirts/README.md | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 images/t-shirts/README.md diff --git a/images/README.md b/images/README.md index fedf12ba..9216f9b0 100644 --- a/images/README.md +++ b/images/README.md @@ -1,2 +1,4 @@ Please **don't** put screenshots of your plugins here. Put them right next to your plugins. + +The `t-shirt/` subdir contains a t-shirt vector gfx. diff --git a/images/t-shirts/README.md b/images/t-shirts/README.md new file mode 100644 index 00000000..ae8aa3a4 --- /dev/null +++ b/images/t-shirts/README.md @@ -0,0 +1,7 @@ +# T-Shirt subproject + +Some t-shirts + +![logo-horizontal-tshirt-black-modified.svg](logo-horizontal-tshirt-black-modified.svg "logo-horizontal-tshirt-black-modified.svg") +![logo-shirt-black.svg](logo-shirt-black.svg "logo-shirt-black.svg") +![logo-horizontal-tshirt-black.svg](logo-horizontal-tshirt-black.svg "logo-horizontal-tshirt-black.svg")