]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/samhain/files/per-host/handel.debian.org/samhainrc
Ignore some more nagios files
[dsa-puppet.git] / modules / samhain / files / per-host / handel.debian.org / samhainrc
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 #####################################################################
7 #
8 # Configuration file template for samhain.
9 #
10 #####################################################################
11
12 # -- empty lines and lines starting with '#', ';' or '//' are ignored
13 # -- boolean options can be Yes/No or True/False or 1/0 
14 # -- you can PGP clearsign this file -- samhain will check (if compiled
15 #    with support) or otherwise ignore the signature
16 # -- CHECK mail address
17 #
18 # To each log facility, you can assign a threshold severity. Only
19 # reports with at least the threshold severity will be logged
20 # to the respective facility (even further below).
21 #
22 #####################################################################
23 #
24 # SETUP for file system checking:
25
26 # (i)   There are several policies, each has its own section. Put files
27 #       into the section for the appropriate policy (see below).
28 # (ii)  Section [EventSeverity]: 
29 #       To each policy, you can assign a severity (further below).
30 # (iii) Section [Log]: 
31 #       To each log facility, you can assign a threshold severity. Only
32 #       reports with at least the threshold severity will be logged
33 #       to the respective facility (even further below).
34 #
35 #####################################################################
36
37 #####################################################################
38 #
39 # Files are defined with: file = /absolute/path
40 #
41 # Directories are defined with:                  dir = /absolute/path
42 # or with an optional recursion depth (N <= 99): dir = N/absolute/path
43 #
44 # Directory inodes are checked. If you only want to check files
45 # in a directory, but not the directory inode itself, use (e.g.):
46 #
47 # [ReadOnly]
48 # dir = /some/directory
49 # [IgnoreAll]
50 # file = /some/directory
51 #
52 # You can use shell-style globbing patterns, like: file = /path/foo*
53
54 ######################################################################
55
56 [Misc]
57 ##
58 ## Add or subtract tests from the policies
59 ## - if you want to change their definitions,
60 ##   you need to do that before using the policies
61 ##
62 # RedefReadOnly = (no default)
63 # RedefAttributes=(no default)
64 # RedefLogFiles=(no default)
65 # RedefGrowingLogFiles=(no default)
66 # RedefIgnoreAll=(no default)
67 # RedefIgnoreNone=(no default)
68 # RedefUser0=(no default)
69 # RedefUser1=(no default)
70
71 [Attributes]
72 ##
73 ## for these files, only changes in permissions and ownership are checked
74 ##
75 file=/etc/mtab
76 file=/etc/ssh_random_seed
77 file=/etc/asound.conf
78 file=/etc/resolv.conf
79 file=/etc/localtime
80 file=/etc/ioctl.save
81 file=/etc/passwd.backup
82 file=/etc/shadow.backup
83 file=/etc/postfix/prng_exch
84 file=/etc/adjtime
85 file=/etc/lvm/.cache
86 file=/etc/lvm/cache
87 file=/etc/lvm/cache/.cache
88 file=/etc/network/run/ifstate
89 file=/var/state/samhain/samhain_file
90 file=/etc/bind/db.debian.net
91 file=/etc/exim4/bsmtp
92
93
94 #
95 # There are files in /etc that might change, thus changing the directory
96 # timestamps. Put it here as 'file', and in the ReadOnly section as 'dir'.
97 #
98 file=/etc
99 file=/etc/ssh
100 file=/etc/network/run
101 file=/etc/bind
102
103 # These are the directories for the files we handle with puppet
104 file=/etc/samhain
105 file=/etc/munin
106 file=/etc/exim4
107 file=/etc/apt
108 file=/etc/apt/apt.conf.d
109 file=/etc/apt/sources.list.d
110 file=/etc/puppet
111 file=/etc/default
112 file=/etc/logrotate.d
113 file=/etc/nagios
114 file=/etc/cron.d
115 file=/usr/lib/nagios/plugins
116 file=/usr/sbin
117
118 [LogFiles]
119 ##
120 ## for these files, changes in signature, timestamps, and size are ignored 
121 ##
122 file=/var/run/utmp
123 file=/etc/motd
124
125
126
127 #####################################################################
128 #
129 # This would be the proper syntax for parts that should only be
130 #    included for certain hosts.
131 # You may enclose anything in a @HOSTNAME/@end bracket, as long as the
132 #    result still has the proper syntax for the config file.
133 # You may have any number of @HOSTNAME/@end brackets.
134 # HOSTNAME should be the fully qualified 'official' name 
135 #    (e.g. 'nixon.watergate.com', not 'nixon'), no aliases. 
136 #    No IP number - except if samhain cannot determine the 
137 #    fully qualified hostname.
138 #
139 # @HOSTNAME
140 # file=/foo/bar
141 # @end
142 #
143 # These are two examples for conditional inclusion/exclusion
144 # of a machine based on the output from 'uname -srm'
145 #
146 # $Linux:2.*.7:i666
147 # file=/foo/bar3
148 # $end
149 #
150 # !$Linux:2.*.7:i686
151 # file=/foo/bar2
152 # $end
153 #
154 #####################################################################
155
156 [GrowingLogFiles]
157 ##
158 ## for these files, changes in signature, timestamps, and increase in size
159 ##                  are ignored 
160 ##
161 file=/var/log/warn
162 file=/var/log/messages
163 file=/var/log/wtmp
164 file=/var/log/faillog
165 file=/var/log/auth.log
166 file=/var/log/daemon.log
167 file=/var/log/user.log
168 file=/var/log/kern.log
169 file=/var/log/syslog
170
171
172 [IgnoreAll]
173 ##
174 ## for these files, no modifications are reported
175 ##
176 ## This file might be created or removed by the system sometimes.
177 ##
178 file=/etc/resolv.conf.pcmcia.save
179 file=/etc/nologin
180 file=/etc/postfix/debian.db
181 file=/etc/postfix/debian
182 file=/etc/ssh/ssh_known_hosts
183 file=/etc/ssh/ssh-rsa-shadow
184 file=/var/lib/misc/ssh-rsa-shadow
185 file=/etc/.da-backup.trace
186 file=/etc/postfix/debianhosts
187 file=/etc/postfix/debianhosts.db
188
189 # We handle these files with puppet - please to not be bothering us
190 file=/etc/samhain/samhainrc
191 file=/etc/munin/munin-node.conf
192 file=/etc/exim4/blacklist
193 file=/etc/exim4/callout_users
194 file=/etc/exim4/exim4.conf
195 file=/etc/exim4/grey_users
196 file=/etc/exim4/helo-check
197 file=/etc/exim4/locals
198 file=/etc/exim4/localusers
199 file=/etc/exim4/rbllist
200 file=/etc/exim4/rcpthosts
201 file=/etc/exim4/rhsbllist
202 file=/etc/exim4/virtualdomains
203 file=/etc/exim4/whitelist
204 file=/etc/exim4/local-auto.conf
205 file=/etc/apt/preferences
206 file=/etc/apt/sources.list.d/volatile.list
207 file=/etc/apt/sources.list.d/security.list
208 file=/etc/apt/sources.list.d/debian.org.list
209 file=/etc/apt/sources.list.d/debian.restricted.list
210 file=/etc/apt/sources.list.d/debian.list
211 file=/etc/apt/sources.list.d/backports.org.list
212 file=/etc/apt/apt.conf.d/local-recommends
213 file=/etc/apt/apt.conf.d/local-pdiffs
214 file=/etc/puppet/puppet.conf
215 file=/etc/default/puppet
216 file=/etc/logrotate.d/exim4-paniclog
217 file=/etc/logrotate.d/exim4-base
218 dir=4/etc/puppet
219 file=/usr/sbin/dsa-update-apt-status
220 file=/usr/sbin/dsa-update-samhain-status
221 file=/etc/nagios/nrpe.d/nrpe_dsa.cfg
222 file=/etc/nagios/nrpe.d/debianorg.cfg
223 file=/etc/nagios/obsolete-packages-ignore
224 file=/usr/lib/nagios/plugins/dsa-check-packages
225 file=/usr/lib/nagios/plugins/dsa-check-soas
226 file=/usr/lib/nagios/plugins/dsa-check-mirrorsync
227 file=/usr/lib/nagios/plugins/dsa-check-samhain
228 file=/usr/lib/nagios/plugins/dsa-check-statusfile
229 file=/usr/lib/nagios/plugins/dsa-check-dabackup-server
230 file=/usr/lib/nagios/plugins/dsa-check-config
231 file=/usr/lib/nagios/plugins/dsa-check-hpacucli
232 file=/usr/lib/nagios/plugins/dsa-check-raid-mpt
233 file=/usr/lib/nagios/plugins/dsa-check-puppet
234 file=/usr/lib/nagios/plugins/dsa-check-running-kernel
235 file=/usr/lib/nagios/plugins/dsa-check-raid-3ware
236 file=/usr/lib/nagios/plugins/dsa-check-dabackup
237 file=/usr/lib/nagios/plugins/dsa-check-raid-dac960
238 file=/usr/lib/nagios/plugins/dsa-check-udldap-freshness
239 file=/usr/lib/nagios/plugins/dsa-check-raid-areca
240 file=/usr/lib/nagios/plugins/dsa-check-raid-sw
241 file=/usr/lib/nagios/plugins/dsa-update-samhain-status
242
243 [IgnoreNone]
244 ##
245 ## for these files, all modifications (even access time) are reported
246 ##    - you may create some interesting-looking file (like /etc/safe_passwd),
247 ##      just to watch whether someone will access it ...
248 ##
249
250 [Prelink]
251 ##
252 ## Use for prelinked files or directories holding them
253 ##
254
255
256 [ReadOnly]
257 ##
258 ## for these files, only access time is ignored
259 ##
260 dir=/usr/bin
261 dir=/bin
262 dir=/boot
263 #
264 # SuSE (old) has the boot init scripts in /sbin/init.d/*, 
265 # so we go 3 levels deep
266 #
267 dir=3/sbin
268 dir=/usr/sbin
269 dir=/lib
270 dir=3/usr/lib
271 #
272 # RedHat and Debian have the bootinit scripts in /etc/init.d/* or /etc/rc.d/*, 
273 #        so we go 3 levels deep there too
274 #
275 dir=3/etc
276
277 # Various directories / files that may include / be SUID/SGID binaries
278 #
279 #
280 file=/usr/lib/pt_chown
281 # X11, in Debian X7 this is now a symlink
282 #dir=/usr/X11R6/bin
283 #dir=/usr/X11R6/lib/X11/xmcd/bin
284 # Apache:
285 #file=/usr/lib/apache/suexec
286 #file=/usr/lib/apache/suexec.disabled
287 # Extra directories:
288 #dir=/opt/gnome/bin
289 #dir=/opt/kde/bin
290
291 [User0]
292 [User1]
293 ## User0 and User1 are sections for files/dirs with user-definable checking
294 ## (see the manual) 
295
296
297 [EventSeverity]
298 ##
299 ## Here you can assign severities to policy violations.
300 ## If this severity exceeds the treshold of a log facility (see below),
301 ## a policy violation will be logged to that facility.
302 ##
303 ## Severity for verification failures.
304 ##
305 # SeverityReadOnly=crit
306 # SeverityLogFiles=crit
307 # SeverityGrowingLogs=crit
308 # SeverityIgnoreNone=crit
309 # SeverityAttributes=crit
310 # SeverityUser0=crit
311 # SeverityUser1=crit
312
313 # Default behaviour
314 SeverityReadOnly=crit
315 SeverityLogFiles=crit
316 SeverityGrowingLogs=warn
317 SeverityIgnoreNone=crit
318 SeverityAttributes=crit
319
320
321 ##
322 ## We have a file in IgnoreAll that might or might not be present.
323 ## Setting the severity to 'info' prevents messages about deleted/new file.
324 ##
325 # SeverityIgnoreAll=crit
326 SeverityIgnoreAll=info
327
328 ## Files : file access problems
329 # SeverityFiles=crit
330
331 ## Dirs  : directory access problems
332 # SeverityDirs=crit
333
334 ## Names : suspect (non-printable) characters in a pathname
335 # SeverityNames=crit
336
337 # Default behaviour
338 SeverityFiles=crit
339 SeverityDirs=crit
340 SeverityNames=warn
341
342
343 [Log]
344 ##
345 ## Switch on/OFF log facilities and set their threshold severity
346 ##
347 ## Values: debug, info, notice, warn, mark, err, crit, alert, none.
348 ## 'mark' is used for timestamps.
349 ##
350 ##
351 ## Use 'none' to SWITCH OFF a log facility
352 ## 
353 ## By default, everything equal to and above the threshold is logged.
354 ## The specifiers '*', '!', and '=' are interpreted as  
355 ## 'all', 'all but', and 'only', respectively (like syslogd(8) does, 
356 ## at least on Linux). Examples:
357 ## MailSeverity=*
358 ## MailSeverity=!warn
359 ## MailSeverity==crit
360
361 ## E-mail
362 ##
363 # MailSeverity=none
364
365 ## Console
366 ##
367 # PrintSeverity=info
368
369 ## Logfile
370 ##
371 # LogSeverity=mark
372
373 ## Syslog
374 ##
375 # SyslogSeverity=none
376
377 ## Remote server (yule)
378 ##
379 # ExportSeverity=none
380
381 ## External script or program
382 ##
383 # ExternalSeverity = none
384
385 ## Logging to a database
386 ##
387 # DatabaseSeverity = none
388
389 # Default behaviour
390 MailSeverity=crit
391 PrintSeverity=none
392 LogSeverity=info
393 SyslogSeverity=alert
394 ExportSeverity=none
395
396
397
398
399
400 #####################################################
401 #
402 # Optional modules
403 #
404 #####################################################
405
406 # [SuidCheck]
407 ##
408 ## --- Check the filesystem for SUID/SGID binaries
409 ## 
410
411 ## Switch on
412 #
413 # SuidCheckActive = yes
414
415 ## Interval for check (seconds)
416 #
417 # SuidCheckInterval = 7200
418
419 ## Alternative: crontab-like schedule
420 #
421 # SuidCheckSchedule = NULL
422  
423 ## Directory to exclude 
424 #
425 # SuidCheckExclude = NULL
426
427 ## Limit on files per second (0 == no limit)
428 #
429 # SuidCheckFps = 0
430
431 ## Alternative: yield after every file
432 #
433 # SuidCheckYield = no
434
435 ## Severity of a detection
436 #
437 # SeveritySuidCheck = crit
438
439 ## Quarantine SUID/SGID files if found
440 #
441 # SuidCheckQuarantineFiles = yes
442
443 ## Method for Quarantining files:
444 #  0 - Delete or truncate the file.
445 #  1 - Remove SUID/SGID permissions from file.
446 #  2 - Move SUID/SGID file to quarantine dir.
447 #
448 # SuidCheckQuarantineMethod = 0
449
450 ## For method 1 and 3, really delete instead of truncating
451
452 # SuidCheckQuarantineDelete = yes
453
454 # [Kernel]
455 ##
456 ## --- Check for loadable kernel module rootkits (Linux/FreeBSD only) 
457 ##
458
459 ## Switch on/off
460 #
461 KernelCheckActive = True
462
463 ## Check interval (seconds); btw., the check is VERY fast
464 #
465 # KernelCheckInterval = 300
466
467 ## Severity
468 #
469 # SeverityKernel = crit
470
471
472 # [Utmp]
473 ##
474 ## --- Logging of login/logout events
475 ##
476
477 ## Switch on/off
478 #
479 LoginCheckActive = True
480
481 ## Severity for logins, multiple logins, logouts
482
483 # SeverityLogin=info
484 # SeverityLoginMulti=warn
485 # SeverityLogout=info
486
487 ## Interval for login/logout checks
488 #
489 # LoginCheckInterval = 300
490
491
492 # [Database]
493 ##
494 ## --- Logging to a relational database
495 ##
496
497 ## Database name
498 #
499 # SetDBName = samhain
500
501 ## Database table
502 #
503 # SetDBTable = log
504
505 ## Database user
506 #
507 # SetDBUser = samhain
508
509 ## Database password
510 #
511 # SetDBPassword = (default: none)
512
513 ## Database host
514 #
515 # SetDBHost = localhost
516
517 ## Log the server timestamp for received messages
518 #
519 # SetDBServerTstamp = True
520
521 ## Use a persistent connection
522 #
523 # UsePersistent = True
524
525 # [External]
526 ##
527 ## Interface to call external scripts/programs for logging
528 ##
529
530 ## The absolute path to the command
531 ## - Each invocation of this directive will end the definition of the
532 ##   preceding command, and start the definition of 
533 ##   an additional, new command
534 #
535 # OpenCommand = (no default)
536
537 ## Type (log or rv)
538 ## - log for log messages, srv for messages received by the server
539 #
540 # SetType = log
541
542 ## The command (full command line) to execute
543 #
544 # SetCommandLine = (no default)
545
546 ## The environment (KEY=value; repeat for more)
547 #
548 # SetEnviron = TZ=(your timezone)
549
550 ## The TIGER192 checksum (optional)
551 #
552 # SetChecksum = (no default)
553
554 ## User who runs the command
555 #
556 # SetCredentials = (default: samhain process uid)
557
558 ## Words not allowed in message
559 #
560 # SetFilterNot = (none)
561
562 ## Words required (ALL of them)
563 #
564 # SetFilterAnd = (none)
565
566 ## Words required (at least one)
567 #
568 # SetFilterOr = (none)
569
570 ## Deadtime between consecutive calls
571 #
572 # SetDeadtime = 0
573
574 ## Add default environment (HOME, PATH, SHELL)
575 #
576 # SetDefault = no
577
578
579 #####################################################
580 #
581 # Miscellaneous configuration options
582 #
583 #####################################################
584
585 [Misc]
586
587 ## whether to become a daemon process
588 ## (this is not honoured on database initialisation)
589 #
590 # Daemon = no
591 Daemon = yes
592
593 ## whether to test signature of files (init/check/none)
594 ## - if 'none', then we have to decide this on the command line -
595 #
596 # ChecksumTest = none
597 ChecksumTest=check
598
599 ## whether to drop linux capabilities that are not required
600 ## - will make a root process a 'mere mortal' in many respects
601 #
602 # UseCaps = yes
603
604 ## Set nice level (-19 to 19, see 'man nice'),
605 ## and I/O limit (kilobytes per second; 0 == off)
606 ## to reduce load on host.
607 #
608 # SetNiceLevel = 0
609 # SetIOLimit = 0
610
611 ## The version string to embed in file signature databases
612 #
613 # VersionString = NULL
614
615 ## Interval between time stamp messages
616 #
617 # SetLoopTime = 60
618 SetLoopTime = 600
619
620 ## Interval between file checks 
621 #
622 # SetFileCheckTime = 600
623 SetFileCheckTime = 7200
624
625 ## Alternative: crontab-like schedule
626 #
627 # FileCheckScheduleOne = NULL
628
629 ## Alternative: crontab-like schedule(2)
630 #
631 # FileCheckScheduleTwo = NULL
632
633 ## Report only once on modified fles 
634 ## Setting this to 'FALSE' will generate a report for any policy 
635 ## violation (old and new ones) each time the daemon checks the file system.
636 #
637 # ReportOnlyOnce = True
638
639 ## Report in full detail
640 #
641 # ReportFullDetail = False
642
643 ## Report file timestamps in local time rather than GMT
644 #
645 # UseLocalTime = No
646
647 ## The console device (can also be a file or named pipe)
648 ## - There are two console devices. Accordingly, you can use
649 ##   this directive a second time to set the second console device.
650 ##   If you have not defined the second device at compile time,
651 ##   and you don't want to use it, then:
652 ##   setting it to /dev/null is less effective than just leaving
653 ##   it alone (setting to /dev/null will waste time by opening
654 ##   /dev/null and writing to it)
655 #
656 # SetConsole = /dev/console
657
658 ## Activate the SysV IPC message queue
659 #
660 # MessageQueueActive = False
661
662
663 ## If false, skip reverse lookup when connecting to a host known 
664 ## by name rather than IP address (i.e. trust the DNS)
665 #
666 # SetReverseLookup = True
667
668 ## --- E-Mail ---
669
670 # Only highest-level (alert) reports will be mailed immediately,
671 # others will be queued. Here you can define, when the queue will
672 # be flushed (Note: the queue is automatically flushed after
673 # completing a file check).
674 #
675 SetMailTime = 86400
676
677 ## Maximum number of mails to queue
678 #
679 SetMailNum = 10
680
681 ## Recipient (max. 8)
682 #
683 SetMailAddress=samhain-reports@debian.org
684
685 ## Mail relay (IP address)
686 #
687 SetMailRelay = master.debian.org
688
689 ## Custom subject format
690 #
691 MailSubject = [Samhain at %H] %T: %S
692
693 ## --- end E-Mail ---
694
695 ## Path to the prelink executable
696 #
697 # SetPrelinkPath = /usr/sbin/prelink
698
699 ## TIGER192 checksum of the prelink executable
700 #
701 # SetPrelinkChecksum = (no default)
702
703
704 ## Path to the executable. If set, will be checksummed after startup
705 ## and before exit.
706 #
707 # SamhainPath = (no default)
708
709
710 ## The IP address of the log server
711 #
712 # SetLogServer = (default: compiled-in)
713
714 ## The IP address of the time server
715 #
716 # SetTimeServer = (default: compiled-in)
717
718 ## Trusted Users (comma delimited list of user names) 
719 #
720 # TrustedUser = (no default; this adds to the compiled-in list)
721
722 ## Path to the file signature database
723 #
724 # SetDatabasePath = (default: compiled-in)
725
726 ## Path to the log file
727 #
728 # SetLogfilePath = (default: compiled-in)
729
730 ## Path to the PID file
731 #
732 # SetLockPath = (default: compiled-in)
733
734
735 ## The digest/checksum/hash algorithm
736 #
737 # DigestAlgo = TIGER192
738
739
740 ## Custom format for message header. 
741 ## CAREFUL if you use XML logfile format.
742 ##
743 ## %S severity
744 ## %T timestamp
745 ## %C class
746 ##
747 ## %F source file
748 ## %L source line
749 #
750 # MessageHeader="%S %T "
751
752
753 ## Don't log path to config/database file on startup
754 #
755 # HideSetup = False
756
757 ## The syslog facility, if you log to syslog
758 #
759 # SyslogFacility = LOG_AUTHPRIV
760 SyslogFacility=LOG_LOCAL2
761
762 ## The message authentication method
763 ## - If you change this, you *must* change it
764 ##   on client *and* server
765 #
766 # MACType = HMAC-TIGER
767
768
769 ## everything below is ignored
770 [EOF]
771
772 #####################################################################
773 # This would be the proper syntax for parts that should only be
774 #    included for certain hosts.
775 # You may enclose anything in a @HOSTNAME/@end bracket, as long as the
776 #    result still has the proper syntax for the config file.
777 # You may have any number of @HOSTNAME/@end brackets.
778 # HOSTNAME should be the fully qualified 'official' name 
779 #    (e.g. 'nixon.watergate.com', not 'nixon'), no aliases. 
780 #    No IP number - except if samhain cannot determine the 
781 #    fully qualified hostname.
782 #
783 # @HOSTNAME
784 # file=/foo/bar
785 # @end
786 #
787 # These are two examples for conditional inclusion/exclusion
788 # of a machine based on the output from 'uname -srm'
789 # $Linux:2.*.7:i666
790 # file=/foo/bar3
791 # $end
792 #
793 # !$Linux:2.*.7:i686
794 # file=/foo/bar2
795 # $end
796 #
797 #####################################################################