Index (s)
»
Puppet Tasks
»
silenced
Puppet Task: silenced
Defined in:
tasks/silenced.json,
tasks/silenced.rb
Overview
Manage Sensu Go silencings
Supports noop?
false
Parameters
action
(Enum[create,update,delete])
— The action to perform
subscription
(Optional[String[1]])
— The subscription to silence
check
(Optional[String[1]])
— The check to silence
namespace
(Optional[String[1]])
— The namespace for silenced resources
begin
(Optional[Integer])
— Time at which silence entry goes into effect, in epoch.
expire
(Optional[Integer])
— Number of seconds until this entry should be deleted.
expire_on_resolve
(Optional[Boolean])
— If the entry should be deleted when a check begins return OK status (resolves).
creator
(Optional[String])
— Person/application/entity responsible for creating the entry.
reason
(Optional[String])
— Explanation for the creation of this entry.