Results 1 to 2 of 2
I have got access to Nagios machine & I am new to this. Somone was already working on it and it is monitoring many more than 500+hosts and plenty of ...
- 05-05-2008 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 9
Nagios - Backup
I have got access to Nagios machine & I am new to this. Somone was already working on it and it is monitoring many more than 500+hosts and plenty of config files available in various folders.
How do i find out if my Nagios configuration files are backed up or not ? if not what are the methods i can do a regular backup ? cron/rsynch/scp ???
- 05-06-2008 #2Just Joined!
- Join Date
- May 2008
- Posts
- 1
Re: Nagios - Backup
More than likely, your nagios is installed in /usr/local/nagios but if it isn't there you could :
- ps -ef | grep nagios
This will show the nagios process and the path should be there. - find / -name nagios
This will search the file systems for nagios.
In my nagios installations, I do both tar/scp and rsync. On the servers I have in a DR configuration I rsync everything in /ust/local/nagios. On other servers, I tar everything under the root nagios directory and scp it to another server.
* The configuration files are in the nagios etc directory (/usr/local/nagios/etc)
Hope this helps.


Reply With Quote
