mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Features: Add firewall graphs for Palo Alto Networks firewall * Features: Add firewall graphs for Palo Alto Networks firewall * Update db_schema.yaml
5 lines
904 B
SQL
5 lines
904 B
SQL
INSERT INTO `graph_types`(`graph_type`, `graph_subtype`, `graph_section`, `graph_descr`, `graph_order`) VALUES ('device', 'panos_sessions_tcp', 'firewall', 'Active Users', 0);
|
|
INSERT INTO `graph_types`(`graph_type`, `graph_subtype`, `graph_section`, `graph_descr`, `graph_order`) VALUES ('device', 'panos_sessions_udp', 'firewall', 'Active Users', 0);
|
|
INSERT INTO `graph_types`(`graph_type`, `graph_subtype`, `graph_section`, `graph_descr`, `graph_order`) VALUES ('device', 'panos_sessions_icmp', 'firewall', 'Active Users', 0);
|
|
INSERT INTO `graph_types`(`graph_type`, `graph_subtype`, `graph_section`, `graph_descr`, `graph_order`) VALUES ('device', 'panos_sessions_ssl', 'firewall', 'Active Users', 0);
|
|
INSERT INTO `graph_types`(`graph_type`, `graph_subtype`, `graph_section`, `graph_descr`, `graph_order`) VALUES ('device', 'panos_sessions_sslutil', 'firewall', 'Active Users', 0); |