Forum Discussion

2 Replies

  • These are standard monitor parameters that could be set when creating a new monitor or modified on an existing monitor. Are you familiar with tmsh commands and operation?

     

    create ltm monitor [options...]

     

    modify ltm monitor [options...]

     

    This TMSH command reference is for 11.1, but the commands should be similar and you can find the reference for your version on . Check out the section in the reference titled "LTM Monitor Module components".

     

    Is there a specific monitor or options you are having trouble with?

     

  • as Ed said in the first rely it's in the TMSH manual. Below is extract for https monitor

    cheers

    Create/Modify
        create https [name]
        modify https [name]
            app-service [[string] | none]
            cert [ [cert list] | none]
            cipherlist [string]
            compatibility [enabled | disabled]
            defaults-from [name]
            description [string]
            destination [ip address][port]
            interval [integer]
            key [ [key] | none]
            manual-resume [enabled | disabled]
            password [none | [password] ]
            recv [none | [string] ]
            recv-disable [none | [string] ]
            reverse [enabled | disabled]
            send [none | [string] ]
            time-until-up [integer]
            timeout [integer]
            transparent [enabled | disabled]
            up-interval [integer]
            username [ [name] | none]