Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sk3pp3r/tsm2zabbix
Zabbix monitoring for Tivoli Storage Manager (TSM)
https://github.com/sk3pp3r/tsm2zabbix
grafana-dashboard spectrum-protect tsm-server zabbix-templates
Last synced: about 1 month ago
JSON representation
Zabbix monitoring for Tivoli Storage Manager (TSM)
- Host: GitHub
- URL: https://github.com/sk3pp3r/tsm2zabbix
- Owner: sk3pp3r
- License: gpl-3.0
- Created: 2019-03-28T07:39:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T09:18:25.000Z (about 2 years ago)
- Last Synced: 2024-10-14T07:48:52.120Z (3 months ago)
- Topics: grafana-dashboard, spectrum-protect, tsm-server, zabbix-templates
- Language: Shell
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### tsm2zbx
# Zabbix monitoring for Tivoli Storage Manager (TSM).---
> ## TL;DR
> > Put this script on any system with both the TSM client and zabbix sender installed.
Update the variables in the configuration section below
Import the template into Zabbix (make sure you change the "MAX_TAPES" and "LOW_SCRATCHVOLS" Macros!!)
Do stuff with the pool stats section if you wish to monitor your storage pools
Verify the schedule section at the bottom of this script meets your needs, I've included my cron entries for reference
Heavly based upon an existing template found here - https://www.zabbix.com/forum/showthread.php?t=25238----
### Making it work !
1. Installing IBM TSM Client 8.1.4 on Ubuntu 16.04
Read [here](https://github.com/DukeMobileTech/posts/wiki/Installing-IBM-TSM-Client-8.1.4-on-Ubuntu-16.04) how to install IBM TSM Client 8.1.4 on Ubuntu 16.04.
and insure `dsmadmc` client installed.
2. Install Zabbix_Sender client
3. Import `zbx_tsm_templates.xml` to `Zabbix` server.
4. Attached template to `TSM` node.
5. Download `tsm.sh` script and make it execue `(chmod +x tsm.sh)`.
6. Add to [Cron](https://github.com/sk3pp3r/cheat-sheet-pdf/blob/master/pdf/cron.pdf) `daily` and `hourly`. see note in file `tsm.sh`.![](img/img1.png)