Class: Ansible::Ruby::Modules::Monit
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Monit
- Defined in:
- lib/ansible/ruby/modules/generated/extras/monitoring/monit.rb
Instance Method Summary collapse
-
#name ⇒ String
The name of the I(monit) program/process to manage.
-
#state ⇒ :present, ...
The state of service.
-
#timeout ⇒ Integer?
If there are pending actions for the service monitored by monit, then Ansible will check for up to this many seconds to verify the the requested action has been performed.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#name ⇒ String
Returns The name of the I(monit) program/process to manage.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/monit.rb', line 10 attribute :name |
#state ⇒ :present, ...
Returns The state of service.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/monit.rb', line 14 attribute :state |
#timeout ⇒ Integer?
Returns If there are pending actions for the service monitored by monit, then Ansible will check for up to this many seconds to verify the the requested action has been performed. Ansible will sleep for five seconds between each check.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/monit.rb', line 18 attribute :timeout |