Redhat怎样配置nagios
更新:HHH   时间:2023-1-7


小编给大家分享一下Redhat怎样配置nagios,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!

配置apache

本文讲述的是:Redhat配置nagios。返回大纲。

注把apache 加入到nagcmd组,以便在通过web Interface 操作nagios是有足够的权限;

[root@localhost ~]# useradd nagios && passwd nagios //chinahr123$   Changing password for user nagios.   New UNIX password:   BAD PASSWORD: it is based on a dictionary word   Retype new UNIX password:   Sorry, passwords do not match.   New UNIX password:   Retype new UNIX password:   passwd: all authentication tokens updated successfully.   [root@localhost ~]# groupadd nagcmd   [root@localhost ~]# usermod -G nagcmd nagios   [root@localhost ~]# usermod -G nagcmd apache

以上是“Redhat怎样配置nagios”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注天达云行业资讯频道!

返回系统运维教程...