script de lancement d'un serveur web pour les fichier munin

This commit is contained in:
2016-08-11 22:09:16 +02:00
parent ef2733675d
commit d1113bec00

3
munin-www.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
pushd /var/www/munin/ && python -m SimpleHTTPServer 8000