Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emnavarro02/zabbix-script-n2ws-monitoring
Creates Zabbix monitoring items to get alerts from N2WS's CPM Backup thorugh API calls
https://github.com/emnavarro02/zabbix-script-n2ws-monitoring
cpm n2ws yml zabbix zabbix-templates
Last synced: 28 days ago
JSON representation
Creates Zabbix monitoring items to get alerts from N2WS's CPM Backup thorugh API calls
- Host: GitHub
- URL: https://github.com/emnavarro02/zabbix-script-n2ws-monitoring
- Owner: emnavarro02
- Created: 2023-02-02T10:49:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T12:39:35.000Z (over 1 year ago)
- Last Synced: 2024-10-02T06:02:29.814Z (about 1 month ago)
- Topics: cpm, n2ws, yml, zabbix, zabbix-templates
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Zabbix Template: N2WS CPM Backup alerts monitoring
## Overview
This template creates new Zabbix items to get alerts from N2WS's CPM Backup thorugh its API.
Tested on:
* Zabbix 6.2## Setup
See [Zabbix template operation](https://www.zabbix.com/documentation/6.2/manual/config/templates_out_of_the_box/http) for basic instructions.Before using the template, you need to obtain a N2WS's CPM Backup API key. To do so, refer to the [N2WS Backup API documentation](https://support.n2ws.com/portal/en/kb/articles/cpm-restful-api-guide).
## Zabbix configuration
No specific Zabbix configuration is required.### Macros used
| Name | Description | Default |
|------------|------------------------------|-----------|
| {$API_KEY} | The CPM Backup API key. | `` |
| {$CPM_URL} | The CPM Backup endpoint URL. | `` |### Template links
There are no template links in this template.### Discovery rules
There are no discovery rules in this template.### Items collected
| Name | Description | Type | Key and additional info |
|---------------------------|---------------------------------------------------|--------|-------------------------|
| Number of errors in CPM | Retrieve the number of error alerts in CPM API | Script | cpm.errors |
| Number of warnings in CPM | Retrieve the number of warining alerts in CPM API | Script | cpm.warning |
| Number of informations in CPM | Retrieve the number of information notifications in CPM API | Script | cpm.info |### Triggers
There are no triggers in this template.## Feedback
Please report any issues with the template at https://github.com/emnavarro02/zabbix-script-n2ws-monitoring/issues.You can also provide feedback, discuss the template or ask for help with it at ZABBIX forums.