NTP Monitor
Problem this snippet solves: Version 9 (tested on v9.2.4)
Based on F5's example monitor, with the NTP check added. We make sure that the node gives us an NTP response and that the node hasn't beco...
Published Mar 12, 2015
Version 1.0philh_127905
Nimbostratus
Joined May 04, 2019
philh_127905
Nimbostratus
Joined May 04, 2019
Rao_88575
Jan 04, 2016Nimbostratus
For v11.x
my $node = $ENV{"NODE_IP"};
my $port = $ENV{"NODE_PORT"};
and add:
my $node = $ARGV[0];
my $node = substr $node,7;;
my $port = $ARGV[1];
$node =~ s/::ffff//; --> Remove this