|
|
|
@ -56,7 +56,7 @@ options:
|
|
|
|
- Port address part of the IP/port definition. If this parameter is not
|
|
|
|
- Port address part of the IP/port definition. If this parameter is not
|
|
|
|
provided when creating a new monitor, then the default value will be
|
|
|
|
provided when creating a new monitor, then the default value will be
|
|
|
|
'*'. Note that if specifying an IP address, a value between 1 and 65535
|
|
|
|
'*'. Note that if specifying an IP address, a value between 1 and 65535
|
|
|
|
must be specified
|
|
|
|
must be specified.
|
|
|
|
interval:
|
|
|
|
interval:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- The interval specifying how frequently the monitor instance of this
|
|
|
|
- The interval specifying how frequently the monitor instance of this
|
|
|
|
@ -667,7 +667,7 @@ class ArgumentSpec(object):
|
|
|
|
receive=dict(),
|
|
|
|
receive=dict(),
|
|
|
|
receive_disable=dict(required=False),
|
|
|
|
receive_disable=dict(required=False),
|
|
|
|
ip=dict(),
|
|
|
|
ip=dict(),
|
|
|
|
port=dict(type='int'),
|
|
|
|
port=dict(),
|
|
|
|
interval=dict(type='int'),
|
|
|
|
interval=dict(type='int'),
|
|
|
|
timeout=dict(type='int'),
|
|
|
|
timeout=dict(type='int'),
|
|
|
|
time_until_up=dict(type='int'),
|
|
|
|
time_until_up=dict(type='int'),
|
|
|
|
|