Cacti / plugin_flowview

FlowView Plugin for Cacti
GNU General Public License v2.0
18 stars 10 forks source link

when creating new schedule entry is inserted into DB but not shown in UI #210

Closed bmfmancini closed 3 months ago

bmfmancini commented 3 months ago
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [flowview]> select * from plugin_flowview_schedules;
+----+--------------+---------+--------------+---------+------------+---------------------+-------------------+-------------+----------------+----------+
| id | title        | enabled | sendinterval | timeout | lastsent   | start               | notification_list | email       | format_file    | query_id |
+----+--------------+---------+--------------+---------+------------+---------------------+-------------------+-------------+----------------+----------+
|  1 | New Schedule | on      |         3600 |      60 | 1723742967 | 2024-08-15 13:29:27 |                 0 | 1@1/com     | default.format |        1 |
|  2 | testing      | on      |         3600 |      60 | 1723841253 | 2024-08-16 16:47:33 |                 0 | abc@123.com | default.format |        1 |
+----+--------------+---------+-----------

image

bmfmancini commented 3 months ago

This is fixed