File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -360,6 +360,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
360360/postmark /manifest.json @ DataDog/saas-integrations @ DataDog/documentation
361361/postmark /assets /logs / @ DataDog/saas-integrations @ DataDog/documentation @ DataDog/logs-backend
362362
363+ /proofpoint_on_demand / @ DataDog/saas-integrations
364+ /proofpoint_on_demand /* .md @ DataDog/saas-integrations @ DataDog/documentation
365+ /proofpoint_on_demand /manifest.json @ DataDog/saas-integrations @ DataDog/documentation
366+ /proofpoint_on_demand /assets /logs / @ DataDog/saas-integrations @ DataDog/documentation @ DataDog/logs-backend
367+
363368/sanity / @ DataDog/saas-integrations
364369/sanity /* .md @ DataDog/saas-integrations @ DataDog/documentation
365370/sanity /manifest.json @ DataDog/saas-integrations @ DataDog/documentation
Original file line number Diff line number Diff line change @@ -527,6 +527,8 @@ integration/process:
527527- process/**/*
528528integration/prometheus :
529529- prometheus/**/*
530+ integration/proofpoint_on_demand :
531+ - proofpoint_on_demand/**/*
530532integration/proxmox :
531533- proxmox/**/*
532534integration/proxysql :
Original file line number Diff line number Diff line change 1+ # CHANGELOG - proofpoint_on_demand
2+
3+ ## 1.0.0 / 2025-07-01
4+
5+ *** Added*** :
6+
7+ * Initial Release
Original file line number Diff line number Diff line change 1+ # Agent Check: proofpoint_on_demand
2+
3+ ## Overview
4+
5+ This check monitors [ proofpoint_on_demand] [ 1 ] .
6+
7+ ## Setup
8+
9+ ### Installation
10+
11+ The Proofpoint On-Demand check is included in the [ Datadog Agent] [ 2 ] package.
12+ No additional installation is needed on your server.
13+
14+ ### Configuration
15+
16+ !!! Add list of steps to set up this integration !!!
17+
18+ ### Validation
19+
20+ !!! Add steps to validate integration is functioning as expected !!!
21+
22+ ## Data Collected
23+
24+ ### Metrics
25+
26+ Proofpoint On-Demand does not include any metrics.
27+
28+ ### Events
29+
30+ Proofpoint On-Demand does not include any events.
31+
32+ ## Troubleshooting
33+
34+ Need help? Contact [ Datadog support] [ 3 ] .
35+
36+ [ 1 ] : **LINK_TO_INTEGRATION_SITE**
37+ [ 2 ] : https://app.datadoghq.com/account/settings/agent/latest
38+ [ 3 ] : https://docs.datadoghq.com/help/
39+
Original file line number Diff line number Diff line change 1+ {
2+ "manifest_version" : " 2.0.0" ,
3+ "app_uuid" : " 1cef2070-562b-4d59-b035-ea26d6a2cd75" ,
4+ "app_id" : " proofpoint-on-demand" ,
5+ "display_on_public_website" : false ,
6+ "tile" : {
7+ "overview" : " README.md#Overview" ,
8+ "configuration" : " README.md#Setup" ,
9+ "support" : " README.md#Support" ,
10+ "changelog" : " CHANGELOG.md" ,
11+ "description" : " Gain insights into Proofpoint On-Demand message logs" ,
12+ "title" : " Proofpoint On-Demand Email Security" ,
13+ "media" : [],
14+ "classifier_tags" : [
15+ " Category::Log Collection" ,
16+ " Category::Security" ,
17+ " Offering::Integration" ,
18+ " Submitted Data Type::Logs"
19+ ]
20+ },
21+ "assets" : {
22+ "integration" : {
23+ "auto_install" : false ,
24+ "source_type_id" : 49112871 ,
25+ "source_type_name" : " Proofpoint On-Demand Email Security" ,
26+ "events" : {
27+ "creates_events" : false
28+ }
29+ }
30+
31+ },
32+ "author" : {
33+ "support_email" : " help@datadoghq.com" ,
34+ "name" : " Datadog" ,
35+ "homepage" : " https://www.datadoghq.com" ,
36+ "sales_email" : " info@datadoghq.com"
37+ }
38+ }
You can’t perform that action at this time.
0 commit comments