Forum Discussion

Pops's avatar
Pops
Icon for Altostratus rankAltostratus
Feb 01, 2024
Solved

create monitor with ? in the send string via TMSH

I am trying to create a monitor via CLI on v17.1.1 tmos and can not get the ? to show up no mater what i try. here is my command:  create ltm monitor https test_monitor { app-service /Common/test.a...
  • xuwen's avatar
    Feb 01, 2024

    ? Completing prompt function conflicts of tmsh view, it can be used by switching to the bash view

    run util bash

    tmsh create ltm monitor https test_monitor { adaptive disabled defaults-from https send "HEAD /path1/path2/Access/information/script/healthcheck?wsdl HTTP/1.1\r\nHost: test.com\r\nConnection: Close\r\n\r\n" recv "HTTP/1.(0|1) 200 OK" destination *:* interval 5 time-until-up 0 timeout 16 }

    exit