Forum Discussion
Exchange 2010 Autodiscovery external monitor
Hi,
we've implemented an Exchange 2010 setup following the F5 deployment guide including all the advanced monitors for the different HTTP-services. We also used the external monitor-script from devcentral for the Autodiscovery monitor and this is also working fine, but it's spaming the log every time it's executed.
The reason seems to be related to the following lines of the script:
if [ -f $PIDFILE ]
then
echo "EAV exceeded runtime needed to kill ${NODE}:${PORT}" | logger -p local0.error
kill -9 `cat $PIDFILE` > /dev/null 2>&1
fi
The monitor interval is only set to 60 seconds, which is more than enough for executing the script, but need it to be killed every time?
Any ideas or hints for further troubleshooting would be much appreciated (fyi we are running 10.2.4 HF3 on a LTM 3900).
Ciao Stefan :)
- Stefan_KlotzCumulonimbus
Still no idea?
- hoolioCirrostratusHi Stefan,
echo "GET /" | /usr/bin/nc $node_ip $2 2> /dev/null | grep -E -i $3 > /dev/null status=$? if [ $status -eq 0 ] then rm -f $pidfile ; remove the pidfile before the script echoes anything to stdout and is killed by bigd echo "up" fi rm -f $pidfile ; also remove the pidfile before the script ends if $status isn’t 0
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