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.
-
netdata
Real-time performance monitoring, done right! https://www.netdata.cloud -
Sentry
Sentry is cross-platform application monitoring, with a focus on error reporting. -
cadvisor
Analyzes resource usage and performance characteristics of running containers. -
Cabot
Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty -
Healthchecks
A cron monitoring tool written in Python & Django -
LibreNMS
Community-based GPL-licensed network monitoring system -
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. -
ElastiFlow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack -
Zabbix
Real-time monitoring of IT components and services, such as networks, servers, VMs, applications and the cloud. -
psdash
A linux system information web dashboard using psutils and flask -
ServerStatus BotoX
Display and monitor your servers statistics in a beatiful way -
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 -
Monit
Small Open Source utility for managing and monitoring Unix systems. -
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. -
pyDash
Small web-based monitoring dashboard for linux in Python and Django -
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 -
Merlin
Module for Effortless Redundancy and Loadbalancing In Naemon -
netcheck
Netcheck API - Website performance and availability monitoring app -
Observium
SNMP monitoring for servers and networking devices. Runs on linux. -
Opsview
Based on Nagios 4, Opsview Core is ideal for small IT and test environments. -
EdMon
A command-line monitoring application helping you to check that your hosts and services are available, with notifications support. MIT Java -
NetXMS
Open Source network and infrastructure monitoring and management. (Source Code) -
PHP Server Monitor
Open source tool to monitor your servers and websites
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!
* 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.