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.
-
cadvisor
Analyzes resource usage and performance characteristics of running containers (Source Code) Apache Go -
Healthchecks
Monitoring for cron jobs, background services and scheduled tasks. -
ElastiFlow
Network flow Monitoring (Netflow, sFlow and IPFIX) with the Elastic Stack. -
Performance Co-Pilot
Lightweight, distributed system performance and analysis framework. -
Monit
Small Open Source utility for managing and monitoring Unix systems. -
eZ Server Monitor
A lightweight and simple dashboard monitor for Linux, available in Web and Bash application. -
AS-Stats v1.6 (2014-09-12)
A simple tool to generate per-AS traffic graphs from NetFlow/sFlow records -
Naemon
Network monitoring tool based on the Nagios 4 core with performance enhancements and new features. -
SWMP - Server Web Monitor Page
Server Web Monitor Page -
Check VMware API
An op5 Monitor/Naemon plugin to monitor VMware virtualization environment -
Bloonix
Bloonix is a monitoring solution that helps businesses to ensure high availability and performance. GPLv3 Perl -
bolo
A Do-it-Yourself monitoring framework built to gather metrics, mine data and report on the systems in your network. -
Opsview
Based on Nagios 4, Opsview Core is ideal for small IT and test environments. -
Zenoss
Application, server, and network management platform based on Zope. -
Observium
SNMP monitoring for servers and networking devices. Runs on linux. -
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)
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
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.