https://github.com/hernanmd/qlustar_scripts
Qlustar utility scripts
https://github.com/hernanmd/qlustar_scripts
cluster hpc hpc-clusters server-management server-side
Last synced: 10 months ago
JSON representation
Qlustar utility scripts
- Host: GitHub
- URL: https://github.com/hernanmd/qlustar_scripts
- Owner: hernanmd
- License: mit
- Created: 2018-12-13T19:10:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T18:23:02.000Z (almost 7 years ago)
- Last Synced: 2025-01-03T21:42:26.236Z (12 months ago)
- Topics: cluster, hpc, hpc-clusters, server-management, server-side
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Provides Qlustar utility scripts,
# Requirements
Install [tmuxp](https://github.com/tmux-python/tmuxp) before running these scripts:
```bash
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
pip install --user tmuxp
git clone https://github.com/hernanmd/qlustar_scripts.git
cd qlustar_scripts
```
# Usage
## Installation monitoring
```bash
cd install
./install.sh
```
## Qlustar server monitoring
```bash
cd monitor
./syslogviewer.sh
```