more slack bits

This commit is contained in:
Charles N Wyble - admin 2018-02-08 21:04:36 -06:00
parent fb3fe0d8be
commit 5c68380467
5 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,10 @@
#!/bin/bash
apt -y install htop glances sssd-ad dstat ladvd snmpd ntp
ISUCS="$(hostname |grep ucs -c)"
if [ $ISUCS -ne 0 ]; then
echo "Do not run this on ucs host. Exiting..."
exit 1
fi
apt -y install htop glances sssd-ad dstat ladvd snmpd ntp tcpdump autofs

View File

@ -5,11 +5,10 @@ filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
server ovh-ucs.turnsys.net
server pfv-ucs.turnsys.net
server satx-ucs.turnsys.net
server ovh-ucs.turnsys.net
ntpsigndsocket /var/lib/samba/ntp_signd
restrict default mssntp noquery
restrict 127.0.0.1
restrict ::1

View File

@ -0,0 +1,3 @@
domain turnsys.net
nameserver 10.253.3.201
nameserver 10.40.100.200

View File

@ -6,10 +6,9 @@ filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
server pfv-ucs.turnsys.net
server satx-ucs.turnsys.net
server ovh-ucs.turnsys.net
server satx-ucs.turnsys.net
ntpsigndsocket /var/lib/samba/ntp_signd
restrict default mssntp noquery
restrict 127.0.0.1
restrict ::1

View File

@ -5,11 +5,10 @@ filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
server pfv-ucs.turnsys.net
server satx-ucs.turnsys.net
server ovh-ucs.turnsys.net
server pfv-ucs.turnsys.net
ntpsigndsocket /var/lib/samba/ntp_signd
restrict default mssntp noquery
restrict 127.0.0.1
restrict ::1