Skip to content

Commit

Permalink
Add Freshservice integration with no assets (DataDog#18563)
Browse files Browse the repository at this point in the history
Co-authored-by: ravindrasojitra-crest <[email protected]>
  • Loading branch information
1 parent 69cffd9 commit 968a0fe
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
/contentful/manifest.json @DataDog/saas-integrations @DataDog/documentation
/contentful/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

/freshservice/ @DataDog/saas-integrations
/freshservice/*.md @DataDog/saas-integrations @DataDog/documentation
/freshservice/manifest.json @DataDog/saas-integrations @DataDog/documentation
/freshservice/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

/godaddy/ @DataDog/saas-integrations
/godaddy/*.md @DataDog/saas-integrations @DataDog/documentation
/godaddy/manifest.json @DataDog/saas-integrations @DataDog/documentation
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ integration/fly_io:
- fly_io/**/*
integration/foundationdb:
- foundationdb/**/*
integration/freshservice:
- freshservice/**/*
integration/gearmand:
- gearmand/**/*
integration/gitlab:
Expand Down
7 changes: 7 additions & 0 deletions freshservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - freshservice

## 1.0.0 / 2024-09-11

***Added***:

* Initial Release
43 changes: 43 additions & 0 deletions freshservice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Agent Check: freshservice

## Overview

This check monitors [freshservice][1].

## Setup

### Installation

The Freshservice check is included in the [Datadog Agent][2] package.
No additional installation is needed on your server.

### Configuration

!!! Add list of steps to set up this integration !!!

### Validation

!!! Add steps to validate integration is functioning as expected !!!

## Data Collected

### Metrics

Freshservice does not include any metrics.

### Service Checks

Freshservice does not include any service checks.

### Events

Freshservice does not include any events.

## Troubleshooting

Need help? Contact [Datadog support][3].

[1]: **LINK_TO_INTEGRATION_SITE**
[2]: https://app.datadoghq.com/account/settings/agent/latest
[3]: https://docs.datadoghq.com/help/

1 change: 1 addition & 0 deletions freshservice/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
41 changes: 41 additions & 0 deletions freshservice/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"manifest_version": "2.0.0",
"app_uuid": "44b2812e-fea7-4d6a-b0c1-b5e836627090",
"app_id": "freshservice",
"display_on_public_website": false,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Gain insights into Freshservice logs",
"title": "Freshservice",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Category::Security",
"Offering::Integration",
"Submitted Data Type::Logs"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 25506291,
"source_type_name": "Freshservice",
"events": {
"creates_events": false
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
}
},
"author": {
"support_email": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
},
"oauth": {}
}

0 comments on commit 968a0fe

Please sign in to comment.