Hello again,
Can you please give some guidelines how to customize the PNP4Nagios
background page? I have tried using the $conf['graph_opt'] = "--watermark
'Test'" option, but it does not take it. Also modifications done on the
background.pdf file are not updated. Already restarted apache and na
We also use some of the pre-caching and config checking before we shutdown so
if there are issues we don't take down the install, this reduces the actual
downtime to about 20 seconds or so, even loading 600ish hosts and few thousand
service checks.
Dan
-Original Message-
From: Jim Av
On 1 July 2011 20:19, Daniel Wittenberg
wrote:
> If I remember right though this will only re-read what is there, so if you
> add/remove files it won't pick those up so we just always use a restart.
I sometimes add/remove a directive
cfg_dir=/usr/local/nagios/etc/objects/test without any problem
If I remember right though this will only re-read what is there, so if you
add/remove files it won't pick those up so we just always use a restart.
Dan
-Original Message-
From: Edwin Zoeller [mailto:edwin.zoel...@ama-assn.org]
Sent: Friday, July 01, 2011 1:08 PM
To: Nagios Users List
Su
I wrote a script for checking first, then reloading nagios. It's pretty
simple:
#!/bin/bash
cd /etc/nagios
/usr/bin/nagios -v nagios.cfg
RETVAL=$?
if [ "$RETVAL" = "0" ]
then
service nagios reload
exit 0
else
echo "# ERROR IN CONFIG ##"
echo "# Please fix the above issue
Also, if on Linux OS, make it a service and all you have to do is issue:
service Nagios reload
-Original Message-
From: Jim Avery [mailto:j...@jimavery.me.uk]
Sent: Friday, July 01, 2011 10:49 AM
To: Nagios Users List
Subject: Re: [Nagios-users] Reloading configuration on-the-fly
On 1 J
Love check_openmanage plugin for Nagios! It has been a great help for
monitoring
our Dell hardware. I recently built 3 Dell 900s with W2K8r2 with
check_openmanage (v 3.6.8) and Dell OMSA (v 6.5.0).
I am getting the following errors:
C:\Program Files\NSClient++\scripts>check_openmanage
Proble
To get all checks to run in a shorter amount of time, take a look at reducing
max_service_check_spread and max_host_check_spread.
You might also be interested in the "fast startup options" in the documentation.
This will also point you to such parameters as use_large_installation_tweaks
On
On 1 July 2011 16:22, nag ios wrote:
> can u let me know the on-fly process in detail.
You can send a HUP signal to the Nagios daemon to tell it to re-read
the configuration.
Make sure you verify the configs first though:
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
can u let me know the on-fly process in detail.
On Fri, Jul 1, 2011 at 3:58 PM, Andreas Ericsson wrote:
> On 07/01/2011 11:48 AM, Marc-André Doll wrote:
> > Hi list,
> >
> > I'm starting to have some big perimeter (well, probably not as big as
> > some of yours) on a Nagios and it's star
Default one is 12489 right.? i haven't tried with 12849 will try and
update the status ok.
On Fri, Jul 1, 2011 at 4:08 PM, Edwin Zoeller wrote:
> Did you try using port 12849 to connect to your windows client?
>
> *From*: nag ios [mailto:nagiost...@gmail.com]
> *Sent*: Friday, July 0
Hi
I have managed to get it to work.
I had to change the LDFLAGS option to include -lz -ldl
LDFLAGS= -L/usr/lib64 -lssl -lcrypto -lz -ldl
# file nrpe
nrpe: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux),
statically linked, for GNU/Linux 2.6.15, not stripped
Regards
David
On 01/
Emilio Bruna writes:
> Hello all,
> i'm monitoring several Dell windows servers with nagios and NSClient++
> and OMSA + check_openmanage. On one of these, i'm getting a problem
> monitoring the redundant power supplies.
>
> Running the command below LOCALLY on the machine being monitored i got
>
On 1 July 2011 12:12, rahul kumar wrote:
> Hi,
>
> I have installed nagios on server and i am monitoring client from this
> machine. Sometimes it shows socket timeout error and next cycle error
> disappear. there is no firewall . All the firewall services are disabled on
> the machine.
Some thing
Hi All
I am trying to get a statically linked version of NRPE to put on our
servers.
I tried the Statically Linked Nagios Linux Agent from the Nagios website
http://exchange.nagios.org/directory/Addons/Monitoring-Agents/Statically-Linked-Nagios-Linux-Agent
It fails to extract to the files when
Did you try using port 12849 to connect to your windows client?
From: nag ios [mailto:nagiost...@gmail.com]
Sent: Friday, July 01, 2011 03:41 AM
To: Nagios Users List
Subject: Re: [Nagios-users] Windows monitoring error
i understood that but the server ip which was given during nsclient w
Hi,
I have installed nagios on server and i am monitoring client from this
machine. Sometimes it shows socket timeout error and next cycle error
disappear. there is no firewall . All the firewall services are disabled on
the machine.
Can anyone help on this
rahul
If you are using nsclient++ on your Windows System, use NRPE instead of
check_nt. So you can ignore this Messages.
Regards
Christian
i.A. Christian Mies
Senior Consultant
Tel: +49 (661) 103-874 (-333)
Fax: +49 (661) 103-17874(-334)
mailto:christian.m...@it-novum.com
On 07/01/2011 11:48 AM, Marc-André Doll wrote:
> Hi list,
>
> I'm starting to have some big perimeter (well, probably not as big as
> some of yours) on a Nagios and it's starting to be quite delicate to
> restart/reload it as it takes between 6 and 10 minutes to start
> scheduling checks again.
>
On 07/01/2011 12:12 PM, Marco Borsani wrote:
> Hi all
>
>
>
> Using Nagios 1.4.5 , plugin 1.4.5, Centos 5.3 32 bit on an hold Dell PE
> 6450, we had not any problem.
>
>
>
> Now I change my HW (Dell PE 2950) and SO (Centos 5.6 - 64bit) , re-compile
> Nagios (3.2.3 version) and plugins 1.4.15,
Hi list,
I'm starting to have some big perimeter (well, probably not as big as
some of yours) on a Nagios and it's starting to be quite delicate to
restart/reload it as it takes between 6 and 10 minutes to start
scheduling checks again.
Is there a way/module/tool to reload the configuration witho
Hi all
Using Nagios 1.4.5 , plugin 1.4.5, Centos 5.3 32 bit on an hold Dell PE
6450, we had not any problem.
Now I change my HW (Dell PE 2950) and SO (Centos 5.6 - 64bit) , re-compile
Nagios (3.2.3 version) and plugins 1.4.15, everything is working fine, but
often I read the message:
check
On 07/01/2011 08:53 AM, Marco Borsani wrote:
> None use a distributed Nagios environment with a mysql db ?
>
Merlin does exactly that, with redundancy and loadbalancing thrown in
for good measure. Ninja is the presentation layer. You'll find more
info at http://www.op5.org
Enjoy :)
--
Andreas
i understood that but the server ip which was given during nsclient was same
as my nagios server..
On Fri, Jul 1, 2011 at 1:20 PM, Assaf Flatto wrote:
> nag ios wrote:
> >
> >
> > what does the unauthorised access means
> >
> > the ip and password's are same in both the command
Hello all,
i'm monitoring several Dell windows servers with nagios and NSClient++ and
OMSA + check_openmanage.
On one of these, i'm getting a problem monitoring the redundant power
supplies.
Running the command below LOCALLY on the machine being monitored i got the
right data from omreport.exe:
c
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and ma
Thanks very much!
I thought and suspected as much but didn't know if I was missing something with
regards to being able to clear flapping.
On 1/07/2011, at 1:39 AM, m...@catsnest.co.uk wrote:
> On Thu, Jun 30, 2011 at 12:19 PM, Jim Avery wrote:
>> On 30 June 2011 11:42, Tim Philips wrote:
nag ios wrote:
>
>
> what does the unauthorised access means
>
> the ip and password's are same in both the commands.cfg and ns.ini
> file
>
> Whats the exact problem can u figure it out
>
>
> I have tried to reinstall it also but same problem can you help me??
>
Hi Marco,
On Fri, Jul 1, 2011 at 8:53 AM, Marco Borsani wrote:
> None use a distributed Nagios environment with a mysql db ?
>
You can try Centreon (http://www.centreon.com), a powerful GPL monitoring
software based on Nagios core with MySQL DB.
Here is a web demo: http://demo.centreon.com
Wi
29 matches
Mail list logo