1.安装pnp和rrtdroo后,查看图形时报 :RRD Database/usr/local/nagios/share/perfdata/主机名/traffic.rrd not found. 原因:此问题是rrd文件无法产生导致这个问题,一般都是在配置nagios时,文件的权利问题,web用户无法在/usr/local/nagios/share中写入,可以把web用户加入到nagios组中 如apache用户 usermod -G nagios apache 或 chmod 777 -R /usr/local/nagios/share 2.NRPE: Unable to read output 原因:客户端无法调动此文件,导致无法输出 解决:到客户端服务器上查看是否有此脚本 3.Return code of 127 is out of bounds - plugin may be missing 原因:服务端无法调到此脚本 解决:到服务端查看是否有此脚本 4.NRPE: Command 'check_swap' not defined 原因:找不到check_swap命令,到客户端查看配置,是否有此命令 5,it appears as though you do not have permission错误 原因:登陆的帐号没有权限 解决:修改cgi.cgf文件,增加登陆帐号的权限 6.CHECK_NRPE:Error - could not complete SSL handshake 原因:服务端的ip被客户端拒绝 解决:修改客户端nrpe中allowed_hosts 增加服务端ip |
详细解决方案
Nagios 常见问题
热度:39 发布时间:2024-01-21 06:37:44.0
相关解决方案
- 五、常见问题
- 常见问题
- mysql -u root -p"$mysqlpass" nagios -e "SELECT COUNT(*) FROM nagios_hosts"解决方法
- 7.18.常见问题
- 嵌入式处理器-常见问题
- 嵌入系统概论-常见问题
- android远程调用sql server实现增删查改,sql server配置+android端代码+常见问题
- 源代码管理工具(11)——VSS(4)——常见问题
- 监控三剑客cacti、nagios、zabbix
- C++常见问题: 字符串分割函数 split
- matery发布/删除+部署+常见问题
- Nagios的安装和基本配置(三:Nagios-Client的安装)
- Nagios的安装和基本配置(二:Nagios-Server的安装)
- VUE-CLI | 常见问题
- Python学习(二)常见问题(7):NameError: name 'raw_input' is not defined
- Python(二)常见问题(6):SyntaxError: invalid character in identifier
- Python学习(二)常见问题(5):TypeError: unsupported operand type(s) for +: 'int' and 'str'
- Python学习(二)-常见问题(4)TypeError: 'tuple' object does not support item assignment
- Python学习(二)-常见问题(3)IndentationError: unindent does not match any outer indentation level
- Python学习(二)-常见问题(2)-ModuleNotFoundError: No module named '_ctypes'
- Python学习(二)-常见问题(1)-zipimport.ZipImportError: can't decompress data; zlib not available
- FAQ 常见问题 -【Dr.Elephant系列文章-8】
- nagios 无法打开要更新的命令文件,外部命令文件或目录权限不对,参考FAQ设置正确的权限
- Linux shell 简介1——命令的别名、Shell 函数/从这里出发/Shell 常见问题
- Rust 常见问题
- 常见问题(一)
- [C++常见问题]error: ‘setprecision’ is not a member of ‘std’
- C++常见问题(一)
- Vue 常见问题
- Docker 常见问题