]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/samhain/templates/samhainrc.erb
add vsftpd module, even though no one uses it yet
[dsa-puppet.git] / modules / samhain / templates / samhainrc.erb
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/zones/db.debian.net
91 file=/etc/exim4/bsmtp
92 <% if hostname == "geo1" || hostname == "geo2" || hostname == "geo3" -%>
93 file=/etc/bind
94 file=/etc/bind/named.conf.acl
95 file=/etc/bind/named.conf.options
96 file=/etc/bind/named.conf.local
97 file=/etc/bind/geodns/named.conf.geo
98 file=/etc/bind/geodns/recvconf.files
99 <% end -%>
100
101
102 #
103 # There are files in /etc that might change, thus changing the directory
104 # timestamps. Put it here as 'file', and in the ReadOnly section as 'dir'.
105 #
106 file=/etc
107 file=/etc/ssh
108 file=/etc/network/run
109 file=/etc/bind/zones
110 file=/etc/spamassassin/sa-update-keys
111
112 # These are the directories for the files we handle with puppet
113 file=/etc/apache2/conf.d
114 files=/etc/apache2/mods-enabled
115 file=/etc/samhain
116 file=/etc/munin
117 file=/etc/munin/plugins
118 file=/etc/munin/plugin-conf.d
119 file=/etc/exim4
120 file=/etc/exim4/ssl
121 file=/etc/apt
122 file=/etc/apt/apt.conf.d
123 file=/etc/apt/sources.list.d
124 file=/etc/default
125 file=/etc/logrotate.d
126 file=/etc/nagios
127 file=/etc/nagios/nrpe.d
128 file=/etc/nagios/obsolete-packages-ignore.d
129 file=/etc/bind/geodns
130 <%= extradir=""
131 case fqdn 
132 when "spohr.debian.org": extradir="file=/etc/nagios3/puppetconf.d
133 file=/etc/puppet"
134 else extradir="file=/etc/puppet"
135 end
136 extradir
137 %>
138 file=/etc/cron.d
139 file=/usr/lib/nagios/plugins
140 file=/usr/sbin
141 file=/etc/monit
142 file=/etc/monit/monit.d
143 file=/etc/pam.d
144 file=/etc/sysctl.d
145 file=/etc/syslog-ng
146
147
148 [LogFiles]
149 ##
150 ## for these files, changes in signature, timestamps, and size are ignored 
151 ##
152 file=/var/run/utmp
153 file=/etc/motd
154
155
156
157 #####################################################################
158 #
159 # This would be the proper syntax for parts that should only be
160 #    included for certain hosts.
161 # You may enclose anything in a @HOSTNAME/@end bracket, as long as the
162 #    result still has the proper syntax for the config file.
163 # You may have any number of @HOSTNAME/@end brackets.
164 # HOSTNAME should be the fully qualified 'official' name 
165 #    (e.g. 'nixon.watergate.com', not 'nixon'), no aliases. 
166 #    No IP number - except if samhain cannot determine the 
167 #    fully qualified hostname.
168 #
169 # @HOSTNAME
170 # file=/foo/bar
171 # @end
172 #
173 # These are two examples for conditional inclusion/exclusion
174 # of a machine based on the output from 'uname -srm'
175 #
176 # $Linux:2.*.7:i666
177 # file=/foo/bar3
178 # $end
179 #
180 # !$Linux:2.*.7:i686
181 # file=/foo/bar2
182 # $end
183 #
184 #####################################################################
185
186 [GrowingLogFiles]
187 ##
188 ## for these files, changes in signature, timestamps, and increase in size
189 ##                  are ignored 
190 ##
191 file=/var/log/warn
192 file=/var/log/messages
193 file=/var/log/wtmp
194 file=/var/log/faillog
195 file=/var/log/auth.log
196 file=/var/log/daemon.log
197 file=/var/log/user.log
198 file=/var/log/kern.log
199 file=/var/log/syslog
200
201
202 [IgnoreAll]
203 ##
204 ## for these files, no modifications are reported
205 ##
206 ## This file might be created or removed by the system sometimes.
207 ##
208 file=/etc/resolv.conf.pcmcia.save
209 file=/etc/nologin
210 file=/etc/postfix/debian.db
211 file=/etc/postfix/debian
212 file=/etc/ssh/ssh_known_hosts
213 file=/etc/ssh/ssh-rsa-shadow
214 file=/var/lib/misc/ssh-rsa-shadow
215 file=/etc/.da-backup.trace
216 file=/etc/postfix/debianhosts
217 file=/etc/postfix/debianhosts.db
218 file=/etc/blkid.tab
219 file=/etc/blkid.tab.old
220 file=/etc/resolv.conf.dhclient-new
221
222 # We handle these files with puppet - please to not be bothering us
223 file=/etc/timezone
224 file=/etc/motd.tail
225 file=/etc/ntp.conf
226 file=/etc/samhain/samhainrc
227 file=/etc/munin/munin-node.conf
228 file=/etc/munin/plugin-conf.d/munin-node
229 file=/etc/userdir-ldap.confc
230 file=/etc/exim4/blacklist
231 file=/etc/exim4/host_blacklist
232 file=/etc/exim4/callout_users
233 file=/etc/exim4/exim4.conf
234 file=/etc/exim4/grey_users
235 file=/etc/exim4/helo-check
236 file=/etc/exim4/locals
237 file=/etc/exim4/localusers
238 file=/etc/exim4/manualroute
239 file=/etc/exim4/rbllist
240 file=/etc/exim4/rcpthosts
241 file=/etc/exim4/rhsbllist
242 file=/etc/exim4/virtualdomains
243 file=/etc/exim4/whitelist
244 file=/etc/exim4/local-auto.conf
245 file=/etc/exim4/local-settings.conf
246 file=/etc/exim4/ssl/ca.crt
247 file=/etc/exim4/ssl/ca.crl
248 file=/etc/exim4/ssl/thishost.crt
249 file=/etc/exim4/ssl/thishost.key
250 file=/etc/ssh/ssh_config
251 file=/etc/ssh/sshd_config
252 <%=
253 out=""
254 if not nodeinfo['heavy_exim'].empty?
255   out = '
256 file=/etc/exim4/surbl_whitelist.txt
257 file=/etc/exim4/exim_surbl.pl
258 file=/etc/exim4/ccTLD.txt
259 file=/etc/clamav-unofficial-sigs.conf
260 file=/etc/clamav-unofficial-sigs.dsa.conf
261 '
262 end
263 out
264 %>
265 file=/etc/munin/plugins/cpu
266 file=/etc/munin/plugins/df
267 file=/etc/munin/plugins/df_abs
268 file=/etc/munin/plugins/df_inode
269 file=/etc/munin/plugins/entropy
270 file=/etc/munin/plugins/forks
271 file=/etc/munin/plugins/interrupts
272 file=/etc/munin/plugins/iostat
273 file=/etc/munin/plugins/irqstats
274 file=/etc/munin/plugins/load
275 file=/etc/munin/plugins/memory
276 file=/etc/munin/plugins/ntp_offset
277 file=/etc/munin/plugins/open_files
278 file=/etc/munin/plugins/open_inodes
279 file=/etc/munin/plugins/processes
280 file=/etc/munin/plugins/ps_apache2
281 file=/etc/munin/plugins/ps_vsftpd
282 file=/etc/munin/plugins/swap
283 file=/etc/munin/plugins/uptime
284 file=/etc/munin/plugins/vmstat
285 file=/etc/munin/plugins/vfstpd
286 file=/etc/munin/plugins/apache_accesses
287 file=/etc/munin/plugins/apache_processes
288 file=/etc/munin/plugins/apache_volume
289 file=/etc/munin/plugins/exim_mailqueue
290 file=/etc/munin/plugins/exim_mailstats
291 file=/etc/munin/plugins/postfix_mailqueue
292 file=/etc/munin/plugins/postfix_mailvolume
293 file=/etc/apache2/conf.d/ressource-limits
294 file=/etc/apache2/mods-enabled/info.conf
295 file=/etc/apache2/mods-enabled/info.load
296 file=/etc/apache2/mods-enabled/server.conf
297 file=/etc/apache2/mods-enabled/server.load
298 file=/etc/apache2/conf.d/server-status
299 file=/etc/apache2/conf.d/local-serverinfo
300 file=/etc/apt/preferences
301 file=/etc/apt/sources.list.d/volatile.list
302 file=/etc/apt/sources.list.d/security.list
303 file=/etc/apt/sources.list.d/buildd.list
304 file=/etc/apt/sources.list.d/debian.org.list
305 file=/etc/apt/sources.list.d/debian.restricted.list
306 file=/etc/apt/sources.list.d/debian.list
307 file=/etc/apt/sources.list.d/backports.org.list
308 file=/etc/apt/apt.conf.d/local-recommends
309 file=/etc/apt/apt.conf.d/local-pdiffs
310 file=/etc/puppet/puppet.conf
311 file=/etc/default/puppet
312 file=/etc/default/postgrey
313 file=/etc/logrotate.d/exim4-paniclog
314 file=/etc/logrotate.d/exim4-base
315 file=/etc/logrotate.d/syslog-ng
316 file=/etc/syslog-ng/syslog-ng.conf
317 file=/usr/sbin/dsa-update-apt-status
318 file=/usr/sbin/dsa-update-samhain-status
319 file=/etc/nagios/nrpe.d/nrpe_dsa.cfg
320 file=/etc/nagios/nrpe.d/debianorg.cfg
321 file=/etc/nagios/obsolete-packages-ignore
322 file=/etc/nagios/obsolete-packages-ignore.d/hostspecific
323 file=/usr/lib/nagios/plugins/dsa-check-packages
324 file=/usr/lib/nagios/plugins/dsa-check-soas
325 file=/usr/lib/nagios/plugins/dsa-check-mirrorsync
326 file=/usr/lib/nagios/plugins/dsa-check-samhain
327 file=/usr/lib/nagios/plugins/dsa-check-statusfile
328 file=/usr/lib/nagios/plugins/dsa-check-dabackup-server
329 file=/usr/lib/nagios/plugins/dsa-check-config
330 file=/usr/lib/nagios/plugins/dsa-check-hpacucli
331 file=/usr/lib/nagios/plugins/dsa-check-raid-mpt
332 file=/usr/lib/nagios/plugins/dsa-check-puppet
333 file=/usr/lib/nagios/plugins/dsa-check-running-kernel
334 file=/usr/lib/nagios/plugins/dsa-check-raid-3ware
335 file=/usr/lib/nagios/plugins/dsa-check-dabackup
336 file=/usr/lib/nagios/plugins/dsa-check-raid-dac960
337 file=/usr/lib/nagios/plugins/dsa-check-udldap-freshness
338 file=/usr/lib/nagios/plugins/dsa-check-raid-areca
339 file=/usr/lib/nagios/plugins/dsa-check-raid-sw
340 file=/usr/lib/nagios/plugins/dsa-update-samhain-status
341 file=/etc/sudoers
342 file=/etc/sysctl.d/mmap_min_addr.conf
343 file=/etc/pam.d/sudo
344 file=/etc/monit/monitrc
345 file=/etc/monit/monit.d/01puppet
346 file=/etc/monit/monit.d/00debian.org
347 file=/etc/cron.d/dsa-puppet-stuff
348 <%= extrafiles=""
349 case fqdn 
350 when "spohr.debian.org": extrafiles="file=/etc/nagios3/puppetconf.d/auto-hostgroups.cfg
351 file=/etc/nagios3/puppetconf.d/auto-hosts.cfg
352 file=/etc/nagios3/puppetconf.d/auto-services.cfg
353 file=/etc/nagios3/puppetconf.d/auto-dependencies.cfg
354 file=/etc/nagios3/puppetconf.d/auto-hostextinfo.cfg
355 file=/etc/nagios3/puppetconf.d/auto-serviceextinfo.cfg"
356 when "handel.debian.org": extrafiles="dir=8/etc/puppet"
357 when "dijkstra.debian.org": extrafiles="dir=4/etc/dsa-kvm"
358 when /geo[123].debian.org/: extrafiles="dir=1/etc/bind/geodns"
359 end
360 extrafiles
361 %>
362
363 [IgnoreNone]
364 ##
365 ## for these files, all modifications (even access time) are reported
366 ##    - you may create some interesting-looking file (like /etc/safe_passwd),
367 ##      just to watch whether someone will access it ...
368 ##
369
370 [Prelink]
371 ##
372 ## Use for prelinked files or directories holding them
373 ##
374
375
376 [ReadOnly]
377 ##
378 ## for these files, only access time is ignored
379 ##
380 dir=/usr/bin
381 dir=/bin
382 dir=/boot
383 #
384 # SuSE (old) has the boot init scripts in /sbin/init.d/*, 
385 # so we go 3 levels deep
386 #
387 dir=3/sbin
388 dir=/usr/sbin
389 dir=/lib
390 dir=3/usr/lib
391 #
392 # RedHat and Debian have the bootinit scripts in /etc/init.d/* or /etc/rc.d/*, 
393 #        so we go 3 levels deep there too
394 #
395 dir=3/etc
396
397 # Various directories / files that may include / be SUID/SGID binaries
398 #
399 #
400 file=/usr/lib/pt_chown
401 # X11, in Debian X7 this is now a symlink
402 #dir=/usr/X11R6/bin
403 #dir=/usr/X11R6/lib/X11/xmcd/bin
404 # Apache:
405 #file=/usr/lib/apache/suexec
406 #file=/usr/lib/apache/suexec.disabled
407 # Extra directories:
408 #dir=/opt/gnome/bin
409 #dir=/opt/kde/bin
410
411 [User0]
412 [User1]
413 ## User0 and User1 are sections for files/dirs with user-definable checking
414 ## (see the manual) 
415
416
417 [EventSeverity]
418 ##
419 ## Here you can assign severities to policy violations.
420 ## If this severity exceeds the treshold of a log facility (see below),
421 ## a policy violation will be logged to that facility.
422 ##
423 ## Severity for verification failures.
424 ##
425 # SeverityReadOnly=crit
426 # SeverityLogFiles=crit
427 # SeverityGrowingLogs=crit
428 # SeverityIgnoreNone=crit
429 # SeverityAttributes=crit
430 # SeverityUser0=crit
431 # SeverityUser1=crit
432
433 # Default behaviour
434 SeverityReadOnly=crit
435 SeverityLogFiles=crit
436 SeverityGrowingLogs=warn
437 SeverityIgnoreNone=crit
438 SeverityAttributes=crit
439
440
441 ##
442 ## We have a file in IgnoreAll that might or might not be present.
443 ## Setting the severity to 'info' prevents messages about deleted/new file.
444 ##
445 # SeverityIgnoreAll=crit
446 SeverityIgnoreAll=info
447
448 ## Files : file access problems
449 # SeverityFiles=crit
450
451 ## Dirs  : directory access problems
452 # SeverityDirs=crit
453
454 ## Names : suspect (non-printable) characters in a pathname
455 # SeverityNames=crit
456
457 # Default behaviour
458 SeverityFiles=crit
459 SeverityDirs=crit
460 SeverityNames=warn
461
462
463 [Log]
464 ##
465 ## Switch on/OFF log facilities and set their threshold severity
466 ##
467 ## Values: debug, info, notice, warn, mark, err, crit, alert, none.
468 ## 'mark' is used for timestamps.
469 ##
470 ##
471 ## Use 'none' to SWITCH OFF a log facility
472 ## 
473 ## By default, everything equal to and above the threshold is logged.
474 ## The specifiers '*', '!', and '=' are interpreted as  
475 ## 'all', 'all but', and 'only', respectively (like syslogd(8) does, 
476 ## at least on Linux). Examples:
477 ## MailSeverity=*
478 ## MailSeverity=!warn
479 ## MailSeverity==crit
480
481 ## E-mail
482 ##
483 # MailSeverity=none
484
485 ## Console
486 ##
487 # PrintSeverity=info
488
489 ## Logfile
490 ##
491 # LogSeverity=mark
492
493 ## Syslog
494 ##
495 # SyslogSeverity=none
496
497 ## Remote server (yule)
498 ##
499 # ExportSeverity=none
500
501 ## External script or program
502 ##
503 # ExternalSeverity = none
504
505 ## Logging to a database
506 ##
507 # DatabaseSeverity = none
508
509 # Default behaviour
510 MailSeverity=crit
511 PrintSeverity=none
512 LogSeverity=info
513 SyslogSeverity=alert
514 ExportSeverity=none
515
516
517
518
519
520 #####################################################
521 #
522 # Optional modules
523 #
524 #####################################################
525
526 # [SuidCheck]
527 ##
528 ## --- Check the filesystem for SUID/SGID binaries
529 ## 
530
531 ## Switch on
532 #
533 # SuidCheckActive = yes
534
535 ## Interval for check (seconds)
536 #
537 # SuidCheckInterval = 7200
538
539 ## Alternative: crontab-like schedule
540 #
541 # SuidCheckSchedule = NULL
542  
543 ## Directory to exclude 
544 #
545 # SuidCheckExclude = NULL
546
547 ## Limit on files per second (0 == no limit)
548 #
549 # SuidCheckFps = 0
550
551 ## Alternative: yield after every file
552 #
553 # SuidCheckYield = no
554
555 ## Severity of a detection
556 #
557 # SeveritySuidCheck = crit
558
559 ## Quarantine SUID/SGID files if found
560 #
561 # SuidCheckQuarantineFiles = yes
562
563 ## Method for Quarantining files:
564 #  0 - Delete or truncate the file.
565 #  1 - Remove SUID/SGID permissions from file.
566 #  2 - Move SUID/SGID file to quarantine dir.
567 #
568 # SuidCheckQuarantineMethod = 0
569
570 ## For method 1 and 3, really delete instead of truncating
571
572 # SuidCheckQuarantineDelete = yes
573
574 # [Kernel]
575 ##
576 ## --- Check for loadable kernel module rootkits (Linux/FreeBSD only) 
577 ##
578
579 ## Switch on/off
580 #
581 KernelCheckActive = True
582
583 ## Check interval (seconds); btw., the check is VERY fast
584 #
585 # KernelCheckInterval = 300
586
587 ## Severity
588 #
589 # SeverityKernel = crit
590
591
592 # [Utmp]
593 ##
594 ## --- Logging of login/logout events
595 ##
596
597 ## Switch on/off
598 #
599 LoginCheckActive = True
600
601 ## Severity for logins, multiple logins, logouts
602
603 # SeverityLogin=info
604 # SeverityLoginMulti=warn
605 # SeverityLogout=info
606
607 ## Interval for login/logout checks
608 #
609 # LoginCheckInterval = 300
610
611
612 # [Database]
613 ##
614 ## --- Logging to a relational database
615 ##
616
617 ## Database name
618 #
619 # SetDBName = samhain
620
621 ## Database table
622 #
623 # SetDBTable = log
624
625 ## Database user
626 #
627 # SetDBUser = samhain
628
629 ## Database password
630 #
631 # SetDBPassword = (default: none)
632
633 ## Database host
634 #
635 # SetDBHost = localhost
636
637 ## Log the server timestamp for received messages
638 #
639 # SetDBServerTstamp = True
640
641 ## Use a persistent connection
642 #
643 # UsePersistent = True
644
645 # [External]
646 ##
647 ## Interface to call external scripts/programs for logging
648 ##
649
650 ## The absolute path to the command
651 ## - Each invocation of this directive will end the definition of the
652 ##   preceding command, and start the definition of 
653 ##   an additional, new command
654 #
655 # OpenCommand = (no default)
656
657 ## Type (log or rv)
658 ## - log for log messages, srv for messages received by the server
659 #
660 # SetType = log
661
662 ## The command (full command line) to execute
663 #
664 # SetCommandLine = (no default)
665
666 ## The environment (KEY=value; repeat for more)
667 #
668 # SetEnviron = TZ=(your timezone)
669
670 ## The TIGER192 checksum (optional)
671 #
672 # SetChecksum = (no default)
673
674 ## User who runs the command
675 #
676 # SetCredentials = (default: samhain process uid)
677
678 ## Words not allowed in message
679 #
680 # SetFilterNot = (none)
681
682 ## Words required (ALL of them)
683 #
684 # SetFilterAnd = (none)
685
686 ## Words required (at least one)
687 #
688 # SetFilterOr = (none)
689
690 ## Deadtime between consecutive calls
691 #
692 # SetDeadtime = 0
693
694 ## Add default environment (HOME, PATH, SHELL)
695 #
696 # SetDefault = no
697
698
699 #####################################################
700 #
701 # Miscellaneous configuration options
702 #
703 #####################################################
704
705 [Misc]
706
707 ## whether to become a daemon process
708 ## (this is not honoured on database initialisation)
709 #
710 # Daemon = no
711 Daemon = yes
712
713 ## whether to test signature of files (init/check/none)
714 ## - if 'none', then we have to decide this on the command line -
715 #
716 # ChecksumTest = none
717 ChecksumTest=check
718
719 ## whether to drop linux capabilities that are not required
720 ## - will make a root process a 'mere mortal' in many respects
721 #
722 # UseCaps = yes
723
724 ## Set nice level (-19 to 19, see 'man nice'),
725 ## and I/O limit (kilobytes per second; 0 == off)
726 ## to reduce load on host.
727 #
728 # SetNiceLevel = 0
729 # SetIOLimit = 0
730
731 ## The version string to embed in file signature databases
732 #
733 # VersionString = NULL
734
735 ## Interval between time stamp messages
736 #
737 # SetLoopTime = 60
738 SetLoopTime = 600
739
740 ## Interval between file checks 
741 #
742 # SetFileCheckTime = 600
743 SetFileCheckTime = 7200
744
745 ## Alternative: crontab-like schedule
746 #
747 # FileCheckScheduleOne = NULL
748
749 ## Alternative: crontab-like schedule(2)
750 #
751 # FileCheckScheduleTwo = NULL
752
753 ## Report only once on modified fles 
754 ## Setting this to 'FALSE' will generate a report for any policy 
755 ## violation (old and new ones) each time the daemon checks the file system.
756 #
757 # ReportOnlyOnce = True
758
759 ## Report in full detail
760 #
761 # ReportFullDetail = False
762
763 ## Report file timestamps in local time rather than GMT
764 #
765 # UseLocalTime = No
766
767 ## The console device (can also be a file or named pipe)
768 ## - There are two console devices. Accordingly, you can use
769 ##   this directive a second time to set the second console device.
770 ##   If you have not defined the second device at compile time,
771 ##   and you don't want to use it, then:
772 ##   setting it to /dev/null is less effective than just leaving
773 ##   it alone (setting to /dev/null will waste time by opening
774 ##   /dev/null and writing to it)
775 #
776 # SetConsole = /dev/console
777
778 ## Activate the SysV IPC message queue
779 #
780 # MessageQueueActive = False
781
782
783 ## If false, skip reverse lookup when connecting to a host known 
784 ## by name rather than IP address (i.e. trust the DNS)
785 #
786 # SetReverseLookup = True
787
788 ## --- E-Mail ---
789
790 # Only highest-level (alert) reports will be mailed immediately,
791 # others will be queued. Here you can define, when the queue will
792 # be flushed (Note: the queue is automatically flushed after
793 # completing a file check).
794 #
795 SetMailTime = 86400
796
797 ## Maximum number of mails to queue
798 #
799 SetMailNum = 10
800
801 ## Recipient (max. 8)
802 #
803 SetMailAddress=samhain-reports@debian.org
804
805 ## Mail relay (IP address)
806 <%=
807 out=""
808 if not nodeinfo['smarthost'].empty?
809   out = '
810 SetMailRelay = localhost
811 '
812 else
813 out = '
814 SetMailRelay = master.debian.org
815 '
816 end
817 out
818 %>
819 ## Custom subject format
820 #
821 MailSubject = [Samhain at %H] %T: %S
822
823 ## --- end E-Mail ---
824
825 ## Path to the prelink executable
826 #
827 # SetPrelinkPath = /usr/sbin/prelink
828
829 ## TIGER192 checksum of the prelink executable
830 #
831 # SetPrelinkChecksum = (no default)
832
833
834 ## Path to the executable. If set, will be checksummed after startup
835 ## and before exit.
836 #
837 # SamhainPath = (no default)
838
839
840 ## The IP address of the log server
841 #
842 # SetLogServer = (default: compiled-in)
843
844 ## The IP address of the time server
845 #
846 # SetTimeServer = (default: compiled-in)
847
848 ## Trusted Users (comma delimited list of user names) 
849 #
850 # TrustedUser = (no default; this adds to the compiled-in list)
851
852 ## Path to the file signature database
853 #
854 # SetDatabasePath = (default: compiled-in)
855
856 ## Path to the log file
857 #
858 # SetLogfilePath = (default: compiled-in)
859
860 ## Path to the PID file
861 #
862 # SetLockPath = (default: compiled-in)
863
864
865 ## The digest/checksum/hash algorithm
866 #
867 # DigestAlgo = TIGER192
868
869
870 ## Custom format for message header. 
871 ## CAREFUL if you use XML logfile format.
872 ##
873 ## %S severity
874 ## %T timestamp
875 ## %C class
876 ##
877 ## %F source file
878 ## %L source line
879 #
880 # MessageHeader="%S %T "
881
882
883 ## Don't log path to config/database file on startup
884 #
885 # HideSetup = False
886
887 ## The syslog facility, if you log to syslog
888 #
889 # SyslogFacility = LOG_AUTHPRIV
890 SyslogFacility=LOG_LOCAL2
891
892 ## The message authentication method
893 ## - If you change this, you *must* change it
894 ##   on client *and* server
895 #
896 # MACType = HMAC-TIGER
897
898
899 ## everything below is ignored
900 [EOF]
901
902 #####################################################################
903 # This would be the proper syntax for parts that should only be
904 #    included for certain hosts.
905 # You may enclose anything in a @HOSTNAME/@end bracket, as long as the
906 #    result still has the proper syntax for the config file.
907 # You may have any number of @HOSTNAME/@end brackets.
908 # HOSTNAME should be the fully qualified 'official' name 
909 #    (e.g. 'nixon.watergate.com', not 'nixon'), no aliases. 
910 #    No IP number - except if samhain cannot determine the 
911 #    fully qualified hostname.
912 #
913 # @HOSTNAME
914 # file=/foo/bar
915 # @end
916 #
917 # These are two examples for conditional inclusion/exclusion
918 # of a machine based on the output from 'uname -srm'
919 # $Linux:2.*.7:i666
920 # file=/foo/bar3
921 # $end
922 #
923 # !$Linux:2.*.7:i686
924 # file=/foo/bar2
925 # $end
926 #
927 #####################################################################