Forum Discussion

ErikM's avatar
ErikM
Icon for Altocumulus rankAltocumulus
Oct 02, 2012

LTM monitor listing TMSH

Hi

 

 

In the manual i read:

 

tmsh list /ltm monitor http_new

 

 

This works fine for the native monitors, but when i do the following:

 

tmsh list /ltm monitor Exchange_2010_imap4_monitor

 

all i get is:

 

Syntax error: "Exchange_2010_imap4_monitor" unexpected argument

 

I am probably doing something wrong, but what?!

 

(Ah yes, the monitor does exsist in the GUI and is operational)

 

TIA Erik

 

3 Replies

  • e.g.

    root@(ve11a)(cfg-sync Changes Pending)(Active)(/Common)(tmos) list ltm monitor Exchange_2010_imap4_monitor
    Syntax Error: "Exchange_2010_imap4_monitor" unexpected argument
    
    root@(ve11a)(cfg-sync Changes Pending)(Active)(/Common)(tmos) list ltm monitor imap Exchange_2010_imap4_monitor
    ltm monitor imap Exchange_2010_imap4_monitor {
        debug no
        defaults-from imap
        destination *:*
        folder INBOX
        interval 10
        time-until-up 0
        timeout 31
    }
    
  • Hm that's not working either i'm afraid. Did i mention this is an external monitor?

     

     

    [root@wg-thei-lb01:Active] config tmsh list /ltm monitor imap Exchange_2010_imap4_monitor

     

    01020036:3: The requested monitor template (/Common/Exchange_2010_imap4_monitor) was not found.

     

     

    [root@wg-thei-lb01:Active] config tmsh list ltm monitor imap Exchange_2010_imap4_monitor

     

    01020036:3: The requested monitor template (/Common/Exchange_2010_imap4_monitor) was not found.

     

     

  • Did i mention this is an external monitor?so, what about "external" instead of "imap"?

    root@(ve11a)(cfg-sync Changes Pending)(Active)(/Common)(tmos) list ltm monitor external Exchange_2010_imap4_monitor
    ltm monitor external Exchange_2010_imap4_monitor {
        defaults-from external
        destination *:*
        interval 5
        time-until-up 0
        timeout 16
    }