ServerStatus moejda alternatives and similar tools
Based on the "Monitoring" category.
Alternatively, view ServerStatus moejda 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. -
EdMon
A command-line monitoring application helping you to check that your hosts and services are available, with notifications support. MIT Java
InfluxDB high-performance time series database

* 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 ServerStatus moejda or a related project?
README
Community
Server Status now has a community forum open to everyone. https://www.pilabs.io/forum/
ServerStatus
ServerStatus is based off BlueVM's Uptime Checker script, original download and information.
It uses Bootstrap for theming and progress bars.
You can currently see Load, RAM (free), HDD (free) statistics, and if it is online or not.
Screenshot
Installation
- Create a database with a user.
- Import the servers.sql file in in the /sql/ folder, to populate the database.
- Configure /includes/config.php with the database and user information.
- Copy uptime.php to any server you want to monitor. This needs to be publicly accessible.
- Insert an entry into the database.
- name - The name of your server.
- url - The URL path to the uptime.php file (minus uptime.php and http://) e.g. dns.domain.tld/path/
- location - Where is your server physically located?
- host - The name of the host of which your server is hosted by.
- type - What type of server is this? DNS, SQL, Apache/nginx, etc.
Requirements
Remote Servers:
- PHP5, currently php_exec needs to be enabled in order to get the uptime.
- Web Server (lighttpd, apache2, nginx, etc.)
- You do NOT need a database running on the remote servers.
Master Server:
- PHP5 + PHP5_CURL
- Web Server (lighttpd, apache2, nginx, etc.)
- mySQL server unless you choose to use a remote mySQL server.