Description
The Ninja project is an effort to develop an alternative Nagios/Naemon gui with the aim of being the most useful Open Source web front end for Naemon and Nagios. You will be able to use them as a combination or replacement to the existing Nagios CGI's. Ninja is in steady development so we would love to get your input, ideas or most preferably patches ;)
Ninja alternatives and similar tools
Based on the "Monitoring" category.
Alternatively, view Ninja alternatives based on common mentions on social networks and blogs.
-
Healthchecks
Open-source cron job and background task monitoring service, written in Python & Django -
Zabbix
Real-time monitoring of IT components and services, such as networks, servers, VMs, applications and the cloud. -
Vector
DISCONTINUED. Vector is an on-host performance monitoring framework which exposes hand picked high resolution metrics to every engineer’s browser. -
Statping-ng
An updated drop-in for statping. A Status Page for monitoring your websites and applications with beautiful graphs, analytics, and plugins. Run on any type of environment. -
Flapjack
DISCONTINUED. Monitoring notification routing + event processing system. For issues with the Flapjack packages, please see https://github.com/flapjack/omnibus-flapjack/ -
Thruk
Thruk is a multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken using the Livestatus API. -
AS-Stats v1.6 (2014-09-12)
A simple tool to generate per-AS traffic graphs from NetFlow/sFlow records -
Centreon
Centreon is a network, system and application monitoring tool. Centreon is the only AIOps Platform Providing Holistic Visibility to Complex IT Workflows from Cloud to Edge. -
SWMP - Server Web Monitor Page
DISCONTINUED. A responsive, eye-pleasing Linux server statistics dashboard.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Ninja or a related project?
Popular Comparisons
README
Ninja - Ninja is Now Just Awesome
Ninja is a modern web GUI for Naemon. Here is what it can look like:
- Dashboard for new users: [Dashboard for new users](screenshots/ninja_dashboard.png?raw=true)
- An Availability report: [An Availability report](screenshots/ninja_report.png?raw=true)
- Object listing, a.k.a. list view: [Object listing, a.k.a. list view](screenshots/ninja_listview.png?raw=true)
- A single object's properties: [A single object's properties](screenshots/ninja_object.png?raw=true)
Requirements
Ninja requires the following system software to be installed:
- php 5.3+
- php-mysql
- php-cli 5.3+
- MySQL 5+
- wkhtmltopdf (optional, used for PDF reports)
It also requires the following software:
- Naemon 1.0.4+ (needs to run on the same server) https://github.com/naemon/naemon-core
- Merlin https://github.com/op5/merlin
- The Naemon project's fork of Livestatus https://github.com/naemon/naemon-livestatus
Installation
Ninja is a web application mainly written in php so in short words the installation goes something like this:
Download a release tarball from https://github.com/op5/ninja/releases, or by checking out the project via git.
Put Ninja and all of its files so that they are accessible from a webserver. Make sure that all Ninja requirements are installed, and that both the Merlin and the Livestatus broker modules are loaded by Naemon.
Within the Ninja directory, type
make
andmake install
.Copy the Ninja dir to a suitable location. Will vary between installations.
cp -a ninja /var/www/html/
Ninja sadly mixes its static assets and PHP files (patches are welcome), so copying everything into the webroot is the common choice; rewriting a lot of paths is another choice. If you successfully get away with the second approach, email us (email address is mentioned later on) and we will buy you a beer.
Configure your webserver. We provide an example config file for apache located at op5build/ninja.httpd-conf. The example below works for CentOS and RedHat.
cp ninja/op5build/ninja.httpd-conf /etc/httpd/conf.d/ninja-httpd.conf vim /etc/httpd/conf.d/ninja-httpd.conf service httpd restart
Configure Ninja.
Edit the database connection settings in ninja/application/config/database.php and the path to the livestatus socket in /etc/op5/livestatus.yml There are more configuration files located in ninja/application/config/ but you should normally not require to edit them, the same goes for ninja/index.php which contains config regarding error reporting and general paths to Ninja's files.
If you want to use Ninja over http instead of https you should copy ninja/application/config/cookie.php to ninja/application/config/custom/ and change
$config['secure'] = true;
tofalse
.Setup the db tables required for Ninja by executing
ninja/install_scripts/ninja_db_init.sh
Configure /etc/op5/*.yml files; livestatus.yml should point to your livestatus socket. Look at the other files so they match your system.
Point your browser to https://yourip/ninja and try your installation.
Congratulations! You now (hopefully) have a working Ninja installation
Questions, feedback, patches
All form of communication is welcomed at op5's mailinglist, [email protected]. A subscription is needed in order to post, see http://lists.op5.com/mailman/listinfo/op5-users.
Check out https://www.op5.org for more info about Ninja.