NagiosXI manual installation errors.
Posted: Wed Nov 16, 2016 8:13 am
Hi NagiosXI guys,
Your installation script is buggy. https://assets.nagios.com/downloads/nag ... ctions.pdf
I got errors from your Nagios installation shell script when attempted to install on RHEL 7.3. After troubleshooting, I found and fixed the issue.
1. False handling controls of selinux.
- Manually disable selinux and uncomment the line "systemctl disable selinux" in D-chkconfigalldaemons
2. We no longer use SystemV
- Replace killall by killall5 in E-importnagiosql
I hope this can help some people.
Your installation script is buggy. https://assets.nagios.com/downloads/nag ... ctions.pdf
I got errors from your Nagios installation shell script when attempted to install on RHEL 7.3. After troubleshooting, I found and fixed the issue.
1. False handling controls of selinux.
- Manually disable selinux and uncomment the line "systemctl disable selinux" in D-chkconfigalldaemons
2. We no longer use SystemV
- Replace killall by killall5 in E-importnagiosql
I hope this can help some people.