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
WeaverJK
May 11, 2017Nimbostratus
I tried what I just suggested... F5_Prompt perl mon_ntp.pl Unrecognized character \xC2 in column 1 at mon_ntp.pl line 27.
I removed the offending characters.
F5_Prompt perl mon_ntp.pl syntax error at mon_ntp.pl line 59, near "= ;" Execution of mon_ntp.pl aborted due to compilation errors.
Perl appears to have a problem with something around this line:
my $pid = ;
Going through again to see what may have changed.