This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Disable All Polling On A Node

I have some nodes that I need to manually update the status on via the API and don't want any polling active.  Is there any way to do this?  The max poll interval is about 9 hours so I can't just set it to some high number.  I set it to an external node and it just reverts if I change the status via the API.

Parents Reply Children
  • Set the status you'd like the node to have via a custom property. I'd recommend a pick list to ensure there's never an issue typos. Then configure an alert ot change the status of the node based upon the custom property value. E.G. 'f custom property 'mystatus' = 'down' then trigger alert action to change the status of the node to 'down'.