Git Repository Public Repository

logcheck

URLs

Copy to Clipboard
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Logcheck Installation 
=====================

Extract the file logcheck-x.x.x.tar.gz by using command

	tar -xvzf logcheck-x.x.x.tar.gz

Change to the created directory
	
	cd logcheck-x.x.x/

and edit files logcheck.whitelist and logcheck.logfiles.


logcheck.conf
-------------

Please change parameters in logcheck.conf. 
Check twice for correct mail settings!


logcheck.whitelist
------------------

Contains a list of phrases to ignore as "ok". Each single 
line you place here will be ignored when parsing the 
logfiles.
A line can also be a regular expression, please look into 
the logfiles.whitelist for more information.


logcheck.logfiles
-----------------

Contains the path to the logfiles which should be
parsed by logcheck.pl. Each line represents one
logfile with full path. When running as cron don't 
use relative paths!


checking installation
---------------------

Run the command
	
	/path/to/logcheck.pl debug

to check your installation. Emails will not become sent 
in debug mode.


installing a cronjob
--------------------

Use command
	
	crontab -e

and put a line similar to the follwing into it:

	*/10 * * * * /path/to/logcheck.pl

Thats it...



Commits for logcheck//INSTALL

Diff revisions: vs.
Revision Author Commited Message
f14b4c ... Diff Diff Peter Stimpel Sun 25 Feb, 2018 15:09:08 +0000

V 1.0.4
- changed license from GPL V2 to GPL V3, license file changed
- some cleaner output of help, contact details changed
- “-l” parameter introduced to print license file

9da9af ... pstimpel picture pstimpel Fri 13 Mar, 2015 11:25:24 +0000

moving from Google Code

git-svn-id: https://xp-dev.com/svn/logcheck_svn/trunk@2 08cdd22e-cda9-4120-9a75-5d5767cdac8b