lancement de la commande munin (web) par 'make munin'
This commit is contained in:
3
Makefile
3
Makefile
@@ -15,6 +15,9 @@ clean-log:
|
|||||||
|
|
||||||
full-auto: submodules-update upgrade clean optimise
|
full-auto: submodules-update upgrade clean optimise
|
||||||
|
|
||||||
|
munin:
|
||||||
|
pushd /var/www/munin/ ; python -m SimpleHTTPServer 8000
|
||||||
|
|
||||||
optimise:
|
optimise:
|
||||||
nix-store --optimise
|
nix-store --optimise
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
pushd /var/www/munin/ && python -m SimpleHTTPServer 8000
|
|
||||||
Reference in New Issue
Block a user