Skip to content

Commit 7228b44

Browse files
committed
feat(all-the-rest.json): Add Debian 13 Service Set
1 parent b61d159 commit 7228b44

File tree

2 files changed

+292
-1
lines changed

2 files changed

+292
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Monitoring Plugins:
2323
* valkey-status: support user and password credentials, fix tls connection [PR #954](https://github.com/Linuxfabrik/monitoring-plugins/pull/954), thanks to [Claudio Kuenzler](https://github.com/Napsty)
2424

2525

26+
Icinga Director:
27+
28+
* Add Debian 13 Service Set
29+
30+
2631
### Fixed ("fix")
2732

2833
Grafana:

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

Lines changed: 287 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,12 @@
885885
"entry_value": "OS - Debian 12 (Cloud Image)",
886886
"format": "string"
887887
},
888+
{
889+
"allowed_roles": null,
890+
"entry_name": "debian13",
891+
"entry_value": "OS - Debian 13",
892+
"format": "string"
893+
},
888894
{
889895
"allowed_roles": null,
890896
"entry_name": "dhcp-client",
@@ -3278,7 +3284,7 @@
32783284
"uuid": "c3f9809f-19ba-4ff9-a3c1-8c2c0b73763e"
32793285
},
32803286
"Apache apache2 Service Set (Debian 11+)": {
3281-
"assign_filter": "\"apache-httpd\"=host.vars.tags&(\"debian11\"=host.vars.tags|\"debian12\"=host.vars.tags)",
3287+
"assign_filter": "\"apache-httpd\"=host.vars.tags&(\"debian11\"=host.vars.tags|\"debian12\"=host.vars.tags|\"debian12cloud\"=host.vars.tags|\"debian13\"=host.vars.tags)",
32823288
"description": null,
32833289
"object_name": "Apache apache2 Service Set (Debian 11+)",
32843290
"object_type": "template",
@@ -23922,6 +23928,286 @@
2392223928
},
2392323929
"uuid": "2ecebef6-09d0-49e6-b6bb-5559f6111e50"
2392423930
},
23931+
"OS - Debian 13 Basic Service Set": {
23932+
"assign_filter": "\"debian13\"=host.vars.tags",
23933+
"object_name": "OS - Debian 13 Basic Service Set",
23934+
"object_type": "template",
23935+
"services": [
23936+
{
23937+
"fields": [],
23938+
"imports": [
23939+
"tpl-service-about-me"
23940+
],
23941+
"object_name": "About me",
23942+
"object_type": "object",
23943+
"uuid": "92236e6e-ab52-4b62-a452-573ad1bc8deb"
23944+
},
23945+
{
23946+
"fields": [],
23947+
"imports": [
23948+
"tpl-service-cpu-usage"
23949+
],
23950+
"object_name": "CPU Usage",
23951+
"object_type": "object",
23952+
"uuid": "e35f1c7c-1f15-4a52-81b2-fda4b7e8b7f4"
23953+
},
23954+
{
23955+
"fields": [],
23956+
"imports": [
23957+
"tpl-service-dns"
23958+
],
23959+
"object_name": "DNS",
23960+
"object_type": "object",
23961+
"uuid": "aa1c3cbe-3017-484e-ae4a-fb5dd3e62a1f",
23962+
"vars": {
23963+
"dns_hostname": "$host.name$"
23964+
}
23965+
},
23966+
{
23967+
"fields": [],
23968+
"imports": [
23969+
"tpl-service-deb-lastactivity"
23970+
],
23971+
"object_name": "Deb Last Activity",
23972+
"object_type": "object",
23973+
"uuid": "0faf84e9-291b-40c6-b946-74cfc08a235f"
23974+
},
23975+
{
23976+
"fields": [],
23977+
"imports": [
23978+
"tpl-service-deb-updates"
23979+
],
23980+
"object_name": "Deb Updates",
23981+
"object_type": "object",
23982+
"uuid": "f503c364-3ef6-4b84-b62b-0103917b6449"
23983+
},
23984+
{
23985+
"fields": [],
23986+
"imports": [
23987+
"tpl-service-disk-io"
23988+
],
23989+
"object_name": "Disk I/O",
23990+
"object_type": "object",
23991+
"uuid": "ea2da3cf-b7c1-46d8-a215-7038f916d2eb"
23992+
},
23993+
{
23994+
"fields": [],
23995+
"imports": [
23996+
"tpl-service-disk-usage"
23997+
],
23998+
"object_name": "Disk Usage",
23999+
"object_type": "object",
24000+
"uuid": "da7e4be7-117e-4e80-8a33-dbe047f0b25d"
24001+
},
24002+
{
24003+
"fields": [],
24004+
"imports": [
24005+
"tpl-service-fs-inodes"
24006+
],
24007+
"object_name": "FS Inodes",
24008+
"object_type": "object",
24009+
"uuid": "d8e7e2eb-90c6-4aed-a33e-5e878ade8421"
24010+
},
24011+
{
24012+
"fields": [],
24013+
"imports": [
24014+
"tpl-service-fs-ro"
24015+
],
24016+
"object_name": "FS RO",
24017+
"object_type": "object",
24018+
"uuid": "72c2d25b-a23b-4c37-ad41-d7e690840a60"
24019+
},
24020+
{
24021+
"fields": [],
24022+
"imports": [
24023+
"tpl-service-file-descriptors"
24024+
],
24025+
"object_name": "File Descriptors",
24026+
"object_type": "object",
24027+
"uuid": "e120d7b7-fa41-4346-8de7-c0aaff679aea"
24028+
},
24029+
{
24030+
"fields": [],
24031+
"imports": [
24032+
"tpl-service-file-ownership"
24033+
],
24034+
"object_name": "File Ownership",
24035+
"object_type": "object",
24036+
"uuid": "4b48f692-8562-4b70-ac83-53d25e5234d6",
24037+
"vars": {
24038+
"file_ownership_filename": [
24039+
"root:shadow,/etc/gshadow",
24040+
"root:shadow,/etc/shadow"
24041+
]
24042+
}
24043+
},
24044+
{
24045+
"fields": [],
24046+
"imports": [
24047+
"tpl-service-icinga"
24048+
],
24049+
"object_name": "Icinga",
24050+
"object_type": "object",
24051+
"uuid": "5384f752-2848-46e2-b94e-24a8e4f9c252"
24052+
},
24053+
{
24054+
"fields": [],
24055+
"imports": [
24056+
"tpl-service-journald-usage"
24057+
],
24058+
"object_name": "Journald Usage",
24059+
"object_type": "object",
24060+
"uuid": "7d9b84b6-ea6c-4ae5-81b6-0d4f3576e868"
24061+
},
24062+
{
24063+
"check_command": "cmd-check-dmesg-sudo",
24064+
"fields": [],
24065+
"imports": [
24066+
"tpl-service-dmesg"
24067+
],
24068+
"object_name": "Kernel Ring Buffer (dmesg)",
24069+
"object_type": "object",
24070+
"uuid": "6994c874-e46e-4579-a156-df6b87e24ae1"
24071+
},
24072+
{
24073+
"fields": [],
24074+
"imports": [
24075+
"tpl-service-load"
24076+
],
24077+
"object_name": "Load",
24078+
"object_type": "object",
24079+
"uuid": "b9260eb5-db19-4597-bf2f-2c0c94fa6a20"
24080+
},
24081+
{
24082+
"fields": [],
24083+
"imports": [
24084+
"tpl-service-memory-usage"
24085+
],
24086+
"object_name": "Memory Usage",
24087+
"object_type": "object",
24088+
"uuid": "b627d7cb-b056-4fed-8cce-0b0f57005d5f"
24089+
},
24090+
{
24091+
"fields": [],
24092+
"imports": [
24093+
"tpl-service-network-connections"
24094+
],
24095+
"object_name": "Network Connections",
24096+
"object_type": "object",
24097+
"uuid": "a812bf63-7a22-41cc-a9b2-9aa38b2373be"
24098+
},
24099+
{
24100+
"fields": [],
24101+
"imports": [
24102+
"tpl-service-network-io"
24103+
],
24104+
"object_name": "Network I/O",
24105+
"object_type": "object",
24106+
"uuid": "02736c4d-830c-4af3-9734-3a146f3147ea"
24107+
},
24108+
{
24109+
"fields": [],
24110+
"imports": [
24111+
"tpl-service-procs"
24112+
],
24113+
"object_name": "Procs",
24114+
"object_type": "object",
24115+
"uuid": "7440f6c3-1507-44dc-9a69-244a9f5ad174"
24116+
},
24117+
{
24118+
"fields": [],
24119+
"imports": [
24120+
"tpl-service-swap-usage"
24121+
],
24122+
"object_name": "Swap Usage",
24123+
"object_type": "object",
24124+
"uuid": "b81d9f76-c7df-4782-82ab-1e2031dbbb75"
24125+
},
24126+
{
24127+
"fields": [],
24128+
"imports": [
24129+
"tpl-service-systemd-unit"
24130+
],
24131+
"object_name": "Systemd Unit - cron.service",
24132+
"object_type": "object",
24133+
"uuid": "3233567a-eb70-4eb9-9234-6ac4e27a4ce4",
24134+
"vars": {
24135+
"systemd_unit_unit": "cron.service"
24136+
}
24137+
},
24138+
{
24139+
"fields": [],
24140+
"imports": [
24141+
"tpl-service-systemd-unit"
24142+
],
24143+
"object_name": "Systemd Unit - networking.service",
24144+
"object_type": "object",
24145+
"uuid": "3ff2596f-6cc8-445a-9cba-96111d5a5679",
24146+
"vars": {
24147+
"systemd_unit_substate": [
24148+
"exited"
24149+
],
24150+
"systemd_unit_unit": "networking.service"
24151+
}
24152+
},
24153+
{
24154+
"fields": [],
24155+
"imports": [
24156+
"tpl-service-systemd-unit"
24157+
],
24158+
"object_name": "Systemd Unit - ssh.service",
24159+
"object_type": "object",
24160+
"uuid": "899f3c01-c3c3-41d7-bff8-1269ab7ddfe4",
24161+
"vars": {
24162+
"systemd_unit_unit": "ssh.service"
24163+
}
24164+
},
24165+
{
24166+
"fields": [],
24167+
"imports": [
24168+
"tpl-service-systemd-unit"
24169+
],
24170+
"object_name": "Systemd Unit - systemd-journald.service",
24171+
"object_type": "object",
24172+
"uuid": "7b9249f2-c8a8-4589-9aba-c4939e4ea537",
24173+
"vars": {
24174+
"systemd_unit_unit": "systemd-journald.service",
24175+
"systemd_unit_unitfilestate": "static"
24176+
}
24177+
},
24178+
{
24179+
"fields": [],
24180+
"imports": [
24181+
"tpl-service-systemd-units-failed"
24182+
],
24183+
"object_name": "Systemd Units Failed",
24184+
"object_type": "object",
24185+
"uuid": "68776e21-d39f-4f4c-a904-e4c2a9709093",
24186+
"vars": {
24187+
"systemd_units_failed_ignore": "session-c*.scope"
24188+
}
24189+
},
24190+
{
24191+
"fields": [],
24192+
"imports": [
24193+
"tpl-service-uptime"
24194+
],
24195+
"object_name": "Uptime",
24196+
"object_type": "object",
24197+
"uuid": "e762f0a4-fd34-48d1-aab9-8cba8bc03502"
24198+
},
24199+
{
24200+
"fields": [],
24201+
"imports": [
24202+
"tpl-service-users"
24203+
],
24204+
"object_name": "Users",
24205+
"object_type": "object",
24206+
"uuid": "463d65a4-92db-49e3-a9f5-d4f752f184e8"
24207+
}
24208+
],
24209+
"uuid": "4f2e5878-c374-4037-b878-eb98dfc010dc"
24210+
}
2392524211
"OS - Fedora Basic Service Set": {
2392624212
"assign_filter": "\"fedora\"=host.vars.tags",
2392724213
"description": null,

0 commit comments

Comments
 (0)