mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
5 lines
904 B
MySQL
5 lines
904 B
MySQL
|
|
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);
|