-
Notifications
You must be signed in to change notification settings - Fork 8
Update from Beta V2 to Beta V3 and transfer data
- Removal of some unused IDs (moved into fields, deleted in later Retention Policy stages).
- Table
vsnap_pools
: Changed the type of absolute resource values from bytes to megabytes to avoid overflow. - Implements Continuous Queries and Retention Policy, breaking every single InfluxDB table Old data will be lost if no action is taken! You may transfer the data by completing the transfer steps below.
- Implementing Continuous Queries and Retention Policy
- Greatly limiting the long term data usage
- lots of bug-fixes
- greatly improved performance when requesting job logs
- Identical executions of SPPMon are now prevented. It is still possible to run multiple servers with the same arguments or the same server with different arguments.
- New Dashboards:
- 14 Day overview for the shot-term state
- 90 / Infinite Overview, toggleable for long term trend view and long term storage
- Multiple Server overview by a variable. It is possible to select servers as you wish to!
- Alerts are available per server. The template is automatically created by executing SPPMon with the
--create_dashboard
arg! - Check out your InfluxDB, SPP, and SPPMon version via the dashboard.
Optional/Recommended: Stop all cron-executions (comment)
-
Edit the .config file, alter only the database name:
database_name_1 -> database_name_2
-
Run SPPMon with ONLY following args:
--cfg=path/to/file --transfer_data --old_database=database_name_1
-
Check if there was a error when transfering. If yes, repeat once, if it still exists, reach out to me!
-
Execute SPPMon with following args:
--cfg=path/to/file --create_dashboard --dashboard_folder_path=../Grafana/
-
Import the new dashboard created into Grafana.
Make sure your data source name is the same as the database name!
-
Import the other 90/Inf-Dashboard into Grafana.
-
Test everything very detailed. Make sure your data exists in all 3 time-areas.
-
Once finished, delete the old database
database_name_1
:- Log in: influx -host hostaddress.com -ssl -unsafeSsl -username=username -password=password
DROP DATABASE database_name_1
OPTIONAL: Get the old database name back
- Edit the .config file back to the old DB name:
database_name_2 -> database_name_1
- Repeat Step
2
,3
and6
, now use--old_database=database_name_2
. Delete the DB afterwards by following step8
withDROP DATABASE database_name_2
re-enable cron jobs (uncomment)
The new dashboards have three different time views. The 90day and Infinite are integrated within a single Dashboard, toggleable via variable. 14days (regular) 90days (1d/6h grouped) Infinite (1w grouped)
Also, there is a multiple server overview of the last 14 days.
- Home
- Frequently asked Questions
- Overview of users
- Contact us
- Share Snapshots of Grafana
- SPPMon Command line arguments
- SPPCheck Command line arguments
- SPPCheck Export PDF Report
- Install Overview
- System Requirements
- Getting SPPMon Source Code
- Create dedicated user accounts in SPP server, vSnap, and VADP
- Create grafana users
- Import Grafana Dashboards