Interface ISiteSettingsRSyslogD

interface ISiteSettingsRSyslogD {
    _id: string;
    debug: boolean;
    enabled: boolean;
    ip: string;
    key: "rsyslogd";
    netconsole_enabled: boolean;
    netconsole_host: string;
    netconsole_port: string;
    port: string;
    site_id: string;
    this_controller: boolean;
    this_controller_encrypted_only: boolean;
}

Hierarchy (view full)

Properties

_id: string
debug: boolean
enabled: boolean
ip: string
key: "rsyslogd"
netconsole_enabled: boolean
netconsole_host: string
netconsole_port: string
port: string
site_id: string
this_controller: boolean
this_controller_encrypted_only: boolean

Generated using TypeDoc