Default localhost check
Default localhost check
Can you please outline how to re-add the localhost check present on a fresh install?
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
Nagios Fusion 2024R1.0.2
Re: Default localhost check
Hi
I created a tarball from a fresh install of Nagios XI.
Place the attached file in /
cp -rp /usr/local/nagios/etc /usr/local/nagios/etc.orig
rm -rf /usr/local/nagios/etc/*
cd /
tar xzvf fresh_config.tar.gz
systemctl restart nagios
Verify that Nagios XI is working and has the default checks.
If everything looks ok then:
rm -rf /usr/local/nagios/etc.orig
rm -f /fresh_config.tar.gz
Thanks
I created a tarball from a fresh install of Nagios XI.
Place the attached file in /
cp -rp /usr/local/nagios/etc /usr/local/nagios/etc.orig
rm -rf /usr/local/nagios/etc/*
cd /
tar xzvf fresh_config.tar.gz
systemctl restart nagios
Verify that Nagios XI is working and has the default checks.
If everything looks ok then:
rm -rf /usr/local/nagios/etc.orig
rm -f /fresh_config.tar.gz
Thanks
You do not have the required permissions to view the files attached to this post.
Re: Default localhost check
No, that would blow-away a production system.
I was looking for clarification on how that localhost check was initially created. I've gone ahead and re-added it by manually comparing each service.
I was looking for clarification on how that localhost check was initially created. I've gone ahead and re-added it by manually comparing each service.
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
Nagios Fusion 2024R1.0.2
Re: Default localhost check
Hi,
My bad - I should have specified to extract the tarball on your Test system. Sounds like that's
what you ended up doing.
Glad you got it re-configured. Have a great weekend!.
My bad - I should have specified to extract the tarball on your Test system. Sounds like that's
what you ended up doing.
Glad you got it re-configured. Have a great weekend!.