Re: [Nagios-users] best way to analyse traffic on a network-device

2008-12-16 Thread Max
larger installations using the modpnpsender.c NEB module and xinetd mode for the RRD creation/update script process_perfdata.pl .. and one poll gets you fault management and graphing. - Max -- SF.Net email is Sponsored by

Re: [Nagios-users] Server planning for Nagios install

2009-01-25 Thread Max
ure out how to make a sizing formula, but I think that is quite a difficult thing to come up with. When I was first sizing a server, I used the user profiles feature on nagios.org fo get a good idea of sizing by reading about other peoples' installat

Re: [Nagios-users] SNMP monitoring of a Dell switch: snmpwalk succeds but check_snmp fails.

2009-01-29 Thread Max
" "1.3.6.1.2.1.1.2" "sysUpTime" "1.3.6.1.2.1.1.3" "sysContact""1.3.6.1.2.1.1.4" "sysName" "1.3.6.1.2.1.1.5" "sysLocation"

Re: [Nagios-users] SNMP monitoring of a Dell switch: snmpwalk succeds but check_snmp fails.

2009-01-30 Thread Max
Hi Rahul, On Fri, Jan 30, 2009 at 1:06 PM, Rahul Nabar wrote: > Ah! Now I am lost! What do you mean by this. Sorry I am a networks newbiee > and especially SNMP is greek-n-latin to me! SNMP data is represented as a huge heirarchical tree. Branches of the global tree can also be called tables.

Re: [Nagios-users] Disable inherited checks?

2009-02-02 Thread Max
d them to a host group, then just add new or existing hosts to the host group through the host group attribute of the host .. and voila .. done. - max -- This SF.net email is sponsored by: SourcForge Community SourceFor

Re: [Nagios-users] check_snmp_storage.pl error: Service check did not exit properly

2009-02-02 Thread Max
vice to additional hosts by just adding them to the disk-check-hosts hostgroup and defining the custom attributes in the host .. which means someone maintaining the code sees the attributes in one place .. with the host definition. Much more readable than having to browse through many services :).

Re: [Nagios-users] check_snmp_storage.pl error: Service check did not exit properly

2009-02-02 Thread Max
/lib/nagios/plugins'; missed the beginning slash in my first email. -= max -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skill

Re: [Nagios-users] check_snmp_storage.pl error: Service check did not exit properly

2009-02-04 Thread Max
> Thanks. This is like icing on the top but unfortunately doesn't help > solving my current problem. Did you try adding the use lib statement to the script? What do you get when you run, from the command line perl -wc /path/to/script/check_snmp_storage.pl ---

Re: [Nagios-users] Which books are best for Nagios 3

2009-02-05 Thread Max
s by David >> Josephsen (Paperback - Mar 2, 2007) >>4. Nagios 3 Enterprise Network Monitoring: Including Plug-Ins and >> Hardware Devices by Max Schubert, Derrick Bennett, Jonathan > Gines, >> and Andrew Hay (Paperback - Jun 2, 2008) > > > The Wolfgang

Re: [Nagios-users] PNP performance

2009-02-06 Thread Max
Hi Michael, I write about how the team I am on at Comcast implemented PNP to scale well on my blog. In a nutshell: * Use modpnpsender.c on your Nagios master (we added in fork() code so that Nagios doesn't pause while modpnpsender sends events .. will be releasing that code as a patch soon). Ha

Re: [Nagios-users] PNP performance

2009-02-06 Thread Max
00 times every polling cycle for 5000 TCP sends :p we had the same problem with having Nagios write to NPCD queue on the Nagios polling server. - Max -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R

Re: [Nagios-users] PNP performance

2009-02-06 Thread Max
o put the destination host IP, port and the debug flag in an external config file so that the module doesn't have to be recompiled when the destination IP changes :). I understand it was not production ready, I am very glad you included it as with some minor changes it has bee

Re: [Nagios-users] how is "Service check Latency" defined in nagios?

2009-02-09 Thread Max
Hi Rahul, On Mon, Feb 9, 2009 at 5:32 PM, Rahul Nabar wrote: > Thanks Max. That is a pretty intricate issue that I had no idea about! I'm > still trying to figure out the exact implications of what you describe. > Maybe I need to visit the Nagios manual again to re-read nagio

Re: [Nagios-users] how is "Service check Latency" defined in nagios?

2009-02-09 Thread Max
ou have all your delays tuned very low and no ceiling on max checks. for any other situation it is definitely something to investigate. - max -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) s

