Displaying 2 results from an estimated 2 matches for "backup_home".
2009 Mar 24
3
DO NOT REPLY [Bug 6209] New: rsync exiting suddenly
https://bugzilla.samba.org/show_bug.cgi?id=6209
           Summary: rsync exiting suddenly
           Product: rsync
           Version: 3.0.5
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned@samba.org
        ReportedBy: mathieu.coavoux@aktor.fr
         QAContact:
2007 Feb 08
1
rsync check by nagios NCSA
...ears now
Now I'm playing with Nagios and NSCA but how can I detect if rsync has 
done everything well.
nsca works simple
<hostname>[tab]<svc_description>[tab]<return_code>[tab]<plugin_output>[newline]. 
I have a text file named backup_okay with the following:
Server1 backup_home 0 Backup is okay. [return]
and text file named backup_failed with the following:
Server1 backup_home 2 Backup failed. [return]
When okay send : send_nsca IP_nagios ?c send_nsca.cfg < backup_okay
When failed send : send_nsca IP_nagios ?c send_nsca.cfg < backup_failed
If somebody knows a solu...