Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

deimosfr/nagios-check_file_content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

nagios-check_file_content

Nagios file parser check

Usage

Usage : check_file_content.pl -f file -i include -e exclude -n lines_number [-h]

Options :
 -f
	Full path to file to analyze
 -n
	Number of lines to find (default is 1)
 -i
	Include pattern (can add multiple include)
 -e
	Exclude pattern (can add multiple include)
 -h, --help
	Print this help screen

Example : check_file_content.pl -f /etc/passwd -i 0 -e root -n 5

About

Nagios file parser check

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages