Hi ,
First time i am posting to nagios list.-;)
I am using nagios 2.9 on CentOS 5.3 32 bit and all these days log rotation
was happening fine and i was able to view previous days logs from front end
as well as backend from archive folder ( I am doing log rotation daily
basis). All of sudden from
On Wed, Sep 23, 2009 at 11:25 AM, stan wrote:
> I had a contractor set up nagios for use in monitoring machines on our
> internal network. One of the punch list items that he left undone was to
> defeat the requirment that users log in to allow them to access nagios.
>
> This is an internal deploy
On Sep 23, 2009, at 3:37 PM, stan wrote:
> On Wed, Sep 23, 2009 at 06:37:02PM +0200, Martin Melin wrote:
>> If you're absolutely sure you want to do this, simply edit cgi.cfg
>> and set
>> use_authentication = 0
>>
>> (the line is already there by default and set to 1 so just find the
>> line
2009/9/23 stan :
> BTW does it matter that he implemente nagvis?
Probably. Nagvis will probably have certain users authorised to edit
maps. If your users don't authenticate to Nagios, it's quite likely
none of them will be able to make changes to your nagvis maps. This
might, or might not, be
On Wed, Sep 23, 2009 at 06:37:02PM +0200, Martin Melin wrote:
> If you're absolutely sure you want to do this, simply edit cgi.cfg and set
> use_authentication = 0
>
> (the line is already there by default and set to 1 so just find the line and
> change it)
>
That is what I am looking for.
Howe
On Wed, Sep 23, 2009 at 09:33:29AM -0700, Justin Pryzby wrote:
> On Wed, Sep 23, 2009 at 12:25:37PM -0400, stan wrote:
> > I had a contractor set up nagios for use in monitoring machines on our
> > internal network. One of the punch list items that he left undone was to
> > defeat the requirment th
2009/9/23 G. S. Marzot :
> Does anyone have a good solution for monitoring DHCP hosts which may
> come and go? I would like to see them in some hostgroup when they are
> active but not generate any alerts when gone...
>
> ideas?
I can't say I've tried it myself, but I guess you could set them up s
On Wed, Sep 23, 2009 at 11:05:11AM -0400, Tata, Joseph wrote:
> I am having a problem getting Nagios to accept multiple templates in
> object definitions.
>
> Here is an example. I have two templates defined in templates.cfg:
>
>
> define host {
> use host #This i
I believe I've figured this out. First it turns out my production
Nagios server is running v2.7, I tried it on our test server which is
running 3.0.3 and multiple template definitions work correctly per the
documentation.
Using multiple hostgroups does work as well, I just had to play around
with
Hi list,
I saw a patch a few months ago that was supposed to allow hostgroup-defined
services to be overriden by host-defined services. In my case, I have a sql
server that I don't want to follow my generic memory check, but instead want
to tweak its arguments a bit. I have shown below both serv
On Sep 23, 2009, at 12:34 PM, Deepak Joshi wrote:
>
> Now I am getting no more errors. see below.
>
> Can anybody please let me know how I can test the notifications?
Find the host or service in the web interface and click on it. In the
menu on the right, look for 'Send Custom [host/service]
Now I am getting no more errors. see below.
Can anybody please let me know how I can test the notifications?
Thx for all help as of now.
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Nagios 3.0.3
Copyright (c) 1999-2008 Ethan Galstad (http://www.nagios.org)
Last Modified:
Never used PCI GSM cards. We are using smstools and two Nokia 6310i connected
via serial port (rs232). It does great the
work on two nagios servers since 2001. I've tested an old Falcom A2 GSM modem
as well, with zero issues.
If you need send only sms an old/stable gsm phone does the work very w
On Sep 23, 2009, at 11:17 AM, Scott Greenman wrote:
> The macro is still documented and according to the docs should be
> available to service checks.
>
> Is this a bug? Has anyone else seen this?
I've just run some simple tests and I can confirm that this is broken
in 3.1.2. I've also take
If you're absolutely sure you want to do this, simply edit cgi.cfg and set
use_authentication = 0
(the line is already there by default and set to 1 so just find the line and
change it)
Regards
Martin Melin
On Wed, Sep 23, 2009 at 6:25 PM, stan wrote:
> I had a contractor set up nagios for use
On Sep 23, 2009, at 10:32 AM, Tata, Joseph wrote:
> On Wed, Sep 23, 2009 at 10:05 AM, Tata, Joseph
> wrote:
>> I am having a problem getting Nagios to accept multiple templates in
>> object definitions.
>>
>> Here is an example. I have two templates defined in templates.cfg:
>> Instead when
On Wed, Sep 23, 2009 at 12:25:37PM -0400, stan wrote:
> I had a contractor set up nagios for use in monitoring machines on our
> internal network. One of the punch list items that he left undone was to
> defeat the requirment that users log in to allow them to access nagios.
>
> This is an intern
make sure you have hostgroup definitions setup ...
define hostgroup{
hostgroup_name DUMMY2
alias Dummy2 Servers
}
Also NOTE in my test host, I have the line:
use dummy-hosts1,dummy-hosts2
Each defines group DUMMY1 and DUMMY2 respectively...
after rest
I had a contractor set up nagios for use in monitoring machines on our
internal network. One of the punch list items that he left undone was to
defeat the requirment that users log in to allow them to access nagios.
This is an internal deploymnet, and I really don't want the users to have
to do t
Right after the "Gnokki Issues" thread started a client was the victim
of an upstream connectivity provider's power outage. so I started
researching options to get the word out to the admins via SMS instead of
email-to-SMS when there is no internet connectivity.
I found the "Teltonika T-Modem
We just upgraded from Nagios 2.x to Nagios 3.0.6 running on debian Lenny. I
have a check command and service defined as follows:
define command {
command_namecheck_cluster
command_line$USER2$/check_cluster.py $ARG1$ $STATUSDATAFILE$
"$ARG2$" "$ARG3$"
}
define service {
G. S. Marzot wrote:
> Does anyone have a good solution for monitoring DHCP hosts which may
> come and go? I would like to see them in some hostgroup when they are
> active but not generate any alerts when gone...
>
> ideas?
>
Monitor them by DNS name, with no notifications on the host check?
Does anyone have a good solution for monitoring DHCP hosts which may
come and go? I would like to see them in some hostgroup when they are
active but not generate any alerts when gone...
ideas?
thanks, Giovanni
--
Come
I agree that this would be much simpler, but I have no experience there.
Greg Pangrazio
pangr...@gmail.com
On Wed, Sep 23, 2009 at 10:32 AM, Tata, Joseph wrote:
> It does, but I'm trying to avoid this because I have rather large number
> configurations in my environment that I need to cover
It does, but I'm trying to avoid this because I have rather large number
configurations in my environment that I need to cover (various clients,
platforms, production levels, etc). Chaining templates to cover every possible
combination will be very complicated.
It would be much easier if I coul
On Wed, Sep 23, 2009 at 11:05:11AM -0400, Tata, Joseph wrote:
> http://nagios.sourceforge.net/docs/3_0/objectinheritance.html indicates
> this should be possible, and that the resulting object should have
> properties of both hosts, but something isn't working. Am I not
> defining something correc
When you define win-host can you put "use prod-host" in the
definition? Then in the host, only put "use win-host"?
Does this do what you are trying to accomplish?
Greg Pangrazio
pangr...@gmail.com
On Wed, Sep 23, 2009 at 10:05 AM, Tata, Joseph wrote:
> I am having a problem getting Nagios
I am having a problem getting Nagios to accept multiple templates in
object definitions.
Here is an example. I have two templates defined in templates.cfg:
define host {
use host #This is my "generic" template with
all my basic options in it
name
I'm looking for a way of effectively using multiple contacts each with
multiple contact addresses. I was hoping to do something like:
define contact {
servicegroups important
notification_commandby-email
contact_groups
Nick Wambugu wrote:
> All,
>
> I need help, I have installed and configured NAGIOS on my freebsd box but
> I bump into this error while i try to access it via web,
>
> It appears as though you do not have permission to view information for
> any of the services you requested...
>
> If you believe t
Martyn wrote:
>
> Hi all, I have just installed Gnokii for my SMS alerts and having a
> few issues, could you check my config and let me know if you see any
> errors or any reason why I can not send SMS alerts.
>
> I can send SMS via command line in the following way:
>
> echo "Hello World" | gno
All,
I need help, I have installed and configured NAGIOS on my freebsd box but
I bump into this error while i try to access it via web,
It appears as though you do not have permission to view information for
any of the services you requested...
If you believe this is an error, check the HTTP se
Hi all, I have just installed Gnokii for my SMS alerts and having a few
issues, could you check my config and let me know if you see any errors or
any reason why I can not send SMS alerts.
I can send SMS via command line in the following way:
echo "Hello World" | gnokii --sendsms +123456789 -r
Thank you,
it's solved. Unchecking the Sticky Acknowledge we obtain the behaviour
desired.
Martin Melin escribió:
> What version of Nagios are you using?
>
> Acknowledgements are cancelled when the service changes state if you
> haven't enabled/selected sticky acknowledgements, in which case th
34 matches
Mail list logo