Collector Configuration Details
View https://grafana.com/dashboards/5084 & https://grafana.com/dashboards/7914
CREATE TABLE statusmap (state int(11) NOT NULL,statstring varchar(10) NOT NULL,hoststatstring varchar(10) NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
INSERT INTO statusmap (state, statstring) VALUES(0, 'OK', 'UP'),(1, 'WARNING', 'UP'),(2, 'CRITICAL', 'DOWN'),(3, 'UNKNOWN', 'DOWN');