Re: [Nagios-users] how is "Service check Latency" defined in nagios?

2009-02-09 Thread Max
t having to change any core Nagios code, which is very cool. Graph nagios performance with PNP using the output of nagiostats from scripts run from cron or by Nagios itself. Regards, Max -- Create and Deploy Rich Internet A

Re: [Nagios-users] Notification on OK-state

2009-02-12 Thread Max
How about setting the notification command in the service to a null command of some sort and using a service escalation with the escalation states critical, warning, and ok all set and a first_notification value of 1 so that you constantly get the notification regardess of state? -

Re: [Nagios-users] graphing trends across hosts or services instead of a timeseries

2009-02-12 Thread Max
use the data sources from that package to do what you are after. I think on and off about doing just this kind of a report builder GUI for PNP, would not be too difficult, just need that ever rare

Re: [Nagios-users] monitor router temperature

2009-02-12 Thread Max
eries, and some 5000 series Ciscos support temperature sensors, 2x and 3x models do not, the 4000 series models I have used did not either. What kind of device are you querying? If it is a Cisco device, it will need to support the CISCO-ENTITY-SENSOR MIB http://www.oidview.com/mibs/9/CISCO-EN

Re: [Nagios-users] Cacti intigrate with nagios

2009-02-19 Thread Max
much easier than Cacti does for people who are comfortable with RRD syntax. - Max On Thu, Feb 19, 2009 at 2:31 PM, Satish Patel wrote: > > I have nagios running and now i want to intergate my cacti with nagios > so i have only one frontend. anybody has done before this solution? > p

Re: [Nagios-users] Cacti intigrate with nagios

2009-02-19 Thread Max
27;t work. You could set up PNP, copy the files from Cacti into PNP directories and play with making a few templates and if that works then just use PNP to view the historical files from Cacti in one location and use a separate instance for new data. =- Max On Thu, Feb 19, 2009 at 7:17 PM, Sati

Re: [Nagios-users] Cacti intigrate with nagios

2009-02-20 Thread Max
inda. Cacinda does provide a unified view but the additional work to maintain yet another piece of software just to have a Cacti/Nagios view might not honestly be worth it for you. - Max -- Open Source Business Conferenc

Re: [Nagios-users] Cacti intigrate with nagios

2009-02-20 Thread Max
> > can you help me on this for to resolve cacinda problem... I responded to you on the Cacinda-General mailing list, please follow up with me there and I will help you get cacinda working or diagnose the issue to a point where you can fix it yourself or submit a bu

Re: [Nagios-users] status map

2009-02-20 Thread Max
r NagVis that reads the Nagios2JSON JSON for doing custom service and host-level front ends with NagVis ... that might cover building a visual map of all hosts as well with the automap features of NagVis. http://www.nagvis.org/ - Max ---

Re: [Nagios-users] monitor router temperature

2009-02-24 Thread Max
On Tue, Feb 24, 2009 at 6:23 PM, Chris wrote: > Thanks. I tried your script but it gives me the following error. My > "router" is a multi-layer switch: Cisco 6509. > > Error: > > Can't locate Nagios/Plugin/SNMP.pm in @INC (@INC contains: > /usr/lib/nagios/plugins/lib > /usr/lib/perl5/5.8.8/i586-li

Re: [Nagios-users] sending external commands remotely

2009-03-16 Thread Max
SNMP client -> snmptrapd -> SNMPTT -> script -> Nagios named pipe.would work for this as well if you are familiar and comfortable with SNMP. -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are poweri

Re: [Nagios-users] pnp4nagios or nagiosgraph?

2009-03-23 Thread Max
I haven't used nagiosgraph so I cannot talk to how it works, but PNP is also very flexible with how you integrate it and can be made to scale very nicely :); the developers are also open to user patches. - max --

Re: [Nagios-users] notification_options by timeperiod

2009-04-03 Thread Max
Another way to do this is to have the service notify to a dummy contact by default that has a 'do nothing' notification command (e.g. /bin/true) and then use escalations to trigger real alerts; each escalation can then have a custom time period, contact, etc. We use this as our primary means of tr

