An open API service indexing awesome lists of open source software.

https://github.com/djdefi/pingcheck

Some sort of basic monitoring system
https://github.com/djdefi/pingcheck

Last synced: about 1 year ago
JSON representation

Some sort of basic monitoring system

Awesome Lists containing this project

README

          

What?
=========
Web Application to monitor remote systems on demand.

Why?
=========
To learn PHP and other web related tech.

How?
========
1) Clone the repo

2) Setup MySQL DB Schema:

```
$ mysql -u user -p
mysql> CREATE DATABASE rmspcheck;
mysql> USE rmspcheck;
mysql> SOURCE database/schema.sql
```

3) Edit includes/mysql.php

4) Browse to monitor.php