install minor version
Posted: Tue Aug 16, 2016 1:50 pm
How do you install an update from 4.1.1 to 4.2.0? Honestly I've been using Nagios forever but have basically gone a long time without any upgrades and then when I moved to a new version it was a new job or new location so never had to "upgrade" an existing implementation. Do you just do the
make all
make install
make install-init
make install-config
make install-commandmode
make install-webconf
cp -R contrib/eventhandlers/ /usr/local/nagios/libexec/
chown -R nagios:nagios /usr/local/nagios/libexec/eventhandlers
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
plus the plugins and call it a day?
Thanks.
JR
EDIT: Guess not, lost all my settings or they were moved more accurately. Reverting the virtual.
make all
make install
make install-init
make install-config
make install-commandmode
make install-webconf
cp -R contrib/eventhandlers/ /usr/local/nagios/libexec/
chown -R nagios:nagios /usr/local/nagios/libexec/eventhandlers
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
plus the plugins and call it a day?
Thanks.
JR
EDIT: Guess not, lost all my settings or they were moved more accurately. Reverting the virtual.