ntp bits
This commit is contained in:
parent
58a9b56737
commit
502555a4e3
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
apt -y install htop glances sssd-ad dstat
|
apt -y install htop glances sssd-ad dstat ladvd snmpd ntp
|
||||||
|
16
slack/prod/ovh/files/etc
Normal file
16
slack/prod/ovh/files/etc
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
driftfile /var/lib/ntp/ntp.drift
|
||||||
|
statsdir /var/log/ntpstats/
|
||||||
|
statistics loopstats peerstats clockstats
|
||||||
|
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
|
||||||
|
|
||||||
|
ntpsigndsocket /var/lib/samba/ntp_signd
|
||||||
|
restrict default mssntp noquery
|
||||||
|
restrict 127.0.0.1
|
||||||
|
restrict ::1
|
||||||
|
tinker panic 0
|
16
slack/prod/pfv/files/etc/ntp.conf
Normal file
16
slack/prod/pfv/files/etc/ntp.conf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
driftfile /var/lib/ntp/ntp.drift
|
||||||
|
statsdir /var/log/ntpstats/
|
||||||
|
statistics loopstats peerstats clockstats
|
||||||
|
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
|
||||||
|
|
||||||
|
ntpsigndsocket /var/lib/samba/ntp_signd
|
||||||
|
restrict default mssntp noquery
|
||||||
|
restrict 127.0.0.1
|
||||||
|
restrict ::1
|
||||||
|
tinker panic 0
|
16
slack/prod/satx/files/etc/ntp.conf
Normal file
16
slack/prod/satx/files/etc/ntp.conf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
driftfile /var/lib/ntp/ntp.drift
|
||||||
|
statsdir /var/log/ntpstats/
|
||||||
|
statistics loopstats peerstats clockstats
|
||||||
|
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
|
||||||
|
|
||||||
|
ntpsigndsocket /var/lib/samba/ntp_signd
|
||||||
|
restrict default mssntp noquery
|
||||||
|
restrict 127.0.0.1
|
||||||
|
restrict ::1
|
||||||
|
tinker panic 0
|
Loading…
Reference in New Issue
Block a user