Find the answer to your Linux question:
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 ...
  1. #1
    Just 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 ???

  2. #2
    Just 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 :

    1. ps -ef | grep nagios
      This will show the nagios process and the path should be there.
    2. 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...