Forum Discussion
mike_luebbers_6
Nimbostratus
Oct 17, 2011NTP Health Check
I am setting a VIP to load balance our NTP servers (3 servers)and i would like to find a way to do a custom health check for NTP. I found the one on devcentral (ntp_mon) but it looks like you have to...
Kurt_Knochner_5
Cirrus
Oct 27, 2011Hi,
just replace two lines in the script
my $node = $ENV{"NODE_IP"};
my $port = $ENV{"NODE_PORT"};
my $node = $1
my $port = $2
The LTM monitor system will pass the IP address and the port (of a pool member) as parameters to the script, which is $1 and $2 in the script.
Regards
Kurt Knochner
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects