Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psi-4ward/moni4ward
Contao-Extension: Service-Monitoring utility
https://github.com/psi-4ward/moni4ward
Last synced: 22 days ago
JSON representation
Contao-Extension: Service-Monitoring utility
- Host: GitHub
- URL: https://github.com/psi-4ward/moni4ward
- Owner: psi-4ward
- Created: 2013-10-14T10:27:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T10:29:44.000Z (over 10 years ago)
- Last Synced: 2024-12-09T08:46:54.907Z (25 days ago)
- Language: PHP
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moni4ward - service checking utility
Cronjob
```
*/3 * * * * www-default /usr/bin/php ..../system/modules/moni4ward/bin/check_service.php --cron
```You can use several placeholders in the notification items:
* `data`: The current date
* `time`: The current time
* `result`: The service-check result (PASS|FAIL)
* And nearly all fields from the tables `tl_moni4ward_service` and `tl_moni4ward_server`License: [LGPL](http://www.gnu.org/licenses/lgpl-3.0.html)
Author: [Christoph Wiechert | 4ward.media](http://www.4wardmedia.de)