Module for working with the Zenoss API
New in version 2016.3.0.
depends: |
requests |
---|---|
configuration: |
This module requires a 'zenoss' entry in the master/minion config. For example: zenoss:
hostname: https://zenoss.example.com
username: admin
password: admin123
|
A function to connect to a zenoss server and add a new device entry.
Parameters: |
|
---|
Check to see if a device already exists in Zenoss.
Parameters: | device -- (Optional) Will use the grain 'fqdn' by default |
---|
Find a device in Zenoss. If device not found, returns None.
Parameters: | device -- (Optional) Will use the grain 'fqdn' by default |
---|
A function to set the prod_state in zenoss.
Parameters: |
|
---|
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.zenoss.html