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