#创作灵感#记录工作实践、项目复盘

错误信息

a.Unable to get status information due to technical issues.

b.Dell EMC device discovery is in progress… Error: Empty or Invalid Passphrase is configured

c.Error: Path not configured for the macro $OMINAGIOSRESPATH$ in resource (resource.cfg) file
1、参考官网下载适合的版本,包括受管系统目标设备

针对用于 Nagios Core 的 Dell EMC OpenManage 插件支持 | Dell USicon-default.png?t=N7T8https://www.dell.com/support/kbdoc/en-us/000178053/support-for-dellemc-openmanageplugin-for-nagioscore?lang=zh#OMNagiosCore-Download

2、参考官网安装指南参考官网安装指南。适用于 Nagios Core 的 Dell EMC OpenManage 插件版本 3.1 安装指南 | Dell 中国icon-default.png?t=N7T8https://www.dell.com/support/manuals/zhcn/openmanagepluginnagioscore/domcnagioscoreig3.1/nagioscore-%E9%81%A9%E7%94%A8%E7%9A%84-dell-emc-openmanage-%E9%99%84%E6%8E%9B%E7%A8%8B%E5%BC%8F-31-%E7%89%88%E7%B0%A1%E4%BB%8B?guid=guid-34b7633f-a827-4b66-b0e4-3acb16c218d7&lang=zhcn

3、官网安装插件后的要点(被困扰很久) 4、在文件创建password文件例如:我这把包放置到了/usr/local/nagios/dell下,所以在dell下新建password.txt(目标主机密码)

cat password.txt

password12345

5、修改/usr/local/nagios/etc/resource.cfg

增加一条$OMINAGIOSRESPATH$=/usr/local/nagios/dell/password.txt

6、生成配置文件(配置文件会生成加密密码,目前发现只能单个生成配置文件,依次修改password.txt,有其他方式可以共享)

python3 /usr/local/nagios/dell/scripts/dellemc_nagios_discovery_service_utility.pyhost=1.1.1.1 —snmp.version=2 —snmp.community=publichttp.user=userhttp.password=passwordoutput.file=/usr/local/nagios/dell/config/objects/

7、重启服务

/usr/local/nagios/bin/nagiosv /usr/local/nagios/etc/nagios.cfg检测配置文件

systemctl restart nagios重启

原文地址:https://blog.csdn.net/m0_37581092/article/details/134736020

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任

如若转载,请注明出处:http://www.7code.cn/show_24942.html

如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱suwngjj01@126.com进行投诉反馈,一经查实,立即删除

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注