Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

chluehr/udjat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udjat Monitoring

Warning

Work-In-Progress! This project is currently not in a working state!

Requirements

  • PHP 5.3+
  • mongoDb (sudo apt-get install mongodb)
  • PHP mongo pecl extension (sudo pecl install mongo)
  • Apache / mod_rewrite (sudo a2enmod rewrite)

Installation

Monitor / Server:

  • set up a (virtual) host for you webserver, pointing at the htdocs folder
  • allow .htaccess files (needed for dynamic rewrite rules)

Client:

  • transfer the "client" directory to all systems in need of monitoring
  • copy udjat.conf.dist to udjat.conf and change the url accordingly
  • add a cronjob, 5 minute interval:

*/5 * * * * /ABSOLUTE_PATH_TO_CLIENT_DIRECTORY/client/udjat.sh 2>&1 >/dev/null

Usage

3rd Party Code

Credits

  • HTML template based on Redmine Issue Tracker
  • Default theme based on Redmine Basecamp template

About

Testing various monitoring approaches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published