disable_test
Disables monitoring of a Services test.
Format
emcli disable_test
      -name=<target_name>
      -type=<target_type>
      -testname=<test_name>
      -testtype=<test_type>Options
- 
                        name Service target name. 
- 
                        type Service target type. 
- 
                        testname Test name. 
- 
                        testtype Test type. 
Examples
This example disables the HTTP test named MyTest for the generic_service target named MyTarget.
                  
emcli disable_test -name='MyTarget' -type='generic_service'
      -testname='MyTest' -testtype='HTTP'