Re: [Nagios-users] pnp4nagios - view graph for disabled service

2009-04-05 Thread Max
Hi Jim, On Sat, Apr 4, 2009 at 3:25 AM, Jim Avery wrote: > Another thing I noticed is that DRRAW will pick up old .rrd databases. >  Try Max Schubert's excellent version re-engineered to work well with > PNP at http://github.com/perldork/drraw-pnp/tree/master Thanks for saying

Re: [Nagios-users] Nagios and Cacti

2009-04-08 Thread Max
implify life for Nagios administrators and provides a lot of flexibility as far as how you scale your graphing as your node base grows. - Max -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Envir

Re: [Nagios-users] Nagios and Cacti

2009-04-09 Thread Max
opment time :p. hope this helps more than it confuses. - Max -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements

Re: [Nagios-users] trouble w/SNMP

2009-04-10 Thread Max
walk and the snmpget > > (the one for the upsBatteryStatus is the one I am curious about) If you do an SNMP get for the battery status from the CLI using the Net-SNMP snmpget command do you get the same response (unknown) as you do from the check_s

Re: [Nagios-users] Nagios 3 ACK author

2009-05-08 Thread Max
that or you can use the same philosophy, script to sync Nagios user accounts from LDAP queries, and then use one of the Apache LDAP authentication modules to authenticate the user so they use their real password to authenticate. - Max

Re: [Nagios-users] Both hostgroup_name and host_name in services.cfg

2009-05-18 Thread Max
e at all for Andreas' behavior on the lists, it seems recently he has really changed his approach, and I think his answer was perfectly appropriate and it was even polite to boot. - Max -- Crystal Reports - New Free R

Re: [Nagios-users] Antwort: Announcement: Brooklyn for Nagios now available for iPhone and iPod Touch!

2009-06-02 Thread Max
ngs that our SAs care about most when a notification comes in at 2 am :p. - Max -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the lat

Re: [Nagios-users] notification by host

2009-06-02 Thread Max
On Tue, Jun 2, 2009 at 12:34 PM, Dong Chen wrote: > Hi, > > We have quite a few servers. In nagios config, each server inherites from > multiple hostgroup, such as hardware, os, applications. Right now, different > class of alerts, e.g. harddrive alerts, from all the machines are sending to > t

Re: [Nagios-users] Not Able to Access Graphs

2009-06-02 Thread Max
Hi Jai, On Tue, Jun 2, 2009 at 5:02 PM, Jai Ram wrote: > Hello All, > > I have installed Nagios on solaris10. But I have a problem in accessing > graphs.When I try to access the graphs I am facing the below error. > > Internal Server Error > > The server encountered an internal error or misconfig

Re: [Nagios-users] Read Only CGI Patch

2009-06-12 Thread Max
Hi Mike, Derrick, the author of the patch, and a friend of mine, might be able to help you with that. He updated the package for Nagios 3 when we wrote a book on Nagios together, but yes, was a little while ago. Derrick? - Max On Fri, Jun 12, 2009 at 8:26 PM, Mike Seda wrote: > All, &

Re: [Nagios-users] Found the typo (one of many) in Learning Nagios 3.0

2009-06-21 Thread Max
and most likely the author just did not have time to catch the error. Might be better to send this feedback directly to the authors :), I know I am always glad to hear feedback, positive or negative, from readers of anything I publish. - Max On Sun, Jun 21, 2009 at 4:26 PM, Whit Blauvelt wrote

Re: [Nagios-users] regularly schedule host checks?

2009-07-09 Thread Max
On Thu, Jul 9, 2009 at 11:58 AM, Frater, Greg J wrote: > Hi All, > > I'm wondering if there is any consensus from Nagios users regarding > scheduled host checks.  In general is it better to have Nagios schedule host > checks or is it better to use the old logic i.e. only run the host check if > a s

[Nagios-users] How to have an escalation just respond to criticals and recoveries from criticals only (not warnings)

2009-07-10 Thread Max
27; as a state) without an external script or code change? Thanks Max -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applicati

Re: [Nagios-users] How to have an escalation just respond to criticals and recoveries from criticals only (not warnings)

2009-07-10 Thread Max
in the service escalation, allow the escalation. Regards, Max -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to

Re: [Nagios-users] How to have an escalation just respond to criticals and recoveries from criticals only (not warnings)

