Enable or disable monitoring alerts on hosts in SolarWinds.
Supports noop? true
Parameters
targets(Variant[String[1], Array[String[1]]])
— List of hostnames or IP addresses for targets in SolarWinds that will have monitoring alerts either enabled or disabled.
name_property(Optional[String[1]])
— Property to use when looking up an Orion.Node in SolarWinds from a Bolt::Target. By default we check to see if the node is an IP address, if it is then we use the 'IPAddress' property, otherwise we use 'DNS'. If you want to change what the 'other' property is when the node name isn't an IP address, then specify this property.
action(Enum['enable', 'disable'])
— Action to perform on monitored targets. 'enable' will enable monitoring alerts. 'disable' will disable monitoring alerts on targets.