From 996a7eb7af5bfee564ab171dc04bec1caca6931c Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 31 Aug 2016 15:24:04 +0200 Subject: [PATCH] ITL: Fix typo in glusterfs CheckCommand definition refs #12040 --- itl/plugins-contrib.d/storage.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl/plugins-contrib.d/storage.conf b/itl/plugins-contrib.d/storage.conf index 33258ebf8..404234131 100644 --- a/itl/plugins-contrib.d/storage.conf +++ b/itl/plugins-contrib.d/storage.conf @@ -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 }