Git Product home page Git Product logo

armt's Introduction

ARMT

ARMT (Another Remote Monitoring Tool) is another tool to assist server administrators in their fight to keep servers online.

This tool is still a work in progress so do not expect too much yet.

Currently monitoring of a remote server is performed via various scripts many of which perform simple repeatble tasks, such as checking for a running process or checking if a service such as HTTP is alive.

Other checks are not feasable or are a pain to perform as they require support of other tools such as a recent version of smartmontools, or other dependent libraries that may not be installed on the target machine.

ARMT aims to work around these issues by compiling to a static binary that contains all the required support tools embedded also as static binaries. So far ARMT is able to perform the following:

  • Get installed PCI devices
  • Get SMART status of block devices
  • Get CCISS RAID status of arrays
  • Get MD (Software) RAID status of arrays
  • Get a running process list and ports bound to processes
  • Connect to a HTTP(s) server
  • Create and compare a MD5 hash database of critical system files

To perform these tasks ARMT uses the following support libraries and executables

  • libpcre
  • polarssl
  • smartctl
  • cciss_vol_status
  • megactl (not used yet)
  • lsscsi (not used yet and may be removed)
  • zlib (not used yet)

To avoid shared linking ARMT also has it's own built-in DNS resolver that wraps gethostbyname as linking to gethostbyname causes a system dependency on the shared libc.

armt's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.