Giter Site home page Giter Site logo

cnagios's Introduction


 Welcome to Cnagios!

 Cnagios is a full-screen terminal interface for viewing Nagios HOST
 and SERVICE objects, and the durations of their current states.  It's 
 lightning fast because it's written in C using the curses library.
 And it's super flexible because it uses the perl C library to shorten 
 and alter host, service and plugin output and filter the displayed 
 HOSTs or SERVICEs.  

 Download...

   https://github.com/dannywarren/cnagios/releases

 To use Cnagios, you'll need Unix, nagios, perl and the curses (or 
 ncurses) libraries.

 To configure, build and install Cnagios, do...

   ./configure
   make
   make install

 If you want to install cnagios and it's man page in /usr/local then
 do "make install2".

 To run Cnagios, add "/usr/local/nagios/bin" to your PATH (or copy
 cnagios into /usr/bin) and do...

   cnagios

 If you don't like the full-color display, try...

   cnagios -b

 To launch Cnagios from your window manager, configure it to run
 color Cnagios in a wide xterm terminal with no scroll bar... my
 favorite invocation is...

   xterm +sb -geom 100x35 -rv -e \
    /usr/local/nagios/bin/cnagios -s a -A 4h

 To modify the default/start-up configuration of cnagios, edit
 the /usr/local/nagios/etc/cnagiosrc and/or ~/.cnagiosrc file(s).

 You can also create permanent text (grep like) filters or negative 
 (grep -v like) filters by editing the /usr/local/nagios/etc/cnagiosrc 
 and/or ~/.cnagiosrc file(s).  These filters are perl regular expressions.  
 For example, the entry...

   f3 text =~ /IMAP|SMTP/

 and hitting the "F3" key will cause cnagios to only display objects
 matching "IMAP" or "SMTP".

 To modify host, service and plugin output, edit the perl code in...

   /usr/local/nagios/etc/cnagios.pl

 Refer to...

   https://github.com/dannywarren/cnagios/blob/master/cnagios.pl

 for lots of examples.

 --

 steve
 director of computing 
 physics department
 university of wisconsin

 --

 Steve died in his prime, on May 24, 2013.

 http://www.news.wisc.edu/21829

 dan bradley
 physics department
 university of wisconsin

 -- 

 Moved source from noc.hep.wisc.edu to github with the permission of Dan Bradley.

 https://github.com/dannywarren/cnagios

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.