|
Revision 199, 0.8 kB
(checked in by mbr, 4 years ago)
|
minor comment fix
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
# |
|---|
| 2 |
########################################################################### |
|---|
| 3 |
# |
|---|
| 4 |
# File: alert.conf |
|---|
| 5 |
# |
|---|
| 6 |
# Purpose: This file is used to configure how both fwknop and knopwatchd |
|---|
| 7 |
# generate notification alerts. By default syslog and email |
|---|
| 8 |
# alerts are generated, but this file can be used to turn off |
|---|
| 9 |
# either or both. |
|---|
| 10 |
# |
|---|
| 11 |
########################################################################### |
|---|
| 12 |
# |
|---|
| 13 |
# $Id$ |
|---|
| 14 |
# |
|---|
| 15 |
|
|---|
| 16 |
### Allow reporting methods to be enabled/restricted. This keyword can |
|---|
| 17 |
### accept values of "nosyslog" (don't write any messages to syslog), |
|---|
| 18 |
### "noemail" (don't send any email messages), or "ALL" (to generate both |
|---|
| 19 |
### syslog and email messages). "ALL" is the default. Both "nosyslog" |
|---|
| 20 |
### and "noemail" can be combined with a comma to disable all logging |
|---|
| 21 |
### and alerting. |
|---|
| 22 |
ALERTING_METHODS ALL; |
|---|