Hi,
Do I have a way around this other then creating a "misc" host group that'll
include all those hosts that some contact groups wish to see? it'll be like
a small salad on my web interface but that's the only way I can think of...
Shai
On Tue, Aug 12, 2008 at 11:45 PM, Marc Powell <[EMAIL PROTE
Thanks Marc,
I basically copied the services config from another (remote_services)
config file. I then changed the host to Colorado. I should have looked
closer at the plugins being executed. Anyway, I removed all but one
service check, and the host is now being monitored. Process of
Eliminat
Please always respond on list so that others, now and in the future,
obtain the benefit of your experience. More below...
On Aug 12, 2008, at 4:36 PM, Bret Goodfellow wrote:
> Hi Marc,
>
> Thanks for the quick response! I added the following host definition:
>
> ##
On Tue, 12 Aug 2008 15:53:11 -0500, "Marc Powell" <[EMAIL PROTECTED]>
wrote:
>> Hello there,
>
>
>> Aug 12 13:18:09 colorado nagios: Nagios 2.10 starting... (PID=23650)
>>
>> Aug 12 13:25:58 colorado nagios: LOG VERSION: 2.0
>>
>> Aug 12 13:25:58 colorado nagios: Finished daemonizing... (new
>PI
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Bret Goodfellow
> Sent: Tuesday, August 12, 2008 3:16 PM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Attempting to monitor the "Nagios Server"
itself
>
> Hello the
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Shai
> Sent: Tuesday, August 12, 2008 2:37 PM
> To: Marc Powell
> Cc: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] problem viewing host groups in cgi
>
> Hi Marc,
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Edwin Zoeller
> Sent: Tuesday, August 12, 2008 2:21 PM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Check Processes in Linux
>
> I have downloaded to check_procs sc
check the nagios exchange. there are plenty of nagios server related
checks that might indicate impending failure. that being said, if
nagios dies how can it monitor itself? I have scheduled a job in cron
that monitors, restarts, and emails me when it dies.
On 8/12/08, Bret Goodfellow <[EMAIL P
Hello there,
I have Nagios running on a RHEL 4 (update 6) server. It is monitoring
30 linux servers and 10 unix servers. I am now attempting to get Nagios
to monitor the host server (the server that the nagios daemon is running
on). When I add services for the nagios server (Colorado), the n
2008/8/12 <[EMAIL PROTECTED]>:
> I usually have env variable files which I source depending on the
> instance/db. When I write my plugins I either specify the env
> variable file as a command line argument, or hardcode the sourcing in
> my script.
>
That's what I did at last, even this should be
"bad interpreter"
means the script is being executed by an interpreter that doesn't exist.
I am guessing it says something like:
#!/bin/bash
at the top and bash is either not installed or in a different
location. Make sure whichever interpreter it's referencing is
correct.
On 8/12/08, Fernand
Hi Edwin!
Could you please give more details about the OS?
Fernando Rocha
OpServices Tecnologia da Informação
- Original Message -
From: "Edwin Zoeller" <[EMAIL PROTECTED]>
To: nagios-users@lists.sourceforge.net
Sent: Tuesday, August 12, 2008 4:21:13 PM (GMT-0300) Auto-Detected
S
Hi Marc,
I wonder why that is... If I authorize a contact to view a host in the host
group, why would I want to deny him from viewing it in the title of the host
group? seeing the host groups won't harm and he won't have access to viewing
the other hosts in the that host group.
Shai
On Tue, Aug
I have downloaded to check_procs scripts for the exchange and I am
having a hell of a time to get it to work. I get "bad interpreter" and
have done all I could to fix it. Can someone let me know what I am doing
wrong or how they are monitoring processes.
Thanks,
Ed
-
The following line will make all commands use sudo:
command_prefix=/usr/bin/sudo
I remove the comment for command_prefix=/usr/bin/sudo and add the following
to the sudoers file:
nagiosALL=(ALL) NOPASSWD: /usr/sbin/smartctl,/usr/lib64/nagios/plugins/
Now, I get the NRPE: Unable to read outpu
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Shai
> Sent: Tuesday, August 12, 2008 7:35 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] problem viewing host groups in cgi
>
> Hi,
>
> I'm using Nagios v.3.0.3
I dont know if that will work, there is a specific option inside
nrpe.cfg for executing commands via sudo:
# COMMAND PREFIX
# This option allows you to prefix all commands with a user-defined string.
# A space is automatically added between the specified prefix string and the
# command line from t
I did modified the nrpe.cfg to execute commands via sudo by adding the
following line:
*command[check_smartmon]=/usr/bin/sudo
/usr/lib64/nagios/plugins/check_smartmon ata -d /dev/sda*
*Why I'm able to invoke the following plugins from the nagios server using
check_nrpe but when invoking check_sm
Hi Assaf,
Some people actually access the web interface, yes. And they don't see a
certain host from a host group they wish to both see in the web interface
and get notifications for.
What I tried to do, is add that Contact Group to that specific host, which
in itself is a part of a Host Group, t
I usually have env variable files which I source depending on the
instance/db. When I write my plugins I either specify the env
variable file as a command line argument, or hardcode the sourcing in
my script.
On 8/12/08, Ciro Iriarte <[EMAIL PROTECTED]> wrote:
> 2008/8/11 Hugo van der Kooij <[EMA
2008/8/11 Hugo van der Kooij <[EMAIL PROTECTED]>:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Ciro Iriarte wrote:
> | Is there other way to set environment variables than modifying the
> | nagios start script?, I need to set Oracle variables for several
> | scripts/plugins but I would lik
Thanks! That seems like it just may be the ticket. I have enabled the
debug output and changed the time calculation to > mytime =
str(int(time.time()))
So far so good, but the real test will be over the next few nights. I'll
keep you guys posted. Thanks again for all the help!
On Tue, Aug 12,
executing check_nrpe via sudo will not accomplish what you want. You
will need to either modify the nrpe.cfg to execute commands via sudo,
or write a wrapper for check_smartmon. I am not familiar with that
plugin, but you may also be able to edit it and prepend /path/to/sudo
before it execs smart
Hi All,
When I use Availability report with custom period , i do not get any
results for up/down times.
If I add present day in the custom report period then it displays all
the information. Is it a bug or do I need to set any values to display
the Custom reports properly?
I am running Nagio
I'm trying to use check_nrpe with check_smartmon but I'm getting NRPE:
Unable to read output at the Nagios Server. *All other check plugins like
check_load and check_procs work fine.
*
*I'm running the following command from my nagios server to the remote host:
*
*./check_nrpe -H remotehost.domain.
would creating a service dependency solve your problem?
On 8/12/08, Jesse Callaway <[EMAIL PROTECTED]> wrote:
> Hi Nair,
>
> I think you'd have to give an example of where you would use this, and
> a specific case. Normally checking the availability of a service is
> done with exactly an active ch
Hi Nair,
I think you'd have to give an example of where you would use this, and
a specific case. Normally checking the availability of a service is
done with exactly an active check. Active checks check for the
availability of a service. The language here can get quite circular
without a
Hi Friends
Can we add a codition for active check. Say for eg: i need to check
availability of a service before performing active check.
Any idea.
Thank you,
Nair.
-
This SF.Net email is sponsored by the Moblin Your Mo
Hi Stefan,
On Aug 12, 2008, at 4:18 AM, Kulcsar, Stefan wrote:
> Hi Assaf,
>
> glibc is at version glibc-2.5-24
> it is a i585.
>>
>>> Nagios version: 3.0.3
>>> Distribution: CentOS 5.2
>>>
>>> I don't installed anything on this server the problem appears from
>>> one to
>>> the other day and i
Jon Angliss wrote:
> On Fri, 08 Aug 2008 16:39:26 +0100, "Marcelo M. Garcia"
> <[EMAIL PROTECTED]> wrote:
>
>> Hi.
>>
>> I'm trying to monitor a Ricoh Aficio 3245C, but neither check_printers
>> nor check_snmp_printers seems to be working very well.
>>
>> With check_snmp_printer, or I got blank o
Shai
>From what i gathered from your explanation , what you did is enable
>notifications from one host
group to go to another contact group .
As for CGI view - are your users actually accessing the web interface ?
these setting are in the cgi.cfg , but IIRC there is not correlation between
t
Hi,
I'm using Nagios v.3.0.3
I have a few Host Groups with a few servers in each.
I have a few Contact Groups and a few contacts in each.
I have a request from one of the Contact Groups to be able to see a Host
defined in a different Host Group. I added to the contact_groups variable
(with a co
Hi Assaf,
glibc is at version glibc-2.5-24
it is a i585.
I don't think that the problem has to do something wich glibc or the
distribution files.
If i stop nagios, delete the retention.dat file and start nagios than it works
for aprox 5-7 mins.
Thanks for al answers
--
Stefan
> -Origin
What version of glibc and kernel are you running ?
Is it a i585 or x86_64?
in anytime after installation did you run the yum-update ?
Assaf
On Tuesday 12 August 2008 06:40:56 Kulcsar, Stefan wrote:
> Hi Mark,
>
> Nagios version: 3.0.3
> Distribution: CentOS 5.2
>
> I don't installed anything on
34 matches
Mail list logo