2009-07-10 Thread Max
On Sat, Jul 11, 2009 at 2:01 AM, Max wrote: > So if you put this in a service escalation definition: > > escalation_options u,c,r > > You will only get a service escalation if the service state recovers > from an unknown or critical state .. if the state changes to warning

Re: [Nagios-users] Checking URL on windows-client using NSClient++

2009-07-14 Thread Max
ww.codeguru.com/forum/archive/index.php/t-243393.html 1) use cscript.exe for command-line scripts 2) WScript.StdOut.Write("Hi There") - Max -- Enter the BlackBerry Developer Challenge This is your chance to win

Re: [Nagios-users] service definitions & use

2009-07-14 Thread Max
http://nagios.sourceforge.net/docs/3_0/objectinheritance.html On Tue, Jul 14, 2009 at 11:48 AM, Natalie Aloi wrote: > does anyone have any documentation about the USE parameter listed below - I > have been unable to locate this option in the nagios documentation > > define service{ >    name  

Re: [Nagios-users] Hostgtroup question

2009-07-14 Thread Max
s.sourceforge.net/docs/3_0/objecttricks.html Search for "Excluding Hosts" - Max -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors sub

Re: [Nagios-users] Hostgtroup question

2009-07-14 Thread Max
u may be weak though. I am > assuming that the OP did have regexp matching enabled when testing. Tested this to verify it, and you and Dale are correct, the parser does not understand '!' as a subtractive prefix for a g

Re: [Nagios-users] Dynamically generated service checks

2009-07-15 Thread Max
ns that does a checkconfig on the Nagios configuration .. if the checkconfig fails, it touches a flag file .. the restart script will then look for this flag and not restart if the flag file is present. In other words, there are many programmatic ways to ensure that a bad restart

Re: [Nagios-users] Dynamically generated service checks

2009-07-15 Thread Max
On Wed, Jul 15, 2009 at 12:17 PM, Mark Gius wrote: > Max wrote: > > As long as you are not using ePN, you can just send a HUP signal to > the parent Nagios process; this will cause it to re-read the > configuration file(s) from disk. > > > - Max > > > Slight OT, b

Re: [Nagios-users] Nagios-users Digest, Vol 38, Issue 28

2009-07-16 Thread Max
On Thu, Jul 16, 2009 at 3:58 PM, SYS ADMIN wrote: > I looked at the page you sent me to, but it did not answer the question. > I know what a host group is, I need to know if a host can be a member of > more than one group. Yes --

Re: [Nagios-users] SNMP Monitoring conundrum

2009-07-16 Thread Max
ey arise. So my personal recommendation is to keep the scripts to 1 agent type per script. - max -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendor

Re: [Nagios-users] notification_interval depending upon contact

2009-07-17 Thread Max
nd some custom escalation rules and you should be good on having contacts notified via different means at different intervals. - Max -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in

Re: [Nagios-users] SNMP Monitoring conundrum

2009-07-17 Thread Max
ributes so that people using this methodology know what custom attributes are associated with which host group -> services mappings, which are required, which are optional, etc. We use Nagios::Plugin and Nagios::Plugin::SNMP extensively to do a lot of the grunt work of plugins an

Re: [Nagios-users] notification_interval depending upon contact

2009-07-20 Thread Max
and easy to scale :) at the price of some serious recoding of parts of the nagios core and breaking backwards compatibility, so not easy by any measure. Max On 7/20/09, Harald Dunkel wrote: > Max wrote: >> On Fri, Jul 17, 2009 at 10:17 AM, Mathew Walker >> wrote: >>> I

Re: [Nagios-users] notification_interval depending upon contact

2009-07-20 Thread Max
Yeah, my apologies, realized after I. Posted that I might have. Hiijacked the initial topic. Sorry, will post to ideas :).. Max On 7/20/09, Marc Powell wrote: > > On Jul 20, 2009, at 7:41 AM, Max wrote: > >> What I have been thinking about for a while and would really love to &g

Re: [Nagios-users] Help w/mail notifications

