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
| { | |
| "zabbix_export": { | |
| "version": "7.0", | |
| "template_groups": [ | |
| { | |
| "uuid": "a571c0d144b14fd4a87a9d9b2aa9fcd6", | |
| "name": "Templates/Applications" | |
| } | |
| ], | |
| "templates": [ |
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
| { | |
| "total": 38, | |
| "metrics": [ | |
| { | |
| "full_name": "org.graylog2.buffers.processors.OutputBufferProcessor.1.executor-service.tasks.completed", | |
| "metric": { | |
| "value": 147408428 | |
| }, | |
| "name": "completed", | |
| "type": "gauge" |
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
| { | |
| "zabbix_export": { | |
| "version": "7.0", | |
| "template_groups": [ | |
| { | |
| "uuid": "a571c0d144b14fd4a87a9d9b2aa9fcd6", | |
| "name": "Templates/Applications" | |
| } | |
| ], | |
| "templates": [ |
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
| { | |
| "zabbix_export": { | |
| "version": "7.0", | |
| "template_groups": [ | |
| { | |
| "uuid": "a571c0d144b14fd4a87a9d9b2aa9fcd6", | |
| "name": "Templates/Applications" | |
| } | |
| ], | |
| "host_groups": [ |
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
| zabbix_export: | |
| version: '6.4' | |
| template_groups: | |
| - uuid: a571c0d144b14fd4a87a9d9b2aa9fcd6 | |
| name: Templates/Applications | |
| templates: | |
| - uuid: 11f833e81adb4040b367a55d5cef4019 | |
| template: 'pi-hole stats' | |
| name: 'pi-hole stats' | |
| description: 'Gather pi-hole stats' |
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
| { | |
| "v": 1, | |
| "id": "55e40bda-92c9-4094-b028-506d3c63ef36", | |
| "rev": 1, | |
| "name": "pihole", | |
| "summary": "This content pack shows data from pi-hole", | |
| "description": "This content pack expects data formed from an extraction script run on the pi-hole host.\n", | |
| "vendor": "johnstephenwheeler@gmail.com", | |
| "url": "", | |
| "parameters": [], |
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
| zabbix_export: | |
| version: '6.4' | |
| template_groups: | |
| - uuid: e960332b3f6c46a1956486d4f3f99fce | |
| name: 'Templates/Server hardware' | |
| templates: | |
| - uuid: ba541537a40f46eab3d292300ad4f062 | |
| template: 'QNAP SMART discovery' | |
| name: 'QNAP SMART discovery' | |
| description: 'QNAP SMART attributes' |
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
| #!/bin/zsh | |
| # Automated User Data Backup Script for BorgBackup | |
| PATH=$PATH:/usr/local/bin | |
| BORG=/usr/local/bin/borg | |
| ZSENDER=/usr/local/bin/zabbix_sender | |
| JQ=/usr/local/bin/jq | |
| HOST=$(hostname -s) | |
| # Send all output to Graylog | |
| # https://tldp.org/LDP/abs/html/process-sub.html |
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
| { | |
| "zabbix_export": { | |
| "version": "6.4", | |
| "template_groups": [ | |
| { | |
| "uuid": "7df96b18c230490a9a0a9e2307226338", | |
| "name": "Templates" | |
| } | |
| ], | |
| "templates": [ |
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
| @startuml | |
| state seachForJiraIssue:Search for Jira issue \nby AWS finding ID | |
| state createOrUpdateJiraIssue <<choice>> | |
| state SetJiraKeyFromSearch: Use the search response\nto set the Jira issue key | |
| state createJiraIssue:Create Jira issue from finding | |
| state SetJiraKeyFromCreate: Use the create response\nto set the Jira issue key | |
| state moreThanOneJiraIssue: Fail State\nfinding ID's should be unique | |
| state transitionJiraIssue: Reopen issue before update | |
| state updateJiraIssue: Update Jira Issue | |
| state closeJiraIssueCNR: Close Jira Issue\nCannot Reproduce |
NewerOlder