nagios.cmd file not found.
时间:2019-08-20 17:58:28 来源:igfitidea点击:
安装nagios,在配置vshell时报错:
$./install.php
NOTICE: nagios.cmd file not found. Please specify the location of this file in your /etc/vshell.conf file
解决方案
打开nagios.cfg文件并启用外部命令
文件的位置:
Ubuntu 和 Debian: /etc/nagios3/nagios.cfg
Red Hat 和 CentOS: /etc/nagios/nagios.cfg
vi nagios.cfg check_external_commands=1
重启nagios
在 CentOS / Red Hat 中 /etc/init.d/nagios restart 在 Ubuntu / Debian 中 /etc/init.d/nagios3 restart