Skip to content

chandro/Ariane-Monitoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

All data belongs to us! Bro.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.0%
  • PHP 28.3%
  • Shell 1.4%
  • CSS 0.3%