- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`Supported OS
Silverstripe CMS - Overview
Silverstripe CMS is an open-source platform for creating and managing websites and web applications. It offers an intuitive admin panel for easy content editing and customization without coding. Its flexible framework makes it ideal for both simple sites and complex projects.
The SilverStripe CMS integration collects metrics for files, pages, and failed login attempts, and sends them to Datadog for analysis and monitoring.
The Silverstripe CMS integration is included in the Datadog Agent package. No additional installation is necessary.
Parameter | Description |
---|---|
Database Type | The type of database server, either MySQL or PostgreSQL. |
Database Name | The name of the configured database. |
Database Username | The username used to connect to the database. |
Database Password | The password associated with the database user. |
Database Server IP | The IP address of the database server. |
Database Port | The Port Number of the database server. |
Copy the conf.yaml.example
file.
cp /etc/datadog-agent/conf.d/silverstripe_cms.d/conf.yaml.example /etc/datadog-agent/conf.d/silverstripe_cms.d/conf.yaml
Add this configuration block to your silverstripe_cms.d/conf.yaml
file to start collecting your metrics.
conf.yaml
file, reference the following example: init_config:
instances:
- SILVERSTRIPE_DATABASE_TYPE: PostgreSQL
SILVERSTRIPE_DATABASE_NAME: <DATABASE_NAME_1>
SILVERSTRIPE_DATABASE_SERVER_IP: <IPV4>
SILVERSTRIPE_DATABASE_PORT: <PORT_NUMBER>
SILVERSTRIPE_DATABASE_USERNAME: <USERNAME_1>
SILVERSTRIPE_DATABASE_PASSWORD: <PASSWORD_1>
min_collection_interval: 300
- SILVERSTRIPE_DATABASE_TYPE: MySQL
SILVERSTRIPE_DATABASE_NAME: <DATABASE_NAME_2>
SILVERSTRIPE_DATABASE_SERVER_IP: <IPV4>
SILVERSTRIPE_DATABASE_PORT: <PORT_NUMBER>
SILVERSTRIPE_DATABASE_USERNAME: <USERNAME_2>
SILVERSTRIPE_DATABASE_PASSWORD: <PASSWORD_2>
min_collection_interval: 300
Run the Agent’s status subcommand and look for silverstripe_cms
under the Checks section.
Alternatively, use the following command to obtain detailed information about the integration:
sudo datadog-agent check silverstripe_cms
The check returns OK if all the configurations are correct and the Agent is able to communicate with Silverstripe CMS.
The Silverstripe CMS integration does not include any logs.
The Silverstripe CMS integration collects and forwards the following metrics to Datadog.
silverstripe_cms.failed_login_count (gauge) | Number of Failed logins |
silverstripe_cms.files.count (gauge) | Number of Files/images available in CMS |
silverstripe_cms.files.public_count (gauge) | Number of files/images that can be accessed by anyone |
silverstripe_cms.files_live.count (gauge) | Number of files currently published |
silverstripe_cms.files_live.public_count (gauge) | Number of files published and accessible by anyone |
silverstripe_cms.pages.broken_content (gauge) | Number of pages that have broken content(link/file) |
silverstripe_cms.pages.broken_file_count (gauge) | Number of pages that have broken files |
silverstripe_cms.pages.broken_link_count (gauge) | Number of pages that have broken links |
silverstripe_cms.pages.count (gauge) | Number of pages available in CMS |
silverstripe_cms.pages_live.broken_content (gauge) | Number of published pages that have broken content(link/file) |
silverstripe_cms.pages_live.broken_file_count (gauge) | Number of published pages with broken files |
silverstripe_cms.pages_live.broken_link_count (gauge) | Number of published pages with broken links |
silverstripe_cms.pages_live.count (gauge) | Number of published pages |
silverstripe_cms.pages_live.deleted_count (gauge) | Number of pages/versions deleted |
The Silverstripe CMS includes service checks that are listed in the service_checks.json file.
Silverstripe.CMS.silverstripe_cms_authentication
triggered for authentication of the provided parameters.For integrations running on the Agent:
datadog-agent integration remove
command. For more information, see Integration management.For further assistance, contact Datadog support.
Silverstripe CMS - Overview