Guest User

Untitled

a guest
Sep 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. cd /etc/nagios/conf.d
  3. cp council.cfg $1.cfg
  4. perl -p -i -e "s/council/$1/g" $1.cfg
  5. perl -p -i -e "s/72.13.95.71/`dig +short $1.prgmr.com`/g" $1.cfg
Add Comment
Please, Sign In to add comment