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
| init_config: | |
| instances: | |
| - name: explorer | |
| search_string: ['explorer.exe'] |
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
| { | |
| "requests": [ | |
| { | |
| "q": "avg:system.cpu.system{*}.rollup(avg,2592000)", | |
| "type": "bars" | |
| } | |
| ], | |
| "viz": "timeseries", | |
| "markers": [] | |
| } |
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
| { | |
| "requests": [ | |
| { | |
| "q": "abs(avg:ntp.offset{service:myname} by {host})", | |
| "type": "area" | |
| } | |
| ], | |
| "viz": "timeseries", | |
| "markers": [] | |
| } |
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
| { | |
| "viz": "timeseries", | |
| "requests": [ | |
| { | |
| "q": "avg:system.cpu.idle{host:XYZ} , avg:system.cpu.system{host:XYZ} , avg:system.cpu.iowait{host:XYZ} , avg:system.cpu.user{host:XYZ} , avg:system.cpu.stolen{host:XYZ}" | |
| } | |
| ], | |
| "markers": [] | |
| } |
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
| /var/log/supervisor/datadog-supervisord.log | |
| /var/log/datadog/collector.log | |
| /var/log/datadog/dogstatsd.log | |
| /var/log/datadog/forwarder.log/var/log/supervisor/datadog-supervisord.log | |
| /var/log/datadog/collector.log | |
| /var/log/datadog/dogstatsd.log | |
| /var/log/datadog/forwarder.log | |
| sudo /etc/init.d/datadog-agent info -v |
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
| Your request ({{ticket.id}}) has been updated. To add additional comments, reply to this email. | |
| {{ticket.latest_comment_formatted}} |
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
| init_config: | |
| instances: | |
| - name: datadogproc | |
| search_string: ['ddagent.exe'] |
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
| { | |
| "requests": [ | |
| { | |
| "q": "avg:system.cpu.system{*}", | |
| "type": "line" | |
| }, | |
| { | |
| "q": "hour_before(avg:system.cpu.system{*})", | |
| "type": "line" | |
| } |
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
| Linux OID's (these tend to work for network devices like F5 too) | |
| CPU Statistics | |
| 1 minute Load: .1.3.6.1.4.1.2021.10.1.3.1 | |
| 5 minute Load: .1.3.6.1.4.1.2021.10.1.3.2 | |
| 15 minute Load: .1.3.6.1.4.1.2021.10.1.3.3 | |
| CPU | |
| percentage of user CPU time: .1.3.6.1.4.1.2021.11.9.0 |
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
| { | |
| "requests": [ | |
| { | |
| "q": "sum:system.cpu.idle{*} / avg:system.cpu.idle{*}", | |
| "type": "line" | |
| } | |
| ], | |
| "viz": "timeseries" | |
| } |