Forum Discussion
External Monitoring broken in TMOS 11.2.x??
More or the less I ran in the same problem: external monitor script didn´t work though I´m pretty sure it has to :-)
First misinterpretation was that when I ran the monitor manualy under /config/filestore/files_d/Common_d/external_monitor_d/:Common it worked!
Solution: you have to "know" :-) that the ip address that is passed to the script is in IPv6! So you have to "clean" this up at the beginning like this:
remove IPv6/IPv4 compatibility prefix (LTM passes addresses in IPv6 format)
IP=`echo ${1} | sed 's/::ffff://'`
If you have a look on the example in BigIP you will find this too - though it is not intuitive BUT written in the comment :-)
Hope this helps...
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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