Skip to content

Commit

Permalink
Merge pull request #38 from pmccarthy/RHMAP-10153_update_nagios_start…
Browse files Browse the repository at this point in the history
…_script

RHMAP-10153: Creating log dirs in start.sh script to support PVs
  • Loading branch information
pmccarthy authored Sep 7, 2016
2 parents 68cefeb + f2d805c commit 734347b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions start
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/bash

# Add nagios dirs
mkdir -p /var/log/nagios/archives \
/var/log/nagios/rw \
/var/log/nagios/spool/checkresults

set -o errexit
set -o nounset
set -o pipefail
Expand Down

0 comments on commit 734347b

Please sign in to comment.