Skip to content

Commit

Permalink
chore(fs-inodes): update icinga director config
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidSassan committed Nov 22, 2024
1 parent e4abfea commit b3e0b06
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions check-plugins/fs-inodes/icingaweb2-module-director/fs-inodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"--critical": {
"value": "$fs_inodes_critical$"
},
"--mount": {
"value": "$fs_inodes_mount$"
},
"--warning": {
"value": "$fs_inodes_warning$"
}
Expand All @@ -32,11 +29,6 @@
"datafield_id": 3,
"is_required": "n",
"var_filter": null
},
{
"datafield_id": 4,
"is_required": "n",
"var_filter": null
}
],
"imports": [],
Expand Down Expand Up @@ -93,7 +85,6 @@
"criticality": "C",
"fs_inodes_always_ok": false,
"fs_inodes_critical": 95,
"fs_inodes_mount": "/, /tmp, /boot",
"fs_inodes_warning": 90
},
"volatile": null,
Expand Down Expand Up @@ -123,17 +114,6 @@
"uuid": "7b551be1-0aa4-4f81-be7d-a8836a116450"
},
"3": {
"varname": "fs_inodes_mount",
"caption": "FS Inodes: Mount",
"description": "==SUPPRESS==",
"datatype": "Icinga\\Module\\Director\\DataType\\DataTypeString",
"format": null,
"settings": {
"visibility": "visible"
},
"uuid": "3cb280ef-78c2-4f27-8029-bf9f00a3830b"
},
"4": {
"varname": "fs_inodes_warning",
"caption": "FS Inodes: Warning",
"description": "Set the warning threshold inode usage percentage.",
Expand Down

0 comments on commit b3e0b06

Please sign in to comment.