2009-07-21 Thread Max
On Tue, Jul 21, 2009 at 2:03 PM, Natalie Aloi wrote: > /usr/bin/printf "test" | /bin/mail -s na...@experisdatacenters.com VV > You must specify direct recipients with -s, -c, or -b. man mail NAME mail - send and receive mail SYNOPSIS mail [-iInv] [-s su

Re: [Nagios-users] Antwort: Can nagios recognize newly added disks

2009-07-23 Thread Max
0% full." The script then has separate flags for filtering out or in filesystem types. Max On 7/23/09, sascha.runsc...@gfkl.com wrote: >> Objective: >> Is Nagios capable of re-scanning the disk drives or recognize if >> there are newly added disks/removed disks from existin

Re: [Nagios-users] plugin for collisions on host

2009-07-23 Thread Max
On Thu, Jul 23, 2009 at 8:37 AM, Max wrote: > MIB, would love to know if there is one as the ETHERLIKE MIB also > exposes duplex settings for host-based interfaces .. and if we had I should drink caffeine before i type. Not host-based interfaces, just network interfaces.

Re: [Nagios-users] plugin for collisions on host

2009-07-23 Thread Max
'box' but that has not happened yet. So at this point as far as I know checking duplex and collision rates from Nagios is best done at the network device level. - Max -- _

Re: [Nagios-users] canon printers

2009-07-23 Thread Max
ces to search for MIBs are the obvious one (Google) or mibdepot.com - Max -- ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/li

Re: [Nagios-users] MIB additions

2009-07-29 Thread Max
On Wed, Jul 29, 2009 at 10:34 PM, Richard Remington wrote: > Michael, > > A common place for MIB libraries on Linux boxen is /usr/share/snmp/ > mibs. As Nagios uses the common SNMP utilities, putting a MIB in this > directory should work, it does for me. If Net-SNMP is configured for this :). You

Re: [Nagios-users] Strange character

2009-07-30 Thread Max
Hi pier, I am the author that plugin; can you send me onor off list the Nagios command definiton you are using with it along with the command line you are using when you run it fron the CL (make sure you do NOT include your real snmp community string)? Happy to help troubleshoot this. Max On 7

Re: [Nagios-users] best solution for configuration changes

2008-01-03 Thread Max
ent your monitoring set up with the built in Wiki and the graphviz plugin for diagrams, etc. http://trac.edgewall.org/ - Max - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [Nagios-users] monitoring http 8888 port

2008-01-06 Thread Max
:) - Max On Jan 6, 2008 4:43 PM, John <[EMAIL PROTECTED]> wrote: > I'm trying to monitor an internal webserver that run's on port . I have > this setup in my minimal.cfg file. It's commented out because it gives me an > error that it can't connect.

Re: [Nagios-users] monitoring http 8888 port

2008-01-06 Thread Max
thers' configurations (like you would do on a software development team), for times when I am *the* only user of Nagios I might tend more towards the flexibility of what you have done below. - Max On Jan 6, 2008 5:25 PM, Paul <[EMAIL PROTECTED]> wrote: > Please scroll to the bottom >

Re: [Nagios-users] Monarch like interface for Nagios 3.0rc1

2008-01-07 Thread Max
? If so, maybe you could install and activate NDO utilities and then point Monarch or even something like Lucene at your NDO created / updated MySQL database? - Max On Jan 7, 2008 10:26 PM, <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > > We are brand new to

Re: [Nagios-users] Monarch like interface for Nagios 3.0rc1

2008-01-07 Thread Max
Whoops, sorry, I didn't realize Monarch was a Nagios-based program, I was thinking of the old search engine front end for htDig which was also named Monarch :p. Have you tried Fruity / Lilac? From what I have read and heard those are easier Nagios configuration GUIs to get running ..

Re: [Nagios-users] 2.x cfg -> 3.x install?

2008-01-12 Thread Max
erformance, especially for larger installations. - Max - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;16421623

Re: [Nagios-users] 2.x cfg -> 3.x install?

2008-01-12 Thread Max
n the Nagios 3 configuration language along with custom variables really help make for a much easier to read and manage configuration :). - Max On Jan 12, 2008 4:23 PM, Rogelio <[EMAIL PROTECTED]> wrote: > Very cool. Thank you, Max! > > I'm putting together a proposal, and

Re: [Nagios-users] Nagvis without DB

2008-01-15 Thread Max
has a few wrinkles (escaping of event descriptions has bugs for example) but is on it's way to being very stable .. and it is already very efficient :) and flexible. - Max On Jan 15, 2008 10:23 AM, Leandro Silva <[EMAIL PROTECTED]> wrote: > > > Anyone knows a way to use nagvi

