Home Directory Plugins Backup and Recovery Others ViceVersa logfile check

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

ViceVersa logfile check

Rating
0 votes
Favoured:
0
Hits
84937
Files:
FileDescription
check_viceversa.plcheck_viceversa.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Checks the state of a ViceVersa job by scanning the logfile.
Usage: check_viceversa.pl [--user ] [--password ] [--maxAge ]

where
Is the path of a viceversa logfile, which might be local or provided as a smb: URI
( e.g. smb://server/path/to/viceversa/logfile )
--date Check for a completed run on (defaults to yesterday)
--user The username, if fetching logfile via smb
--password The password, if fetching logfile via smb
--excludes Specify the number of expected excludes
(Format::)

Returns
CRITICAL if no copy job was finished on the given date,
WARNING
- if there were files/dirs which could not be copied
- if the expected number of excluded directories/files does not match.
OK otherwise.

WARNING: If Vice Versa is unable to read a file/dir it is automatically excluded and not counted as errornous. So you should specify the number of expected excludes to be sure.