Skip to content

Commit 5887757

Browse files
author
ticoombs
committed
Install Munin plugin: nginx
1 parent 48460aa commit 5887757

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

munin/munin-install-nginx.sh

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)