aboutsummaryrefslogtreecommitdiff
path: root/src/conf/py-sample
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2022-05-20 12:16:44 +0800
committerDavid Timber <dxdt@dev.snart.me>2022-05-20 12:29:26 +0800
commit60a55ffab24b088b49200b178a2e7d6002abe70f (patch)
tree15013a5979c219bedf6d0ef41c328859457da68b /src/conf/py-sample
parentc660b8c97fdb64f22cd893e1acdb6f31e816f28f (diff)
Refactor, add AWS SNS MUA ...
- Refactor BootReport - Modularise MUA impls - Refactor setup_conf() - Add missing info from __str__() funcs - Doc AWS SNS MUA
Diffstat (limited to 'src/conf/py-sample')
-rw-r--r--src/conf/py-sample/sample.jsonc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/conf/py-sample/sample.jsonc b/src/conf/py-sample/sample.jsonc
index 9aa4fa0..0004a28 100644
--- a/src/conf/py-sample/sample.jsonc
+++ b/src/conf/py-sample/sample.jsonc
@@ -1,11 +1,13 @@
{
"include": [ "/etc/palhm/conf.d/core.json" ],
- // "modules": [ "aws" ],
+ "modules": [ "aws" ],
"nb-workers": 0,
// "vl": 4,
"boot-report": {
// "mua": "stdout",
"mua": "mailx",
+ // "mua": "aws-sns",
+ // "mua-param": {},
"mail-to": [ "root" ]
// "subject": "Custom Boot Report Subject from {hostname}",
// "header": "Custom header content with {hostname} substitution."