kermith72 / auto_install

Automated installation of Centreon on Debian with sources
GNU Affero General Public License v3.0
11 stars 13 forks source link

Apache on poller #4

Closed Justice81 closed 4 years ago

Justice81 commented 4 years ago

Hi,

is apache2 really needed on a poller? The is no web interface

https://github.com/kermith72/auto_install/blob/c128a88881c19190e9c304a05705b82b4607866a/debian10/centreon_poller_1910.sh#L505

kermith72 commented 4 years ago

Currently the source version requires the installation of apache. But it is possible to uninstall apache after installation without disrupting operation.

apt-get remove apache2 apt-get auto-remove