Monit check interface

interface MonitCheck {
    content: string;
    enabled: boolean;
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

content: string
enabled: boolean
name: string