Showing 1341 open source projects for "monitor"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1

    Spondulas

    Spondulas is browser emulator designed to retrieve web pages for hunti

    Spondulas is browser emulator and parser designed to retrieve web pages for hunting malware. It supports generation of browser user agents, GET/POST requests, and SOCKS5 proxy. It can be used to parse HTML files sent via e-mail. Monitor mode allows a website to be monitored at intervals to discover changes in DNS or content over time. Autolog mode creates an investigation file that documents redirection chains. The retrieved web pages are parsed for links and reported to an output file. More information is available on the wiki.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    SarBox

    SarBox helps user to parse or analyze sar data

    The software program (SarBox) parses and analyzes SAR data in charts or text formats. SAR is cumulative activity counters in the operating system. It is the most comprehensive command which helps to monitor performance of various Linux / Solaris subsystems (CPU, Memory, I/O, Disk, Network, etc) all in same log. This makes it difficult to analyze since every counter data is dumped into the log file. SarBox helps to analyze this log file and present data in graphical charts or text format. To collect sar statistics from an environment, use below syntax [user@host ~]# sar -A 30 2 > sar_linux.log “30 2” reports for every 30 seconds and total of 2 times, written in sar_linux.log.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    phphiveadmin

    A php to Hive(hadoop) admin tool

    An open source Hive(hadoop) admin tool, that could do sql query and monitor map/reduce progress on web, better than hive-hwi, written with php, easy to setup and use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    conky-top

    a top conky monitor pannell

    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5
    StoMpd - Studio Tools On MPD

    StoMpd - Studio Tools On MPD

    Advanced MPD Client

    StoMpd offer a wide range of specialized features aimed at broadcasters/studio use, built upon the Mpd audio server. IMPORTANT: Uses the client-to-client API featured in MPD v0.17+. MPD version 0.17 0r higher is a REQUIREMENT. Please visit stompd.org for further details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Enterprise
    Enterprise is an open source monitor and advanced log parser. Based on Enterprise ship state system controller of Star Trek, It is able to let you know about the state of your services in a given time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    NDPMon

    NDPMon - Neighbor Discovery Protocol Monitor

    The Neighbor Discovery Protocol Monitor (NDPMon) is used by Internet Protocol version 6 network administrators for monitoring ICMPv6 packets. NDPMon observes the local network for anomalies in the function of nodes using Neighbor Discovery Protocol (NDP) messages, especially during the Stateless Address Autoconfiguration. When an NDP message is flagged, it notifies the administrator by writing to the syslog or by sending an email report.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    ftp-upload-mon

    ftp log monitor

    monitors ftp logs and sends alerts if user exceeds limit set, it also updates a mysql db table with users who do log in via ftp - to keep track and work out inactive accounts. If the user tracking feature is not required then edit ftpmon.pl and comment out line 121, which does a system call (ye I know rubbish to ftp-db.pl) This was a quick fix because the db server was running off a test machine and there was some network issues which caused mysql not to respond, this would crash the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TCP/IP session monitor (packet capture tool)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    Netviz

    Netviz is a Python app designed to monitor devices on the user's LAN.

    Netviz (short for NETwork VIsualiZer) is a Python program I cobbled together for a user to monitor devices on the user's LAN or a small section of the Internet. Essentially, it's a pretty interface for information on the MAC addresses and IPs of those devices. The range to search can be set either by the boundaries of the user's LAN using the "Find Range" button or through user-typed IPs. Also, there is a list of tracked MACs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11

    SQL Server Reachability Monitor

    Monitor Sql Server Reachability

    Enter connection string + Enter 1 to 10 SQL Count Requests + Launch this console application and it will monitor SQL Server Availability and Connectivity. When an error occurs, it stops for you to check the error then continues...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    UptimeChecker

    A small Java program to check regularly if a website is online

    This small program was created 2 years ago with the purpose of being run on a webserver which periodically tries to reach an internet hostname to check if it's reachable and if the internet connection is up. (My plan was to monitor the SLA for my Internet connection). Now I have started working again on it. Few tweaks coming up shortly: -logs for downtime -doesn't exit when the host can't be reached -a GUI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    TCP-Watcher

    Monitor TCP ports on serveral hosts

    This small ruby script is written as a school project. The intention is to monitor ports over TCP connection. Append the results in a MySQL database, and notify via gmail / google apps mail, if a port isn't connectable. You could run it as a cron job, or make a while true .... sleep 300 Remember to install the gems. ignore the warnings from tlsmail. MySQL instructions: mysql -u root -p <root password here> CREATE DATABASE sites; GRANT ALL ON sites.* TO USER@localhost IDENTIFIED by 'PASSWORD'; exit replace USER with your username, 'PASSWORD' with your password. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Forum Monitor
    Cross-platform software that automatically monitors your favorite forums looking for new messages and inform you in real time directly into your desktop. It has a flexible structure designed to work through extensible config files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    GoldenGate
    GoldenGate is an open source file transfer monitor in Java including several protocols (FTP, SSH, HTTP,...) to enable bridging and dynamic actions on transfer. First the FTP server supports RFC 959,775,2389,2428,3659 and others like XCRC,XMD5 and XSHA1. The project is now moved to Waarp. http://waarp.github.com/Waarp/index.html The old site still remain for old versions: http://openr66.free.fr/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    GISAH

    Clean!

    GISAH (Gisah is simple as hell) is a Libre janitorial, doctor, and mechanical tool that works in various shells, such as MS-DOS, licensed under the GNU General Public License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Stars logo animation

    Cubic stars with your logo flying in the face of you...

    ...(move the mouse or button and it will finis) If you want to change the image on the cubes, just change the signal.bmp like you want. (attention for the size) You can put on your monitor for publish your company or products. You can use freely. Write us if you want some special modification. Enjoy. office@softwareland.hu www.softwareland.hu
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    HOPSA
    HOPSA, high oxygen pressure sputter automation, is a Python 3 project to control a step wise sample creation Process. Although written for this specific task it is easy to adopt for any experimental task which changes hardware parameters and waits for a specific condition before proceeding. The graphical interface (QT4) includes plotting (matplotlib), instrument configuration/monitoring and a program step creator. The communication with the hardware is independent of the GUI and any number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    GPU System Monitor

    A modified version of existing GNOME system monitor with GPU parameter

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    mycloudportal.in

    enterprise cloud management solution

    As an enterprise cloud management solution the idea of my cloud portal is to provide a single pane of glass for the user to Consume and Govern any service from any cloud. This cloud management solution can be used as a cloud broker, cloud gateway or a cloud control panel. In its current state it enables users to consume, monitor and manage services from Eucalyptus private cloud & AWS public cloud (Amazon Web Services).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Xymon Monitor for Vmware ESXi

    External script for Xymon server to query an ESXi

    Queries an ESXi for all essential data and populates the appropriate columns using esxcli, VIPerl, vMA, SNMP, and maybe something more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A Java library that allow Java applications to receive file system events on Windows and Linux.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    UpForCoffee

    UpForCoffee

    Tray Icon to warn your coworkers when you want to go grab some coffee!

    Up for coffee is a Java client/server application that will, with a sublte tray Icon, help you monitor whether your coworkers are up for coffee.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AseMon - The GUI Version
    NOTE: this project has been moved to: https://sourceforge.net/projects/asetune This due to name clash with asemon_logger. It is still a Performance Monitor for Sybase ASE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    sprayqc

    sprayqc

    LC-MS/MS monitoring

    SprayQc is composed of multiple plug-in software components that use computer vision to analyze electrospray conditions, monitor the chromatographic device for stable backpressure, interact with a column oven to control pressure by temperature and ensure that the mass spectrometer is still acquiring data. Action is taken when a failure condition has been detected, such as stopping the column oven and the LC flow as well as automatically notifying the appropriate operator.
    Downloads: 0 This Week
    Last Update:
    See Project