mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* convert zfs over to use json_app_get * make the format checker happy * change array brackets used and update for upcomming changes to json_app_get * change it over to do exception checking * styling cleanup * cleanup error handling * update to the latest json_app_get * correct a bit of logic for legacy and cleanup some formatting * add the snmprec files for the ZFS app * add the tests for ZFS with legacy extend * add another check * convert these from base64 to hex * remove improper commas * Match upstream spacing * fix typo * fix bad data and zfs metrics, allow float values * bad capture * improve comment * Update db_schema.yaml
3 lines
111 B
SQL
3 lines
111 B
SQL
ALTER TABLE application_metrics MODIFY value double;
|
|
ALTER TABLE application_metrics MODIFY value_prev double;
|