monitoring
1519 TopicsNode UP and Node Down messages do not get written
I have 2 x 3400 BigIP LTM's running 9.4.7 - I have combed the threads here for someone with a similar issue - I've seen how to fix smtp and email alerts but no one seems to have the same issue where the basic monitors simply do not write to the logs when a node becomes unavailable. The system knows it's down and marks it unavailable in the pool but no entries appear in any of the local logs - I've grepped them all for Node and DOWN, etc. I can write a custom log and use logger -p local0.error "message" to manually write to the log but I do not want to create a custom log for every pool and every situation when there are built in monitors. Specifically I would like the tcp monitor to work correctly. I hope this is not a common problem that I've simply overlooked, wasting people's time - on the other hand it would be great if it was as simple as "b db bigd.lognodestatuschange enable" if it solved my issue (I've tried this btw!). Let me know what other information you require and I'll post whatever is necessary. Thanks in advance.489Views1like12CommentsF5 LTM and What's Up Gold
Hello, I recently implemented 2, big ip 1600 ltm devices configured as a redundant pair. everything is working great so far. I have enabled snmp on the standby ltm, however I can't get our What's Up Gold server to see the snmp agent or even try to browse the ltm using mib walker. If I execute the following query on the standby node I get the following output: [root@sna9lt1600n2:Standby] / snmpget -c FATFSB 10.244.248.18 sysGlobalStat.sysStatMemoryUsed.0 F5-BIGIP-SYSTEM-MIB::sysStatMemoryUsed.0 = Counter64: 43446672 This confirms the agent is working, right? Anyhow, any help is greatly appreciated. Thanks,528Views1like7CommentsNeed help with SOAP monitor parameters
Hello everyone I'm trying to configure a SOAP monitor. I have the option of creating a HTTPS monitor or SOAP monitor I tried the HTTPS with the following send string ( works in SOAPUI, it gets the expected answer) POST / HTTP/1.1\r\nAccept-Encoding: gzip,deflate\r\nContent-Type: text/xml;charset=UTF-8\r\nSOAPAction: \"\"\r\nHost: npo2mf.dev.intra\r\nConnection: Keep-Alive\r\nUser-Agent: Apache-HttpClient/4.1.1 (java 1.5)\r\n\r\nhttp://schemas.xmlsoap.org/soap/envelope/\" xmlns:odb=\"\">1 It never works , the server replies with Invalid SOAP Message The response should include the string 2 I don't know why. Could someone help me? Because the HTTPS monitor is not working I thought of using a SOAP monitor. But I am confused with the parameters According to the send string how should I configure the following parameters Any idea would be appreciated Thank you Mike379Views1like0Comments