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
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
" "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"
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.
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
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 :).
/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
> 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
---
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
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
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
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
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
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
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
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?
-
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
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
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
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
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
>
> 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
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
---
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
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
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
--
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
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
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
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
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
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
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
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
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
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
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,
&
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
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
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
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
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
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
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
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
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
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
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
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
--
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
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
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
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
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
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
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
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.
'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
--
_
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
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
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
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
:)
- 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.
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
>
? 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
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 ..
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
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
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
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
-
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
> [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
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
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
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
>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 .
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
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
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
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
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
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
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
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
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
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
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 - 100 of 341 matches
Mail list logo