https://github.com/simplicitesoftware/operation
Operation tools for Simplicité(R)
https://github.com/simplicitesoftware/operation
Last synced: 6 months ago
JSON representation
Operation tools for Simplicité(R)
- Host: GitHub
- URL: https://github.com/simplicitesoftware/operation
- Owner: simplicitesoftware
- License: apache-2.0
- Created: 2015-08-28T15:01:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T23:21:22.000Z (over 9 years ago)
- Last Synced: 2024-12-29T10:44:54.144Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

***
Operation tools for Simplicité®
===============================================
This are examples of operation tools for Simplicité® instances.
These shell scripts have been developped on Linux CentOS, there are easily transposable to other platforms.
* `healthcheck.sh ` this script calls the health chack page of the designated instance using the `curl` tool, it parses status and memory information and records it in a log and in a CSV data file
* `healthchecks.sh ` this script loops on all URLs stored in designated file and calls `healthcheck.sh` for each of them
NB: to be able to send emails using `mailx` the scripts needs a `operation` account to be configured in the operation user's `$HOME/.mailrc`.