Search Results for "database monitor" - Page 6

Showing 251 open source projects for "database monitor"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It 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

    managing working hours

    Practice project : web application for managing working hours

    Web application for managing working hours. Application allows to monitor an employee's work hours. User can register as an employee or as a small company which includes a number of employees. There is an option to update and fix the reported hours. Technologies: code first fluent API LINQ Asp.net c # JavaScript jQuery
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Nyx is high performance network monitoring utility that allows for almost realtime IP and MAC address searching across your entire coporate network infrastructure. Written in Java, using Tomcat and MySQL as operating platform and SNMP for monitoring.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Amoeba is a proxy that sits between your client and DB server(s) that can monitor, analyze or transform their communication. written in java. 1.load balancing 2、failover; 3、queries Route.projects:amoeba for mysql ,for mongodb,for aladdin
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Stormons

    Stormons

    Stormons is a powerful SAN mapping and monitoring program

    Stormons is a powerful mapping and monitoring of san storage devices program. Designed to be fast, flexible, and rock-solid stable. Stormons runs on *NIX hosts and Windows and can monitor EMC² VNX Block and File, EMC² Symmetrix, NetApp FAS (7 mode), and Brocade switch devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Your monitoring isn't a stack. It's a pile. Fix that. Icon
    Your monitoring isn't a stack. It's a pile. Fix that.

    Errors, performance, logs, uptime. One install, one invoice, one UI.

    Replace Datadog, New Relic, and Sentry without adding three more dashboards.
    Free 30 days.
  • 5
    Productivito
    Open Source Productivity Tools for Home, Business and School LOOKING FOR CONTRIBUTORS (Contact us for details) Skills required: PHP, Zend, Database design - for web app QT - for client&server Features: Keystroke monitoring Log all keystrokes along with the window name they are typed. Emails sent and received logging Events timeline logging Log all events employees performed and view them in an organized listing. Website activity Log all websites visited by the popular browsers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    syphon is an extension for mod_openopc, to monitor telnet devices (serial devices) that sit on Serial -to- Ethernet bridges (such as barcode scanners) and export parsed data to an OPC compliant device (such as a PLC).
    Downloads: 19 This Week
    Last Update:
    See Project
  • 7
    This is an Oracle EM management plug-in for MySQL. It can be used to monitor MySQL database in OEM environment. We are also on Google Code: http://code.google.com/p/mysql-emx/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    VMI Honeymon

    IDS/Honeypot monitor based on LibVMI and Volatility

    IDS/Honeypot monitor based on LibVMI and Volatility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SimpleSiteAudit Multisite

    SimpleSiteAudit Multisite

    Detect file changes on remote web sites

    Combat the hackers with ‘Simple Site Audit Multisite’ website protection. With SSAM installed, you will be notified by email of any file changes that occur on your monitored sites. SSAM will detect files that have been added, removed or modified and if file permissions are changed. You will be able to automatically monitor all your sites from one ‘Master’ web site. Your sites can be monitored for hacker activity without any detectable monitoring system on the sites themselves. The...
    Downloads: 2 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 10
    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
  • 11

    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. It may also execute a user-defined script. For...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13

    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. If any of these tracked MACs appears on the LAN, the program...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    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
  • 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
    Maux is a database monitor system made on php, using apache server and mowes. The program is useful to monitoring Oracle 10G express/standart edition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    RIDSystem

    capturing packet and detecting intruders with their signature

    Introduction: This project has been developed to detecting intruder activity in your network according to the existing signature of intrusion attacks,Anomalous behaviour etc... Scope: Government authorities has lot of information about defence,revenue,income tax and many informations. Intrusion Detection System will certainly minimize the unauthorized access and take immediate response to stop such illegal works. MNCs manages their whole information system using application...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    PHPQstat is a web interface that allows to connect to the useful commands of the Sun Grid Engine (SGE) batch queue system. With this interface, you can monitor your job status and your queues health at real time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MAG Server

    MAG Server

    MAG Server stands for Monitor And Graphing Server. [VM Appliance]

    MAG is a combination of Linux, XYMon and Cacti all together in a virtual appliance ready to use. All 3 are solid pieces of software but when joined together they make a great tool to manage your network infrastructure and end systems. The Squidworks MAG server is a CentOS 5.6 Linux distribution that has a customized XYmon Monitoring and Cacti Graphing servers installed, configured and ready to use. All the dirty work has been done for you. Browse the informative splash page, there you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    watch3r

    Asterisk extensions monitor through a web panel.

    Asterisk extensions monitor through a web panel. Basically it's a daemon who connects to Asterisk AMI get peers and actualize a database.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Capi2Name is an ISDN capi monitor that listen for calls on the capidevice and prints the calls into a Mysql Database and with the PHP webinterface you can show after calls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is the project thread of my project, creating a monitor solution for BizTalk 2004 - BizTalk 2010. All based in MSSQL, PHP, JavaScript/Ajax and PowerShell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Xoosla

    Xoosla

    Xoosla CMS

    Xoosla CMS is an Object orientated content management system written with PHP. This makes it ideal for any type of website, whether it is a personal site, blogging or commercial portal. It's easy to use, secure and built with flexibility in mind.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    hibernate-jconsole
    hibernate-jconsole is a plugin to jconsole or visualvm which allows to monitor hibernate via its JMX capabilities. The plugin displays grahps and details on queries, entities, collections and cache efficiency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Yet another network monitoring framework. Uses Perl5, keeps both configuration and status in an SQL database, has Web status display and configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo