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.
-
Sentry
Developer-first error tracking and performance monitoring -
cadvisor
Analyzes resource usage and performance characteristics of running containers. -
VictoriaMetrics
VictoriaMetrics: fast, cost-effective monitoring solution and time series database -
Healthchecks
A cron monitoring tool written in Python & Django -
LibreNMS
Community-based GPL-licensed network monitoring system -
Cabot
Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty -
Vector
Vector is an on-host performance monitoring framework which exposes hand picked high resolution metrics to every engineer’s browser. -
Riemann
A network event stream processing system, in Clojure. -
Zabbix
Real-time monitoring of IT components and services, such as networks, servers, VMs, applications and the cloud. -
ElastiFlow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack -
psdash
A linux system information web dashboard using psutils and flask -
ServerStatus BotoX
Display and monitor your servers statistics in a beatiful way -
Scrutiny
Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds -
rtop
rtop is an interactive, remote system monitoring tool based on SSH -
PhpSysInfo
phpSysInfo: a customizable PHP script that displays information about your system nicely -
checkmk
Checkmk - Best-in-class infrastructure & application monitoring -
Monit
Small Open Source utility for managing and monitoring Unix systems. -
pyDash
Small web-based monitoring dashboard for linux in Python and Django -
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
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. -
eZ Server Monitor
eZ Server Monitor`Web - A simple and lightweight dashboard for Linux -
AS-Stats v1.6 (2014-09-12)
A simple tool to generate per-AS traffic graphs from NetFlow/sFlow records -
SWMP - Server Web Monitor Page
A responsive, eye-pleasing Linux server statistics dashboard. -
Check VMware API
An op5 Monitor/Naemon plugin to monitor VMware virtualization environment -
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. -
Merlin
Module for Effortless Redundancy and Loadbalancing In Naemon -
netcheck
Netcheck API - Website performance and availability monitoring app -
NetXMS
Open Source network and infrastructure monitoring and management. (Source Code)
Access the most powerful time series database as a service
* 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.