pulibrary / princeton_ansible

Ansible Roles and Playbooks for Princeton University Library
10 stars 4 forks source link

[checkMK] Monitor disk read-only state #2471

Open hackartisan opened 3 years ago

hackartisan commented 3 years ago

Something like:

datadog_typed_checks:
  - type: disk
    configuration:
      init_config:
      instances:
        use_mount: false
        service_check_rw: true
        tags:
          - 'disk_service:figgy'

reference:

acozine commented 2 years ago

Related to #1000.

acozine commented 7 months ago

Updating this ticket to refer to CheckMK - I hope we can accomplish this task there.