I have the following probe. Does anyone know if I can encrypt the password ("abc123" below) in the run and startup configs so that it isn't stored in clear text?
probe http http-Test
interval 5
credentials testun abc123
passdetect interval 2
request method get url /idmslb2/Default.aspx
expect status 200 200
expect regex "idmsUp"