Re: [Nagios-users] Nagvis without DB

2008-01-15 Thread Max
allow you to associate custom icons and labels (and even make a custom popover window for devices if you want) for devices OR services OR sub-maps, the format it uses is unique to NagVis and is not compatible with hostextinfo.cfg. - Max -

Re: [Nagios-users] Nagvis without DB

2008-01-16 Thread Max
p/db/ldap servers for 3 environments one on screen, which developers and integrators use as a dashboard > So, back to the original question - at least for now - anyone gotten > nagiosmap.pl to work correctly? I've gotten it to load, but its not > importing the current hostextinfo.cfg. I

Re: [Nagios-users] 2 similar services for different contact groups?

2008-01-29 Thread Max
ion for the contact [group] that is to receive critical notifications. - Max - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt

Re: [Nagios-users] 2 similar services for different contact groups?

2008-01-31 Thread Max
n a very nice shrink in configuration file sizes and ease of adding new hosts :) too. - Max - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.

Re: [Nagios-users] 2 similar services for different contact groups?

2008-01-31 Thread Max
me I had not realized it used InnoDB for tables and I had not done any tuning of my InnoDB configuration .. once I did that and reinitialized the database all was good and has been since then. - Max - This SF.net email is sp

Re: [Nagios-users] Is Embedded Perl + Nagios::Plugin worth it?

2008-02-05 Thread Max
think there is a pretty solid group of people using ePN, if anything my hope is that future releases will add the option of enabling other embedded interpreters at compile time (Lua, ruby, python, PHP) the way the Net-SNMP project, RRDtool, and others do :). - Max On Feb 5, 2008 2:08 PM, Jon

Re: [Nagios-users] SWATCH with Nagios

2008-02-13 Thread Max
tached is a screenshot of my LMF graphs over time for SSH attack attempts against one host as detected by LMF .. top of the graph intentionally cut off to hide the host name :). Regards, Max <>- This SF.net email is s

Re: [Nagios-users] Suggestions on Nagios-friendly performance monitoring devices?

2008-03-01 Thread Max
or PNP, makes configuration a lot easier and reduces polling traffic to devices :). I really like Cacti, but I also really like killing two birds with one stone. - Max - This SF.net email is sponsored by: Microsoft Defy all chall

Re: [Nagios-users] Suggestions on Nagios-friendly performance monitoring devices?

2008-03-02 Thread Max
e. Weathermap will let you display point to point latencies. - Max - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http

[Nagios-users] Anyone know of add-ons / patches to Nagios that produce XML output for host and service statuses?

2008-03-10 Thread Max
others? I really wish I had the time to patch status.cgi and create an XML mode :) .. anyone made attempts at this? Regards, Max - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

Re: [Nagios-users] Anyone know of add-ons / patches to Nagios that produce XML output for host and service statuses?

2008-03-11 Thread Max
ased / REST XML query service based on the NDO database, though I still think it would be nice to have this as core functionality or as an add on that reads from the Nagios status files or that ties into NEB so that it doesn't *have* to

Re: [Nagios-users] Nagios

2008-03-11 Thread Max
27;t installed where expected > at ./check_sybase line 143 > > I need one more library, I need an other version of a library the PERL or > what??? Hi, you need DBD::Sybase bash# cpan [answer initial configuration questions, ac

Re: [Nagios-users] Nagios

2008-03-11 Thread Max
Whoops, Actually, looks like you need to install the Sybase client software for Linux on your Nagios host unless the sybase libraries are available as a standalone package, this happens with Oracle too when the think driver (the one that supports transactions) is needed. - Max

Re: [Nagios-users] Nagios

2008-03-11 Thread Max
Thick driver I mean :), not think. On Tue, Mar 11, 2008 at 6:58 PM, Max <[EMAIL PROTECTED]> wrote: > Whoops, > > Actually, looks like you need to install the Sybase client software > for Linux on your Nagios host unless the sybase libraries are > available as a standalone

Re: [Nagios-users] Any way to make PING service use host dependencies?

2008-03-11 Thread Max
en the VPN connection goes down or times out the remote map gets turned unreachable. Does that make sense? - Max - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk

Re: [Nagios-users] RES: RES: problem with suexec

