mirror of https://github.com/Icinga/icinga2.git
Fix RELEASE.md tests
This commit is contained in:
parent
6c1d50edf9
commit
4e664470b5
|
@ -78,8 +78,11 @@ For major releases: Create a new "support" branch:
|
||||||
Example for CentOS7:
|
Example for CentOS7:
|
||||||
|
|
||||||
$ sudo docker run -ti centos:latest bash
|
$ sudo docker run -ti centos:latest bash
|
||||||
|
|
||||||
# yum -y install http://packages.icinga.org/epel/7/release/noarch/icinga-rpm-release-7-1.el7.centos.noarch.rpm
|
# yum -y install http://packages.icinga.org/epel/7/release/noarch/icinga-rpm-release-7-1.el7.centos.noarch.rpm
|
||||||
# yum -y install icinga
|
# yum -y install icinga2
|
||||||
|
# icinga2 daemon -C
|
||||||
|
|
||||||
# systemctl start icinga2
|
# systemctl start icinga2
|
||||||
# tail -f /var/log/icinga2/icinga2.log
|
# tail -f /var/log/icinga2/icinga2.log
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue