Skip to content

Commit ddff9f4

Browse files
committed
feat: add sprint-boot-actuator-health
1 parent 4d3de32 commit ddff9f4

File tree

19 files changed

+905
-614
lines changed

19 files changed

+905
-614
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1111

1212
Monitoring Plugins:
1313

14+
* sprint-boot-actuator-health: derived from [PR #940](https://github.com/Linuxfabrik/monitoring-plugins/pull/940), thanks to [Dominik Riva](https://github.com/slalomsk8er) - a monitoring plugin for the Spring Boot Actuator `/health` endpoint
1415
* virustotal-scan-url: analyses URLs to detect malware and other breaches using VirusTotal
1516

1617

assets/icingaweb2-module-director/all-the-rest.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,6 +1461,12 @@
14611461
"entry_value": "Splunk",
14621462
"format": "string"
14631463
},
1464+
{
1465+
"allowed_roles": null,
1466+
"entry_name": "spring-boot-actuator-health",
1467+
"entry_value": "Spring Boot Actuator Health",
1468+
"format": "string"
1469+
},
14641470
{
14651471
"allowed_roles": null,
14661472
"entry_name": "starface",
@@ -41531,6 +41537,58 @@
4153141537
},
4153241538
"uuid": "640f8dfe-8312-4c3c-94e6-95f2b3f11516"
4153341539
},
41540+
"Spring Boot Actuator Health Service Set": {
41541+
"assign_filter": "\"spring-boot-actuator-health\"=host.vars.tags",
41542+
"description": null,
41543+
"object_name": "Spring Boot Actuator Health Service Set",
41544+
"object_type": "template",
41545+
"services": {
41546+
"Spring Boot Actuator Health": {
41547+
"action_url": null,
41548+
"apply_for": null,
41549+
"assign_filter": null,
41550+
"check_command": null,
41551+
"check_interval": null,
41552+
"check_period": null,
41553+
"check_timeout": null,
41554+
"command_endpoint": null,
41555+
"disabled": false,
41556+
"display_name": null,
41557+
"enable_active_checks": null,
41558+
"enable_event_handler": null,
41559+
"enable_flapping": null,
41560+
"enable_notifications": null,
41561+
"enable_passive_checks": null,
41562+
"enable_perfdata": null,
41563+
"event_command": null,
41564+
"fields": [],
41565+
"flapping_threshold_high": null,
41566+
"flapping_threshold_low": null,
41567+
"groups": [],
41568+
"host": null,
41569+
"icon_image": null,
41570+
"icon_image_alt": null,
41571+
"imports": [
41572+
"tpl-service-spring-boot-actuator-health"
41573+
],
41574+
"max_check_attempts": null,
41575+
"notes": null,
41576+
"notes_url": null,
41577+
"object_name": "Spring Boot Actuator Health",
41578+
"object_type": "object",
41579+
"retry_interval": null,
41580+
"service_set": null,
41581+
"template_choice": null,
41582+
"use_agent": null,
41583+
"use_var_overrides": null,
41584+
"uuid": "705d3446-4f9b-4427-9081-22c8ed791a46",
41585+
"vars": {},
41586+
"volatile": null,
41587+
"zone": null
41588+
}
41589+
},
41590+
"uuid": "1bf3f816-ada5-4905-9b4a-1f9420712116"
41591+
},
4153441592
"Starface PBX Service Set": {
4153541593
"assign_filter": "\"starface\"=host.vars.tags",
4153641594
"description": null,

check-plugins/better-ehr-health/README.md

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)