This repository was archived by the owner on Dec 8, 2025. It is now read-only.
Commit d2aaf07
authored
Merge pull request #47 from IBM/develop: v0.5-Beta
Changes and Features:
- Includes now SPP 10.1.6 additional job information
- Sucess ratio of VM's backup (Example: 54/70 VM's backuped)
- Tracks root storage space of Server and vSnap clients
- Check if all components are configured correctly and working with `--test`
- Office365 Backup analysis (Items backuped, data transferred)
- Allows to copy a database with a new name in case of a naming error / backup.
- Adds and reorganized panels within Grafana
- Improvement of logging messages, code structure for late implementations and lot of bugfixes
Bugfixes:
- Replaced `top` command by `ps` command to bugfix the truncation of memory sizes of ssh-clients
- Reduces the `partial send` error-message of the influxDB to a minimum.
- Influx Version is now displayable even when not using an admin user
- The default table now also has a retention policy, fixing the use of the default split if no table is declared
- Added a missing comma in `df_ssh` table delcaration
- Fixes a bug with negative ssh-`FREE` ram values
- Now uses realpath for path-creation
SPPMon startup argument changes:
- Reminder: `--minimumLogs` depricated, to be removed in V1.0. Use `--loadedSystem` instead
- `--processStats` depricated, integrated into `--ssh`
- `transfer_data` removed. Use `copy_datase` instead.
- removed `--old_database`, integraded into `copy_database` CFG file.
- `--test` implemented
InfluxDB tables:
- `jobs`: Added new fields `numTasks`, `percent` and tag `indexStatus`.
- `jobs_statistics`: New
- `jobLogs`: Renaming of arguments, adding `jobExecutionTime`.
- `sppmon_metrics`: Added `influxdb_version` and new arguments
- `vmReplicateSummary` and `vmReplicateStats`: `removed tag `messageId`
- `vadps`: Moved 3 tags to fields, adjusted CQ to run on distinct ID's
- `ProcessStats`: Removed 2 fields and 3 tags due change `top` to `ps` command.
- `office365stats` and `office365transfBytes` new
- `df_ssh`: Renamed `avail` to `available`, bugfixing a tagFile tree
20 files changed
+6997
-9551
lines changed- Grafana
- python
- influx
- sppConnection
- sppmonMethods
- utils
20 files changed
+6997
-9551
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
| 9 | + | |
0 commit comments