Versions in this module Expand all Collapse all v1 v1.0.8 Nov 7, 2015 v1.0.7 Oct 29, 2015 Changes in this version + func HasJournalctl() bool + func HasSystemctl() bool v1.0.6 Sep 13, 2015 Changes in this version + const AnalyzeLogsName + const UnitStatusName + func GetSystemdUnits(logger *log.Logger) map[string]types.SystemdUnit + type AnalyzeLogs struct + SystemdUnits map[string]types.SystemdUnit + func (d AnalyzeLogs) CanRun() (bool, error) + func (d AnalyzeLogs) Check() types.DiagnosticResult + func (d AnalyzeLogs) Description() string + func (d AnalyzeLogs) Name() string + type UnitStatus struct + SystemdUnits map[string]types.SystemdUnit + func (d UnitStatus) CanRun() (bool, error) + func (d UnitStatus) Check() types.DiagnosticResult + func (d UnitStatus) Description() string + func (d UnitStatus) Name() string