We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48460aa commit 5887757Copy full SHA for 5887757
munin/munin-install-nginx.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+sudo apt-get install -y libwww-perl && \
3
+ sudo munin-node-configure --suggest --shell | sudo bash && \
4
+ sudo munin-run nginx_status && \
5
+ sudo service munin-node restart
0 commit comments