Skip to content

Commit

Permalink
all-the-rest.json: Check /var/log/syslog file size instead /var/log/m…
Browse files Browse the repository at this point in the history
…essages in all Debian Service Sets
  • Loading branch information
markuslf committed Aug 29, 2024
1 parent 07fb860 commit 5594180
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Monitoring Plugins:
Icinga Director:

* all-the-rest.json: Make all dmesg Service Sets use sudo
* all-the-rest.json: Check /var/log/syslog file size instead /var/log/messages in all Debian Service Sets


Monitoring Plugins:
Expand Down
40 changes: 20 additions & 20 deletions assets/icingaweb2-module-director/all-the-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17780,7 +17780,7 @@
"volatile": null,
"zone": null
},
"File Size - /var/log/messages": {
"File Size - /var/log/syslog": {
"action_url": null,
"apply_for": null,
"assign_filter": null,
Expand Down Expand Up @@ -17811,16 +17811,16 @@
"max_check_attempts": null,
"notes": null,
"notes_url": null,
"object_name": "File Size - /var/log/messages",
"object_name": "File Size - /var/log/syslog",
"object_type": "object",
"retry_interval": null,
"service_set": null,
"template_choice": null,
"use_agent": null,
"use_var_overrides": null,
"uuid": "f950866e-1a91-49d0-8f2e-ee8b52b1a5d6",
"uuid": "77aafd45-765e-4714-962e-5198b33855d2",
"vars": {
"file_size_filename": "/var/log/messages"
"file_size_filename": "/var/log/syslog"
},
"volatile": null,
"zone": null
Expand Down Expand Up @@ -18842,7 +18842,7 @@
"volatile": null,
"zone": null
},
"File Size - /var/log/messages": {
"File Size - /var/log/syslog": {
"action_url": null,
"apply_for": null,
"assign_filter": null,
Expand Down Expand Up @@ -18873,16 +18873,16 @@
"max_check_attempts": null,
"notes": null,
"notes_url": null,
"object_name": "File Size - /var/log/messages",
"object_name": "File Size - /var/log/syslog",
"object_type": "object",
"retry_interval": null,
"service_set": null,
"template_choice": null,
"use_agent": null,
"use_var_overrides": null,
"uuid": "85f7de83-484b-4fe4-8f40-7a9a8671d774",
"uuid": "a6263b69-1b03-4945-a6bc-2e7a4e2251b9",
"vars": {
"file_size_filename": "/var/log/messages"
"file_size_filename": "/var/log/syslog"
},
"volatile": null,
"zone": null
Expand Down Expand Up @@ -19994,7 +19994,7 @@
"volatile": null,
"zone": null
},
"File Size - /var/log/messages": {
"File Size - /var/log/syslog": {
"action_url": null,
"apply_for": null,
"assign_filter": null,
Expand Down Expand Up @@ -20025,16 +20025,16 @@
"max_check_attempts": null,
"notes": null,
"notes_url": null,
"object_name": "File Size - /var/log/messages",
"object_name": "File Size - /var/log/syslog",
"object_type": "object",
"retry_interval": null,
"service_set": null,
"template_choice": null,
"use_agent": null,
"use_var_overrides": null,
"uuid": "a3619912-b261-4003-a241-84c152ddc107",
"uuid": "258b7c98-0cb1-4dfe-b6e0-8fb983a682d3",
"vars": {
"file_size_filename": "/var/log/messages",
"file_size_filename": "/var/log/syslog",
"file_size_warning": "100M"
},
"volatile": null,
Expand Down Expand Up @@ -21147,7 +21147,7 @@
"volatile": null,
"zone": null
},
"File Size - /var/log/messages": {
"File Size - /var/log/syslog": {
"action_url": null,
"apply_for": null,
"assign_filter": null,
Expand Down Expand Up @@ -21178,16 +21178,16 @@
"max_check_attempts": null,
"notes": null,
"notes_url": null,
"object_name": "File Size - /var/log/messages",
"object_name": "File Size - /var/log/syslog",
"object_type": "object",
"retry_interval": null,
"service_set": null,
"template_choice": null,
"use_agent": null,
"use_var_overrides": null,
"uuid": "c342a7dc-14e5-4c84-96ae-8c7dd61e574d",
"uuid": "e5eb1b06-9104-493b-8651-84c595ec6fdb",
"vars": {
"file_size_filename": "/var/log/messages",
"file_size_filename": "/var/log/syslog",
"file_size_warning": "100M"
},
"volatile": null,
Expand Down Expand Up @@ -22300,7 +22300,7 @@
"volatile": null,
"zone": null
},
"File Size - /var/log/messages": {
"File Size - /var/log/syslog": {
"action_url": null,
"apply_for": null,
"assign_filter": null,
Expand Down Expand Up @@ -22331,16 +22331,16 @@
"max_check_attempts": null,
"notes": null,
"notes_url": null,
"object_name": "File Size - /var/log/messages",
"object_name": "File Size - /var/log/syslog",
"object_type": "object",
"retry_interval": null,
"service_set": null,
"template_choice": null,
"use_agent": null,
"use_var_overrides": null,
"uuid": "e57adba8-add0-4784-a715-4b677a66ae29",
"uuid": "994ed5f6-80df-4ae3-9149-7a8ee97c669e",
"vars": {
"file_size_filename": "/var/log/messages",
"file_size_filename": "/var/log/syslog",
"file_size_warning": "100M"
},
"volatile": null,
Expand Down

0 comments on commit 5594180

Please sign in to comment.