This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from checks import AgentCheck | |
import os | |
''' | |
This is for demostration purposes only and not recommended for production use. | |
Because of the nature of ping, it could result in a very long running check if there are excessive timeouts. | |
Long running checks could potentially result in other metrics and checks being skipped. | |
Example conf.yaml: |