From adc254bbf1fe56cbce9ff860633d29a90d945b4e Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Fri, 2 Jan 2015 11:36:14 +0100 Subject: [PATCH] fix windows example --- centreon-plugins/docs/user/guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/docs/user/guide.rst b/centreon-plugins/docs/user/guide.rst index a4240304f..499b5a15f 100644 --- a/centreon-plugins/docs/user/guide.rst +++ b/centreon-plugins/docs/user/guide.rst @@ -539,7 +539,7 @@ Warning if space used > 80% and critical if space used > 90%: Storage 'C:' Total: 126.66 GB Used: 35.97 GB (28.40%) Free: 90.69 GB (71.60%) Storage 'D:' Total: 126.66 GB Used: 35.97 GB (28.40%) Free: 90.69 GB (71.60%) -Warning if space free < 5G and critical if space free < 5G: +Warning if space free < 5G and critical if space free < 2G: :: $ perl centreon_plugins.pl --plugin=os::windows::snmp::plugin --mode=storage --hostname=xxx.xxx.xxx.xxx --snmp-version=2c --snmp-public=community --verbose --storage='.*' --name --regexp --display-transform-src='(..).*' --display-transform-dst='$1' --warning=5497558138880 --critical=2199023255552 --units='B' --free