Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
add nginx munin plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jfqd committed Oct 9, 2019
1 parent 76542fc commit dee5d7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions customize
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ PATH=/opt/local/gnu/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/usr/sbin
# Exit if any commands fail
set -o errexit

# Munin plugins
MUNIN_PLUGINS="
nginx
"
/opt/qutic/bin/munin-node-plugins ${MUNIN_PLUGINS}

echo "* Setup gogs user and group"
groupadd -g 1100 gogs
useradd -m -s /usr/bin/false -d /home/gogs -u 1100 -g gogs gogs
Expand Down

0 comments on commit dee5d7f

Please sign in to comment.