health
8 TopicsHow to check CPU temperature on i2x00 series device?
How can I query CPU temperature? I've read through BIG-IP mib files and tried snmpwalk but it seems that CPU temperature info is not available on this device. I'm getting only following info when querying "sysCpu" branch: snmpwalk -On -c public -v 2c 127.0.0.1 sysCpu .1.3.6.1.4.1.3375.2.1.3.6.1.0 = INTEGER: 0 And that's it. Querying sysCpuSensorTemperature or sysCpuTemperature returns error that there's no object available at this OID. I can only get sysChassisTemp but it's not really what I'm looking for. I think cpu temperature information is available (at least should be I guess) since I'm getting TCTL-Delta temp high(crit) alerts in AOM. So I wanted to check out what's is exact value of temperature.538Views0likes2CommentsHttps monitor- POST
Hi, Could you help to get the https monitor set up using POST-username & password to check the availability of the app. Here is the info to be sent: Request Type – POST Body Request – { "customerId": "123456", "itemId": "67894", "suppressError": "1" } UserId: username password: p@ssword Expected result will be pass. Will appreciated if this could be sorted at the earliest. Thanks -MK392Views0likes1Commenthealth monitor IIS
Hello, I was wondering if someone can shed some light on a health monitor I am trying to setup. Ill give a brief overview of the setup. We have an application that gets proxied via apache ( apache are the nodes in the pool being monitored, acts as proxy nothing more) to IIS where the application actually lives. I am trying to setup a monitor so that it monitors say an index.html page on the IIS server something along the lines of Send string - http://Portal/dir/index.html receive string - IIS is up Tried to use this but nodes fail the health check when applying the monitor to the pool The service ports that its monitoring for are https Any help is greatly appreciated Thanks1KViews0likes4CommentsSharepoint 2010 health monitor being authenticated by ADFS
Hey everyone, I'm somewhat new to the F5 realm, so bear with me here. I've set up a series of new iApps for Sharepoint 2010. The health monitors check for a specific string of text on the page to verify Sharepoint is actually functioning and not just the server and/or IIS. This works fine on the Sharepoint sites that do NTLM authentication. However, there are a few sites that do authentication via ADFS and the health monitors are unable to get this string from the page. These sites are hosted on the same servers as the NTLM-authenticated sites. Is there something special that needs to happen on either the F5 or in Sharepoint for these to work? Thanks in advance for the help!248Views0likes1CommentHelp with HTTP Health Monitor
Hello F5 Community! I'm having a tough time creating an HTTP health monitor to be used on some pool members on my device. I have adapted some of the things that work from existing health monitors in our environment, but after searching in the support community all day I haven't been able to figure this out. I've logged into the F5 and have run the following command: curl -v --ntlm -u username:password It runs the script as intended and has the following in the output (which is what I'm trying to capture for the health monitor): IBM Cognos Software All this being said... and showing it works using cURL I have created the following HTTP health monitor in the GUI: Send String: GET /ibmcognos/cgi-bin/cognosisapi.dll?b_action=xts.run&m=portal/welcome/welcome.xts HTTP/1.1\r\nHost: mynode\r\nConnection: Close\r\n\r\n\r\n Receive String: IBM Cognos Software I'm sure it loos a little frankensteinish as this was pieced together based upon other health monitors that work and what I have seen using cURL. Can anyone advise on why the health check would be failing on these nodes? If you need more information, please let me know. Thanks for the help!327Views0likes2CommentsUnusual health monitor.
Hello, Is it possible to monitor a node which is not part of a pool, and mark the pool down when the monitor fails? I've managed to create health monitor with custom POST query which works fine, but the requirement is to NOT send any production traffic to the destination node. It's for monitoring purpose only. Anyone come across a similar scenario? Regards MariuszSolved379Views0likes2CommentsMonitor HTTP Page for Text
Hello All, I'm trying to setup a custom health monitor that monitors a page for specific text. I've read through the forums and the SOLs but haven't found a resolution to my particular situation. When I access one of the servers I'd like to monitor via the following, http://hostname.domain.com/dana-na/healthcheck/healthcheck.cgi it shows: When I try to setup a TCP health monitor on port 80 with the following GET statement GET /dana-na/healthcheck/healthcheck.cgi HTTP/1.1\r\nHost: 10.10.10.10\r\nConnection: Close\r\n\r\n I always get a 200 OK response instead of the "Security gateway is accessible" like you would get when manually accessing the server. I also attempted a curl query from the LTM and it appears I do get "Security gateway is accessible" in the response: < HTTP/1.1 200 OK < Content-Type: text/html; charset=utf-8 < Pragma: no-cache < Cache-Control: no-store < Expires: -1 Connection 0 to host 10.10.10.10 left intact * Closing connection 0 xml version="1.0" encoding="utf-8">Cluster HealthCheck Security gateway is accessibleSecurity gateway is accessible Is there something I'm missing in the GET statement on the health monitor? Thanks, Brian736Views0likes8Comments