Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit d2aaf07

Browse files
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 tag
2 parents a21bc2f + 50b82f0 commit d2aaf07

20 files changed

+6997
-9551
lines changed

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
################################################################################
2-
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3-
################################################################################
4-
5-
/.vs
1+
/.vs
62
/python/.vs/python/v16
73
/python/python.pyproj
84
/python/python.sln
95

106
.config_files
117
config_files/*.conf
128
!config_files/sppconnections_default.conf
9+
Grafana/customer_dashboards/*

0 commit comments

Comments
 (0)