resources: msg: Introduce new resource type to log arbitrary messages

Untested things:
* systemd journal

Unimplemented things:
* syslog
This commit is contained in:
Felix Frank
2016-09-22 00:31:51 +02:00
committed by James Shubin
parent 41b3db7d6b
commit 30d93cfde7
4 changed files with 297 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ type GraphConfig struct {
Svc []*resources.SvcRes `yaml:"svc"`
Exec []*resources.ExecRes `yaml:"exec"`
Timer []*resources.TimerRes `yaml:"timer"`
Msg []*resources.MsgRes `yaml:"msg"`
} `yaml:"resources"`
Collector []collectorResConfig `yaml:"collect"`
Edges []edgeConfig `yaml:"edges"`