Cutting edge IT software - what's out there and what do you use

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring Cutting edge IT software - what's out there and what do you use
# 8  
Old 03-23-2010
It seems there is a new "Ultra-Cutting-Edge" version of Nagios called "Nagios XI"... It was released a few months ago... Haven't tried this new version though.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Comparing two edge list

Hello, I have two network edgelists with first two columns as nodes and the last column pearson correlation coefficient (PCC). I want to remove the edges from net1 whose edges are common with net2 && (PCC)net2>=(PCC)net1 net1.txt A B 0.6 A C 0.7 B C 0.7 D C ... (1 Reply)
Discussion started by: Sanchari
1 Replies

2. Web Development

Set Edge Compatibility Mode for IE

hi i have code in iplanet webserver in obj.conf file <If $uri !~'^/app/literature/item/(.*)'> AuthTrans fn="set-variable" insert-srvhdrs="X-UA-Compatible:IE=EmulateIE8" </If> i want to migrate it to apache webserver need your help to replace the above code for apache webserver. i... (0 Replies)
Discussion started by: raghur77
0 Replies

3. Shell Programming and Scripting

Dealing with edge-list

I have an edge-list with nodes, edge.txt A B B J J H C A G H G A A C K G I have another file which tells me which of these nodes are important, input.txt G C A (3 Replies)
Discussion started by: Sanchari
3 Replies
Login or Register to Ask a Question
nagiosstats(8)							      nagios							    nagiosstats(8)

NAME
nagiosstats - report statistics information from the Nagios system SYNOPSIS
nagiosstats [-hVL] [-c config] [-m] [-d] DESCRIPTION
nagiosstats is a program designed to provide information on the running Nagios system. It can provide a brief summary of information, or it can be used to export specific information about the Nagios system into an MRTG-compatible format. For more information please consult the Nagios online documentation available at http://www.nagios.org or the documentation available with your Nagios server's web page. OPTIONS
-c|--config=FILE The main configuration file. On openSUSE systems this defaults to /etc/nagios/nagios.cfg -m|--mrtg Print output in MRTG-compatible format. For more details run nagiosstats with --help -d|--data=VARS Comma-seperated list of variables to output in MRTG format. For more details run nagiosstats with --help. -h|--help A helpful usage message -V|--version Print version information -L|--license Print license details FILES
/etc/nagios Default configuration directory for Nagios AUTHOR
Nagios is written and maintained by Ethan Galstad <nagios@nagios.org>. This manual page was written by sean finney <seanius@debian.org> for the Debian GNU/Linux operating system (but it may be freely used, modified, and redistributed by others) and adapted for openSUSE by Lars Vogdt. sean finney, Lars Vogdt February 2006, May 2010 nagiosstats(8)