Sorry, the last post has a line missing from the code.
For those people that want to monitor a Cold Fusion Server with What's Up
Gold V7 here is how I got it to work with a great deal of help from Shawn
Savadkohi, Network Administrator - City of Santa Cruz.
Thanks again Shawn! :-)
Brian
Here is the CF code I'm using. The file name is: WhatUpGoldCFTest.cfm
It connects to a database and gets all the records and displays
WHATSUPOKAY if the database has more than 0 records.
select * From names
Here is the Cold Fusion, Monitor & Service definition.
Send=GET /WhatUpGoldCFTest.cfm HTTP/1.0\r\nAccept:
*/*\r\nUser-Agent:WhatsUp_Gold/7.0\r\n\r\n
Expect=~.*WHATSUPOKAY
