Hi All,
I'm looking for a way to use different notification groups at state WARNING and
CRITICAL in Nagios.
Basically I don't want wake people up in the middle of the night for a warning,
but I do want that for a critical alarm
I can't find a way of make different between crit and warn within a
On 07/06/2010 08:30 PM, Tony Yarusso wrote:
> On 7/6/2010 12:21 PM, Roderick A. Anderson wrote:
>> Wish it was that simple. :-) There are a pile of warnings for hosts
>> without services using both 'nagios -v $NAGIOSPATH/nagios.cfg' and
>> 'service nagios configtest' but that is all.
>>
>
> Anyth
On 7/6/2010 12:21 PM, Roderick A. Anderson wrote:
> Wish it was that simple. :-) There are a pile of warnings for hosts
> without services using both 'nagios -v $NAGIOSPATH/nagios.cfg' and
> 'service nagios configtest' but that is all.
>
Anything interesting in the nagios.log file or /var/lo
On 07/06/2010 08:11 PM, Tony Yarusso wrote:
> Most likely there's a syntax error in your configuration somewhere.
> Running the config validation ('nagios -v pathtomainconfigfile') should
> give you more information.
>
Wish it was that simple. :-) There are a pile of warnings for hosts
without
Most likely there's a syntax error in your configuration somewhere.
Running the config validation ('nagios -v pathtomainconfigfile') should
give you more information.
--
Tony Yarusso
Technical Team
___
Nagios Enterprises, LLC
Email: tyaru...@nagios.com
Web:www.nagios.com
---
Sorry for a fairly lame question but I mostly deal with the monitoring
box when things go wrong or something new is needed.
This is:
CentOS 5.5
nagios 3.2.1-4.el5.rf
# service nagios reload
nagios (pid 24630) is running...
Reloading nagios: [FAIL
On 6 July 2010 20:23, Honia A wrote:
> Hi Jim,
>
> Thanks for your reply. You're right, I am going to start fresh and this time
> will install it from the source.
>
> I did a rpm -e nagios and it removed the package but when I do a find /
> -name nagios, it finds the followings:
>
> /etc/nagios
>
On 6 July 2010 17:20, dave stern - e-mail.pluribus.unum
wrote:
> I've got NSClient++ installed on a number of Windows XP and
> W2K servers reporting on such things as disk utilization, memory,
> load. This all works fine. I'd like to take it to the next level defining
> my own external scripts. Bu
Hi Jim,
Thanks for your reply. You're right, I am going to start fresh and this time
will install it from the source.
I did a rpm -e nagios and it removed the package but when I do a find / -name
nagios, it finds the followings:
/etc/nagios
/var/log/nagios
/var/nagios
/home/username/
Hi,
On 06.07.2010 17:55, Andreas Ericsson wrote:
>> I think the parallelize_check directive for services is deprecated in Nagios
>> 3.
>>
>>
> It isn't, and probably never will be.
>
He is right:
html/docs/whatsnew.html:The parallelize directive in
service definitions is now depr
On 6 July 2010 16:55, Andreas Ericsson wrote:
> On 07/06/2010 05:48 PM, Jim Avery wrote:
>> I think the parallelize_check directive for services is deprecated in Nagios
>> 3.
>>
>
> It isn't, and probably never will be.
That's not what the Changelog file from the source tarball for nagios
3.2.1
I've got NSClient++ installed on a number of Windows XP and
W2K servers reporting on such things as disk utilization, memory,
load. This all works fine. I'd like to take it to the next level defining
my own external scripts. But the examples all show using the
command, check_nrpe on the linux/nagio
On 6 July 2010 15:40, Herb J. wrote:
> You may wish to periodically off-load the historical data to a second
> database and clean up the primary one periodically. Having a smaller
> database would help immensely when NDO periodically truncates old data.
>
> Also, make sure that you have the proper
On 07/06/2010 05:48 PM, Jim Avery wrote:
> On 6 July 2010 10:25, Andreas Ericsson wrote:
>> On 07/05/2010 05:44 PM, Daniel E. Strezov wrote:
>>> Hi all,
>>>
>>> I'm trying to find out a way to change the max_concurrent_checks
>>> parameter, but just for one particular service. The reason I need th
On 6 July 2010 15:58, Honia A wrote:
> Hi all,
>
> I installed Nagios via yum using this instruction:
> http://docs.cslabs.clarkson.edu/wiki/Install_Nagios_on_CentOS_5
>
> And next I would like to install NagVis:
> http://www.nagvis.org/docs/1.2/installation_instructions
> But I can't seem to find
On 6 July 2010 10:25, Andreas Ericsson wrote:
> On 07/05/2010 05:44 PM, Daniel E. Strezov wrote:
>> Hi all,
>>
>> I'm trying to find out a way to change the max_concurrent_checks
>> parameter, but just for one particular service. The reason I need this
>> is that this service checks the available
You may wish to periodically off-load the historical data to a second
database and clean up the primary one periodically. Having a smaller
database would help immensely when NDO periodically truncates old data.
Also, make sure that you have the proper database table indexes created.
Also consi
Hi all,
I installed Nagios via yum using this instruction:
http://docs.cslabs.clarkson.edu/wiki/Install_Nagios_on_CentOS_5
And next I would like to install NagVis:
http://www.nagvis.org/docs/1.2/installation_instructions
But I can't seem to find Nagios share directory.
I understand
Hi all,
For network monitoring is it possible to view MPLS layer 2 and/or 3 channels
with Nagios (like SMARTS, very commercial product? VPNs? What can we offer in
return?
TIA,
Dima
--
This SF.net email is spo
The problem with that is that we need to retain the information for at least
6 months possibly more.
~Scott Ward
On Tue, Jul 6, 2010 at 8:35 AM, Assaf Flatto wrote:
>
> Scott
>
> I encountered a similar issue with ndo and mysql when the tables grew to
> a monstrous size , and ndo had trouble d
Scott
I encountered a similar issue with ndo and mysql when the tables grew to
a monstrous size , and ndo had trouble doing the updates to the DB.
Check the tables sizes and see if you can trim them to a more
"manageable" size.
Personally i truncate the tables that grow to fast every week as
I am having major latency problems, 700 seconds in some cases. I am pretty
sure that it is coming from ndo and mysql. Anybody have any mysql configs
or changes to ndo that can help. Right now I am using the default ndo
config and made some changes to allocate more memory to mysql and that's
pret
On 07/05/2010 05:44 PM, Daniel E. Strezov wrote:
> Hi all,
>
> I'm trying to find out a way to change the max_concurrent_checks
> parameter, but just for one particular service. The reason I need this
> is that this service checks the available bandwidth to a remote host by
> generating traffic fo
23 matches
Mail list logo