我在 Centreon 中的一个探测器(插件)有问题。
在我的轮询服务器上,我启动了这个命令:
/usr/bin/perl /usr/lib/nagios/plugins/centreon-plugins-master/centreon_plugins.pl --plugin=os::linux::snmp::plugin --mode=storage --hostname=XXX.XXX.XXX.XXX --warning-usage=80 --critical-usage=90 --snmp-version=2c --snmp-community=supervision --space-reservation=5 --verbose --explode-perfdata-max --name --regexp --storage='^(?!(/mnt.*)$)'
它完美地工作。
当我在 Centreon 管理控制台中配置我的探测器并执行它时,出现错误:(执行命令失败)
/usr/bin/perl /usr/lib/nagios/plugins/centreon-plugins-master/centreon_plugins.pl
--plugin=os::linux::snmp::plugin
--mode=storage
--hostname=XXX.XXX.XXX.XXX
--warning-usage=80
--critical-usage=90
--snmp-version=2c
--snmp-community=supervision
--space-reservation=5
--verbose
--explode-perfdata-max
--name
--regexp
--storage='^(?!(/mnt.*)
它不起作用,因为它删除了我的正则表达式的最后一个简单引号。我试图搜索如何解决它,但实际上什么也没找到..
有人可以帮助我吗?:)