Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.21 KB

README.md

File metadata and controls

59 lines (41 loc) · 2.21 KB

Ariane-Monitoring

Ariane-Monitoring is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

You should have received a copy of the license along with this work. If not, see https://creativecommons.org/licenses/by-nc-sa/4.0/

Build Status

alt tag

Server Overview: alt tag

Network History alt tag

Memory History alt tag

Triggers (We will adding more) alt tag

Well if you dont like the Theme, you can replace it with one from: https://bootswatch.com/

We have already some Theme's included, Default Theme: Flatly

Wallpaper used: http://aquafugit.deviantart.com/art/Ubuntu-Grunge-165623955

Requirements Webserver:

  • PHP 5.5 or higher, 7.0+ recommended
  • MySQL Database

Requirements VPS/Dedicated:

Upgrading:

Quick Setup:

  • Create a Database, add a User to the Database, Import the sql/ariane.sql file
  • Update /pages/config.php with your MySQL login details, your Timezone and your email for alerts.
  • Update /scripts/agent.sh and /scripts/install.sh with your URL (wget & curl)
  • Edit /tools/create_account.php, remove the exit()
  • Run URL/tools/create_account.php in your Browser.
  • Login with the Details from create_account.php
  • Delete create_account.php or add the exit() again.
  • Add the cron.php to your Crontab, like: "* * * * * /usr/bin/php /var/www/ariane/cron.php"

Quick Removal:

  • rm /var/spool/cron/crontabs/ariane_agent
  • pkill -u ariane_agent
  • userdel ariane_agent
  • rm -r /etc/ariane_agent