ITL: Fix typo in glusterfs CheckCommand definition

refs #12040
This commit is contained in:
Michael Friedrich 2016-08-31 15:24:04 +02:00
parent ae75575874
commit 996a7eb7af
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ object CheckCommand "glusterfs" {
vars.glusterfs_disk_warning = 90
vars.glusterfs_disk_critical = 95
vars.glusterfs_inode_warning = 90
vars.glusterfs_inod_critical = 95
vars.glusterfs_inode_critical = 95
}