2008-03-12 Thread Max
> [2008-03-11 21:22:04]: directory is writable by others: > (/usr/local/nagios/sbin) group writable directory and group writable files ... On Wed, Mar 12, 2008 at 12:12 PM, Wilson A. Galafassi Jr. <[EMAIL PROTECTED]> wrote: > > # ls -la > drwxrwxr-x 8 nagios nagios 4096 Mar 10 20:00 . > drw

Re: [Nagios-users] Can Cacti poll passively via Nagios client?

2008-03-19 Thread Max
ce the double polling that happens when Cacti and Nagios are checking the same sets of devices ... - Max - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://cl

Re: [Nagios-users] Graphing Switch Ports

2008-03-19 Thread Max
ck up so that there is a check per switch blade, might be a nice logical division, so instead of 200 checks you have 200/(# ports per blade) ... - Max - This SF.net email is sponsored by: Microsoft Defy all challenges. Micros

Re: [Nagios-users] Graphing Switch Ports

2008-03-19 Thread Max
of the host (or hostextinfo objects if in Nagios 2) to link to Cacti hosts. if you do go the Cacti route, I have an immature but working project that can help integrate information between Cacti and Nagios .. http://cacinda.sf.net/ - Max

Re: [Nagios-users] NDOUtils Problem

2008-04-03 Thread Max
>From my experience and the other posts I have seen on this the problem is due to some problems in the NDO Utils code that escapes SQL statements and some INSERT SQL issues related to primary key violations on tables .

Re: [Nagios-users] Port Numbers required for NAGIOS

2008-04-03 Thread Max
162. Use SNMP v3 if it is available with the agent you are using. if you are submitting passive checks from the Windows host to the Nagios server using send_nsca and the NSCA daemon, you will need to open an ACL originating from the Windows server and terminating at the Nagios server

Re: [Nagios-users] change management or source control for Nagios configs?

2008-04-10 Thread Max
who can request service and host monitoring changes. - Max - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priori

Re: [Nagios-users] service templates

2008-05-06 Thread Max
osts, http-hosts ... } Sorry about that. - Max - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use pri

Re: [Nagios-users] service templates

2008-05-06 Thread Max
ister 0 } define host { use generic-host, windows-server ... } - Max - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $1

Re: [Nagios-users] Longs lines in cfg files

2008-05-27 Thread Max
You can also use regular expression matching in the hostgroup to associate hosts with the group if the hosts in question all have a common name part between them. - This SF.net email is sponsored by: Microsoft Defy all challen

Re: [Nagios-users] NagVis Screenshot or Read-Only Maps

2008-07-10 Thread Max
Hi, You might also want to check out Nagios Looking Glass, the whole focus of that project is a read-only view of status hosted on a server that is isolated from the nagios server ... http://www.andyshellam.eu/nlg/ - Max

Re: [Nagios-users] UNSUBSCRIBE

2008-08-09 Thread Max
No hablo ni leo el Ingles, repita ud. por favor? On Sat, Aug 9, 2008 at 7:01 PM, Dave Horsfall <[EMAIL PROTECTED]> wrote: > On Fri, 8 Aug 2008, Jay R. Ashworth wrote: > >> > > UNSUBSCRIBE >> > >> > Yup, bold blue really helps get that point across... ;) >> >> I dunno; it was white here, just like

Re: [Nagios-users] Read-only users in 2.12

2008-08-20 Thread Max
only user in the cgi.conf file .. that user can see everything but cannot execute any commands via the GUI nor view comments left by operational staff. CC'ing him on this email .. if you are interested in the patch for 2.x, please let him know .. the 3.x patch is available online at htt

Re: [Nagios-users] Reformatting "service detail" and similar pages

2008-10-11 Thread Max
rson and could use additional help, but nonetheless the project is in a very usable and useful state. - Max - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux base

[Nagios-users] No parallel checks with scripts under?

2008-10-14 Thread Max
se enhance the ePN architectuer to allow it to not just be efficient but allow for parallel checks. Multiplexing is another thought, that too introduces complexitities, that I understand as well. Thanks, Max - This SF.Ne

Re: [Nagios-users] No parallel checks with scripts under?

2008-10-15 Thread Max
g would be the way to go. It's the most complex, but the > most portable and the least resource-hungry. Excellent. Thank you. - Max - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

  1   2   3   4   >