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