From d1113bec0070d97d4df5e1057c3f7c3216ef14ae Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Thu, 11 Aug 2016 22:09:16 +0200 Subject: [PATCH] script de lancement d'un serveur web pour les fichier munin --- munin-www.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 munin-www.sh diff --git a/munin-www.sh b/munin-www.sh new file mode 100755 index 0000000..905e0cb --- /dev/null +++ b/munin-www.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +pushd /var/www/munin/ && python -m SimpleHTTPServer 8000