On Oct 23, 2009, at 7:18 PM, xmanhosting wrote:
> 1. For the rror message: check_mrtgtraf: Unable to open MRTG log
> file - Where should the MRTG log file be (using Centos5) ?
> The objects/switch.cfg file says: check_local_mrtgtraf!/var/lib/mrtg/
> 192.168.1.253_1.log!AVG!100,100!5000
Hello,
I am attemping to set up: Monitoring Routers and Switches (nagios-3.pdf,
page 33)
It says:
"The check_snmp plugin will only get compiled and installed if you have the
net-snmp and net-snmp-utils
packages installed on your system. Make sure the plugin exists in
/usr/local/nagios/libexec
On Oct 23, 2009, at 3:30 PM, Hanspeter Kunz wrote:
> On Fri, 2009-10-23 at 13:14 -0700, Morris, Patrick wrote:
>> Hanspeter Kunz wrote:
>>> Hi,
>>>
>>> I'm trying to monitor an ldap service:
>>>
>>> define service {
>>>check_command check_ldap!
>>> dc=ifi,dc=uzh,dc=ch!-3
The '-3' in the service is specified as ARG2 as since there is a '!'
preceeding it...you have no $ARG2$ the command definition.
-Original Message-
From: Hanspeter Kunz [mailto:hk...@ifi.uzh.ch]
Sent: Friday, October 23, 2009 4:30 PM
To: Morris, Patrick
Cc: nagios-users@lists.sourceforg
On Fri, 2009-10-23 at 13:14 -0700, Morris, Patrick wrote:
> Hanspeter Kunz wrote:
> > Hi,
> >
> > I'm trying to monitor an ldap service:
> >
> > define service {
> > check_command check_ldap!dc=ifi,dc=uzh,dc=ch!-3
> > host_name host.ifi.uzh.ch
>
Hanspeter Kunz wrote:
> Hi,
>
> I'm trying to monitor an ldap service:
>
> define service {
> check_command check_ldap!dc=ifi,dc=uzh,dc=ch!-3
> host_name host.ifi.uzh.ch
> notification_period24x7
> use
ok. I just realized that there is nagiosplug-help, which is more
approproate for my question.
I will post my problem there.
Sorry about this,
Hp
On Fri, 2009-10-23 at 19:16 +0200, Hanspeter Kunz wrote:
> Hi,
>
> I'm trying to monitor an ldap service:
>
> define service {
> check_comma
Hi,
I'm trying to monitor an ldap service:
define service {
check_command check_ldap!dc=ifi,dc=uzh,dc=ch!-3
host_name host.ifi.uzh.ch
notification_period24x7
usegeneric-service
se
On Oct 23, 2009, at 10:04 AM, Goutos, Kevin wrote:
> Thanks for the reply!
>
>
> 1) Thank you for this information, however I'm still confused. I
> did a
> ps -A and confirmed that mutliple instances were running, so I
> followed
> your steps, did a kill- 9 PID and restarted nagios.
how di
Have faith! Lol ;-)
Giorgio Zarrelli
> -Messaggio originale-
> Da: Marco Borsani [mailto:m.bors...@it.net]
> Inviato: venerdì 23 ottobre 2009 17.10
> A: 'Marc Powell'; 'Nagios-users@lists.sourceforge.net Mailinglist'
> Oggetto: [Nagios-users] R: R: service acknowledges disappears
>
> Ok,
Ok, but (after read the docs), I still don't understand what does it does
;-)
-Messaggio originale-
Da: Marc Powell [mailto:m...@ena.com]
Inviato: venerdì 23 ottobre 2009 17.01
A: Nagios-users@lists.sourceforge.net Mailinglist
Oggetto: Re: [Nagios-users] R: service acknowledges disappears
On Oct 23, 2009, at 10:10 AM, Marco Borsani wrote:
> Ok, but (after read the docs), I still don't understand what does it
> does
> ;-)
acknowledgement state is considered non-status information, along with
notifications enabled, active/passive checks enabled, event handlers
enabled, check
The mail commands are borked.
Change /usr/bin/mail "%b" to /usr/bin/printf "%b"
The command, as you currently have it, is mailing nonsense to a piped mail
command.
Making the above change will actually pipe the body to the mail command
instead...
On Oct 23, 2009 11:04am, "Goutos, Kevin" w
Thanks for the reply!
1) Thank you for this information, however I'm still confused. I did a
ps -A and confirmed that mutliple instances were running, so I followed
your steps, did a kill- 9 PID and restarted nagios. I then removed a
host in my hosts.cfg file, did a /etc/rc.d/init.d/nagios rel
On Oct 23, 2009, at 8:57 AM, Marco Borsani wrote:
> service definition:
> retain_nonstatus_information 0
Set this to 1.
--
Marc
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only d
Marc,
Thanks for your reply. The reason behind doing multiple instance is
described below. Thanks
1) Previous monitoring system (survivor) was running multiple instance based
on different systems group.
2) I have been doing hostgroup and servicegroup along with contactgroup to
represent dif
Yes I do.
Nagios.cfg:
retain_state_information=1
service definition:
retain_status_information1
retain_nonstatus_information 0
Previous are the configurations also used in Nagios 1.4.1 (where some time
happens same problem, but only for few services, ALL configured with same
variable
On Oct 23, 2009, at 3:39 AM, Marco Borsani wrote:
> Hi all
>
> I am testing nagios 3.2.0 and I know pretty good 1.4.1.
>
> In my new server I am looking for acknowledge process and I have a
> problem.
> When I restart Nagios, the acknowledgement of the services in
> critical states disappears
On Oct 22, 2009, at 2:29 PM, Goutos, Kevin wrote:
> Hi all,
>
> I have a few general Nagios questions for you all, I appreciate any
> feedback you can provide.
>
>
> 1) I don't think I'm restarting Nagios correctly whenever I make a
> change in a one of the configuration files. I'm using
> /usr/
On Oct 22, 2009, at 2:03 PM, shadih rahman wrote:
> All,
>I am sub dividing my nagios into multiple instances. I have read
> http://support.nagios.com/knowledgebase/faqs/index.php?option=com_content&view=article&id=52&catid=35&faq_id=22&expand=false&showdesc=true
>
> for information. Ho
The server and all the devices I will be polling are all Dell PowerEdge
servers, the 1750, 1850 and 1950 models. The plugin I am using is what cam
in the install. I will look at some options as well as the exchange as
there may be others, just saw that and figured it was a basic check I am
sure s
Hi all
May you show me the list of yours nagios/var directory ?
I am afraid that my one has not the correct permissions (when I restart
nagios I loose all the disabled notification status and the acknowledged
problems)
ls -la
totale 252
drwxrwxr-x 5 nagios nagios 4096 23 ott 10:53
Hi all
I am testing nagios 3.2.0 and I know pretty good 1.4.1.
In my new server I am looking for acknowledge process and I have a problem.
When I restart Nagios, the acknowledgement of the services in critical
states disappears . even if I check "Sticky Acknowledgement"
Any idea ?
Hi,
is ist possible to run NRPE over IPv6? When I try I get
j...@calo-ila:/usr/local/nagios/libexec$ ./check_nrpe -H 2001:db8:1138::1
Invalid host name '2001:db8:1138::1'
When trying to use a Hostname with both A and record only A is
used.
cheers,
Jens
--
--
* Natxo Asenjo schrieb:
> On Thu, Oct 22, 2009 at 4:07 PM, Alex Huth wrote:
>
> do ls -l /usr/local/nagios/libexec/check_disk and check the permissions
>
That was the first thing i did, they have all 755. Did i missed something
else? I only have to copy the binaries to the remote machine to che
25 matches
Mail list logo