rvice configurations. Is there a system in
Nagios 3 to change the host definitions without editing a
configuration file, redeploying the configs and restarting the nagios
service?
--
_______
Lee Azzarello
drop.io staff h
On Wed, Mar 11, 2009 at 1:07 PM, RijilV wrote:
> 2009/3/11 Victor Lee
>>
>> In the course of my learning (just starting out) how to work with Nagios I
>> have found that it isn't aware of layer 2 connections. In other words, if I
>> have 2 switches with a trunk between them Nagios doesn't seem to
If your switch can do SNMP you can monitor the switchport the trunk is
connected to.
-lee
On Wed, Mar 11, 2009 at 11:37 AM, Victor Lee wrote:
> In the course of my learning (just starting out) how to work with Nagios I
> have found that it isn't aware of layer 2 connections. In other words, if I
rs to continue for a down host?
-lee
On Thu, Mar 5, 2009 at 6:32 PM, Kyle O'Donnell wrote:
> downtime does not stop event handlers.
>
> On Thu, Mar 5, 2009 at 6:18 PM, Jonah Horowitz
> wrote:
>>
>> Does scheduled downtime stop event handlers? I didn't think it did.
&g
You can put the services in a service group and schedule downtime for
all services in that group.
-lee
On Thu, Mar 5, 2009 at 4:23 PM, Jonah Horowitz wrote:
> I finally took the plunge and set up event handlers on a set of our
> webservers. It’s great because it restarts the web service automat
It helps me to build up a NRPE service check manually. First execute
it manually on the host and confirm it's working, next copy the
command line into the nrpe configuration. Disconnect from that host
and connect to the host where nagios is running and manually execute
the check_nrpe plugin with th
On Tue, Mar 3, 2009 at 5:57 PM, Martyn wrote:
> Although I'm new and still setting up how I want to monitor my Servers and
> Routers, it got me thinking about texts that I receive whilst I'm in bed,
> I'm so used to getting a text statement from my bank that I now sleep
> through them, so text ale
On Fri, Feb 27, 2009 at 3:20 PM, Neu, Timothy wrote:
> As I understand it, running NTP on a VM is a complete waste of
> resources, as there is no real per-VM clock to keep in sync. (i.e.,
> you're updating ether) VMWare "fakes" a clock whenever a process tries
> to access one.
>
> I know there ar
Open the web panel of Nagios and click on the "documentation" link.
It's the second entry in the "general" category in the left frame.
-lee
On Fri, Feb 27, 2009 at 12:08 AM, syed jafar wrote:
>
>
> I am new to Nagios and would like to monitor Solaris 10 systems (CPU, Disk,
> ...etc). Nagios serv
On Thu, Feb 26, 2009 at 4:55 PM, Eric Chatham wrote:
> I got the Adtran to work with snmpwalk and get. I would like to monitor
> "ifOperStatus.1," which is the status on interface 1. I created this command
> & service
>
> # 'check_snmp_interface' command defintion
> define command {
> c
On Thu, Feb 26, 2009 at 3:08 PM, White, Richard L wrote:
> List,
>
>
>
> I just finished installing Nagios 2.10 on my RedHat Linux system.
Old version. Consider upgrading to version 3.
>
> I’m new at web stuff but after some digging was able to log into the
> application.
>
>
>
> I have not chan
On Thu, Feb 26, 2009 at 1:17 PM, David Fontaine wrote:
> Hello,
>
> I am monitoring a few dozen of servers and I'm really satisfied with nagios.
> This is a great tool.
>
> However, there's one (actually more than one) thing that I can't figure out
> :
>
> I define a service :
>
> define service{
On Thu, Feb 26, 2009 at 12:58 PM, Eric Chatham wrote:
> [root@ ~ libexec]# snmpget -v1 -c
> .1.3.6.1.4.1.664.3.1.1
> Timeout: No Response from .
> [root@ ~ libexec]#
>
> I took an ethereal capture as well. After looking at it, it looks like the
> destination host may not be accepting SNMP tra
On Thu, Feb 26, 2009 at 12:14 PM, Martyn wrote:
> Not being very familiar with Ubuntu and similar systems I want to try and
> find out how many processors to monitor, I just started to monitor a fresh
> install of Ubuntu server to see what results I get back, at the minute I'm
> getting a Warning
I believe your question would be better served on a list related to SELinux.
In my experience SELinux is overkill for anything but the most
paranoid security situations. Without a complete understanding of your
entire security landscape, you'll just end up fighting with your own
systems because SE
On Thu, Feb 26, 2009 at 5:21 AM, Klaus Umbach
wrote:
> Hi,
>
> I have a problem with unstable lines and/or machines under stress.
>
> Sometimes they just don't reply on nrpe, but are still working, so I get a
> lot of false alarms. Is it possible, to tell check_nrpe to exit with a
> warning instea
On Thu, Feb 26, 2009 at 11:02 AM, Eric Chatham wrote:
> Hello,
>
>
>
> I am trying to run the check_snmp add-on to retrieve the product name of an
> Adtran. I have the community string and the MIBs loaded. When I run the
> following command, I get “No data received from host.” What am I doing
>
Treat them as two different hosts, or pick a single address to depend on.
-lee
On Wed, Feb 25, 2009 at 11:13 AM, Satish Patel wrote:
>
> I have client which has multiple IP address and runing apache and ssh
> on it but i dont know how to check service on multiple ip address?
>
> i have define bo
Here's my config. It's functional:
define command{
command_name check-cluster-health
command_line /usr/lib/nagios/plugins/check_cluster --service -l
$ARG1$ -w $ARG2$ -c $ARG3$ -d $ARG4$
}
define service{
service_description check-cluster-health
host app-proxy
On Mon, Feb 23, 2009 at 11:10 PM, Lance Raymond
wrote:
>
> I tried a few things after the _v1 but nagios kept failing on restart, so I
> think I just need to figure out howto push the variables (such as hostIP ,
> community name) to the check_command, right? Since changing the service to
> use th
This is gonna be hard to debug with out any debugging output.
I concur, it is by no means "normal" for nagios to "just stop doing
anything" without user intervention. For comparison, I'm running
Nagios 3.0.6 from Debian with 34 hosts and 107 services. It has been
running continually for 3 months,
cular host or
service group. Though there's nothing stopping you from taking
screenshots and making your own.
-lee
On Thu, Feb 12, 2009 at 2:43 PM, Rahul Nabar wrote:
>
>
> On Thu, Feb 12, 2009 at 11:46 AM, Lee Azzarello wrote:
>>
>> Nagios itself does have some trending too
I would think of this as more of a policy question than a technical
one. If a large number of hosts and services are going down often
enough for you to need a batch processing script to trigger nagios to
recognize down time, perhaps your monitoring plan could be altered?
You can define a check time
Nagios itself does have some trending tools in version 3, though they
are not very comprehensive. Are you looking for something beyond their
scope?
-lee
On Thu, Feb 12, 2009 at 3:09 AM, Rahul Nabar wrote:
> One other thing that I haven't figured out yet with PNP-NAGIOS is this: How
> does one ge
Here's a mystery for the books. I was alerted this morning of a socket
timeout while nagios attempted to connect the NRPE server on a remote
host. I go in and manually check that host and sure enough:
Feb 12 16:02:59 conversion-10 nrpe[6886]: Error: Could not complete
SSL handshake. 5
Feb 12 16:36
You can also try typing your arguments at the far end in the nrpe
command file. I'm not the biggest fan of passing arguments via nrpe.
I've found it simpler to deploy the same nrpe command file to a
cluster and have nagios just execute the check_nrpe_1arg command.
-lee
On Thu, Feb 12, 2009 at 3:3
On Wed, Feb 4, 2009 at 12:01 PM, Paul Weaver wrote:
>> On Jan 19, 2009, at 11:25 AM, James Miller wrote:
>>
>> > Recently I upgraded us from 2.9 to 3.0.6 and I'm looking for
>> > recommendations for a book or two on 3.0 to take my
>> knowledge to the
>> > next level. I've found the following book
27 matches
Mail list logo