Page 1 of 1
uninstall NLS
Posted: Wed Apr 26, 2017 1:51 am
by judge01
hello,
how to uninstall nagioslogserver? has anybody tried uninstalling nagioslogserver and re-installed again? i saw an uninstall script for nagios-xi, is there a similar script for nagioslogserver?
Re: uninstall NLS
Posted: Wed Apr 26, 2017 10:45 am
by mcapra
There isn't a handy script or specific documentation available, but here's how to get the bulk of NLS off a particular machine:
Code: Select all
To uninstall, you can perform the following:
service logstash stop
service elasticsearch stop
yum erase httpd
rm -rf /usr/local/nagioslogserver
rm -rf /var/www/html/nagioslogserver
rm /etc/rc.d/init.d/elasticsearch
rm /etc/rc.d/init.d/logstash
rm /etc/rsyslog.d/nagioslogserver.conf
rm /etc/cron.d/nagioslogserver
pip uninstall elasticsearch-curator==3.4.0
service crond restart
Re: uninstall NLS
Posted: Tue May 02, 2017 2:41 am
by judge01
thank you. this is really helpful.
Re: uninstall NLS
Posted: Tue May 02, 2017 9:26 am
by tmcdonald
Did you need anything else (related) or shall we close this thread?
Re: uninstall NLS
Posted: Tue May 02, 2017 11:44 pm
by judge01
you can close this thread. Thanks.