Showing 29 open source projects for "module"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 1
    Google Logging Library

    Google Logging Library

    C++ implementation of the Google logging module

    Google Logging (glog) is a C++98 library that implements application-level logging. The library provides logging APIs based on C++-style streams and various helper macros. glog supports multiple build systems for compiling the project from source, Bazel, CMake, and vcpkg. glog also supports CMake that can be used to build the project on a wide range of platforms. If you don’t have CMake installed already, you can download it for from CMake’s official website. CMake works by generating native...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    logspout

    logspout

    Log routing for Docker container logs

    Logspout is a log router for Docker containers that runs inside Docker. It attaches to all containers on a host, then routes their logs wherever you want. It also has an extensible module system. It's a mostly stateless log appliance. It's not meant for managing log files or looking at history. It is just a means to get your logs out to live somewhere else, where they belong. For now it only captures stdout and stderr, but a module to collect container syslog is planned. Logspout is a very...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    morgan

    morgan

    HTTP request logger middleware for node.js

    This is a Node.js module available through the npm registry. Installation is done using the npm install command. Create a new morgan logger middleware function using the given format and options. The format argument may be a string of a predefined name, a string of a format string, or a function that will produce a log entry. The format function will be called with three arguments tokens, req, and res, where tokens is an object with all defined tokens, req is the HTTP request and res...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    keysniffer

    keysniffer

    Linux kernel mode debugfs keylogger

    A Linux kernel module to grab keys pressed in the keyboard, or a keylogger. keysniffer was initially written with the US keyboard (and conforming laptops) in mind. By default it shows human-readable strings for the keys pressed. However, as keyboards evolved, more keys got added. So the module now supports a module parameter codes which shows the keycode shift_mask pair in hex (codes=1) or decimal (codes=2). You can lookup the keycodes in /usr/include/linux/input-event-codes.h. The keypress...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5

    Autologging

    Easier logging and tracing of Python functions and class methods.

    Autologging eliminates boilerplate logging setup code and tracing code, and provides a means to separate application logging from program flow and data tracing. Autologging provides two decorators and a custom log level: "autologging.logged" decorates a class to create a __log member. By default, the logger is named for the class's containing module and name (e.g. "my.module.ClassName"). "autologging.traced" decorates a class to provide automatic CALL/RETURN tracing for all class, static...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    [ set status to abandon - volunteers welcome ] The postfix-logwatch / amavis-logwatch log analyzers produce summaries, reports and statistics regarding the operation of postfix and amavis. Use standalone, or as a filter module for the open source logwatch utility.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7

    Super Copy or Paste

    Super Copy Paste - save every copy action you do

    Super Copy Paste - Save every copy action (CTRL+C) you do. Restore your past copy actions (CTRL+C) anytime. Your copy actions get saved automatically. When you open this software for the first time, it activates the recording module for your copy actions. From the second time you open the software, you will see the stored archive. The supported installation languages are: French, English, Spanish, Italian & German. This software is technically supported around the clock...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    nf_quota is an ip-based traffic accounting project. IPs can be added to users. It provides a kernel module that hooks onto netfilter and counts every packet passing a specified interface. If the quota for a ip/user is exceeded, the packet is dropped.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Zabbix log alert forward module for zLogFabric central logging framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 10
    This project aims a proving an Hardware as a VSCP node (M2M) to store information remotely on the CAN network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    cross platform logging module for Python with a C interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    yalimon (Yet another linux monitoring tool) is a python script that runs as a cron job, gathers data from several commands, stores it in a database and then creates graphs out of it. A web interface is used to view the images and to manage the module
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Web based Change Management database for servers/software/devices. Have full control of the complete history of changes done to your server/software/devices from one common interface, accessible from any web browser. Includes an asset management module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    py-rrdtool is a Python module provides an interface to RRDTool, the well known graphing/logging tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Moodss is a modular monitoring application, composed of a GUI and a daemon, which supports any device or process for which a module can be developed. Complete dashboards with graphical viewers, thresholds, SQL database archiving, ... can be managed.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    A wrapper for Python's standard logging module to provide a file-like interface. Allows legacy code that wishes to log to a file (including stdout and stderr) to use the logger facility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Module to allow for reading lines from a continuously-growing file (such as a system log). Handles log files that get rotated/trucated out from under us. Inspired by the Perl File::Tail module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Compiere-NMA is a compiere module for network monitoring, pbx cdr, accounting and billing. Target is to provide the needed infrastructure for providers and companies needed to monitor and bill IP networks based on Compiere ERP + CRM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This perl script, Peril, uses the Perl module File::Tail to tail the syslog file (or any other file for that matter) and inserts the lines into a MySQL database using DBI. It includes a quick phpMyEdit generated page to view the logs through a browser an
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Nasty LKM Defender is a module wich protects Your system against some nasty modules (e.g. rootkits). Well mainly it protects sys_call_table and some other important functions (get_module_list, sys_query_module)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Status Module is a daemon which forwards vital system information (memory usage, active processes, etc.) into the kernel logs by using a kernel module. This is very useful for logging or security purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    log4py is a logging module for python, similar to log4j
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    pam_eps enables you to authentify users against a machine with a ssh daemon running. If the user exists in the remote server and the password is correct a new user with the expecified password and username will be created in the local machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A linux kernel module and supporting user space environment which allow interception and modifying system calls that match user defined criteria. Think of it as strace on steroids.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is an object-orientated perl module that may be used to rotate logfiles. Some of the features supported include, optional compression, multiple logfile archives and process signalling
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next