Re: [Nagios-users] SMS notification

2009-06-05 Thread Christian Schneemann
On Friday 05 June 2009 16:15:07 Eduardo Barreto wrote: > Hi all, > > How do I set Nagios to send notification through sms. Does anybody can help > me? I'm in Brazil and all the companies charges for this kind of services, > are there anyother way to send it? Hi, you could use an mobilephone you can

Re: [Nagios-users] Announcement: Brooklyn for Nagios now available for iPhone and iPod Touch!

2009-06-05 Thread D. Emmanuel Feinsmith
Hi Bram, I'm going to redirect your email to the support email site and will respond to you from there. Thanks, Daniel. On Jun 5, 2009, at 10:58 AM, Bram Gillemon - Openminds wrote: > Today i bought Brooklyn app and configured it, i launched the app. > > And then it just crashes. I have an iph

Re: [Nagios-users] Announcement: Brooklyn for Nagios now available for iPhone and iPod Touch!

2009-06-05 Thread Bram Gillemon - Openminds
Today i bought Brooklyn app and configured it, i launched the app. And then it just crashes. I have an iphone 3G with the latest iphone os. Is there a way to debug this? Bram John Fullington wrote: > D. Emmanuel Feinsmith wrote: > >> Hi John, >> >> Thanks for your clarification. I am confu

Re: [Nagios-users] nagios -->> ndo2db -->> centreon

2009-06-05 Thread James Pifer
On Thu, 2009-06-04 at 14:38 -0400, James Pifer wrote: > On Thu, 2009-06-04 at 13:18 -0500, Marc Powell wrote: > > On Jun 4, 2009, at 1:02 PM, Andrew Davis wrote: > > > > > I don't want to come across like a jerk, but wouldn't this better be > > > discussed on the Centreon site? I understand its

Re: [Nagios-users] Announcement: Brooklyn for Nagios now available for iPhone and iPod Touch!

2009-06-05 Thread John Fullington
D. Emmanuel Feinsmith wrote: > Hi John, > > Thanks for your clarification. I am confused, however. Is the inag.php > script not installed on the Nagios server? > > Daniel. > > On Jun 4, 2009, at 12:10 PM, John Fullington wrote: > The inag.php script does not have to be on the same server as Nagi

Re: [Nagios-users] SMS notification

2009-06-05 Thread Eric Pearce
I'm a very satisfied user of the Multitech SMSFinder and the perl script http://www.nagioswiki.org/wiki/Plugin:check_smsfinder.pl The hardware was about $650 and the the "telemetry" SMS service from AT&T about $9/month. Using this technology means my alerts can get out even if my Internet conn

Re: [Nagios-users] Nagos issuse: ExternalCommands: failed to create process when exectuted from command line

2009-06-05 Thread Assaf Flatto
you may want to read on nrpe to understand the issue you are having : http://nagios.sourceforge.net/docs/3_0/addons.html#nrpe also see the reply from Marc in this thread . In a nutshell - you can not use nrpe on windows unless you also install Cygwin. you are better off using the chekc_nt comman

Re: [Nagios-users] Nagos issuse: ExternalCommands: failed to create process when exectuted from command line

2009-06-05 Thread Elvir Kuric
I used this http://nagios.sourceforge.net/docs/3_0/monitoring-windows.html as starting point. Installed nscclient on windows, and then within nsc.ini edited part related nrpe part, defined allowed hosts, port, and placed command to be exectuted command[check_load]=/usr/lib/nagios/plugins/check_lo

Re: [Nagios-users] Nagos issuse: ExternalCommands: failed to create process when exectuted from command line

2009-06-05 Thread Elvir Kuric
Thank you Marc, I think I re-read these links again. I know nagios is not simple, but there out is a lot of material how to set up what I want, at the moment I spent all my ideas regarding this problem. Nice regards, Elvir On Fri, Jun 5, 2009 at 3:18 PM, Marc Powell wrote: > > On Jun 5, 2009, a

[Nagios-users] SMS notification

2009-06-05 Thread Eduardo Barreto
Hi all, How do I set Nagios to send notification through sms. Does anybody can help me? I'm in Brazil and all the companies charges for this kind of services, are there anyother way to send it? Cheers Eduardo Barreto --

Re: [Nagios-users] Nagos issuse: ExternalCommands: failed to create process when exectuted from command line

2009-06-05 Thread Assaf Flatto
Have you configured ,implanted and defined NRPE tests on the remote machine ? The command you defined in below is the base for nrpe - telling the nagios that when it is executing to use the check_nrpe plugin and attempt to connect to the $HOST , and try to initiate a commad $ARG1$ ( which is

Re: [Nagios-users] Nagos issuse: ExternalCommands: failed to create process when exectuted from command line

2009-06-05 Thread Marc Powell
On Jun 5, 2009, at 6:47 AM, Elvir Kuric wrote: > Hi all, > > I have an question related to monitoring windows machines using > nagios. I installed nagios on debian and it works > super. For monitoring windows client I installed on windows NSClient++ > - 0.3.5.2 2008-09-24, and set up NSC.ini ( am

Re: [Nagios-users] Nagos issuse: ExternalCommands: failed to create process when exectuted from command line

2009-06-05 Thread Elvir Kuric
Thank you for mail and information. actually I I am using check_nrpe define command { command_namecheck_nrpe command_line/usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$ } as I understood it it is necessary to use it to "call" NRPE daemon on windows

Re: [Nagios-users] Nagos issuse: ExternalCommands: failed to create process when exectuted from command line

2009-06-05 Thread Assaf Flatto
You may want to use the following command define command{ command_namecheck_nt_cpuload command_line$USER1$/check_nt -H $HOSTADDRESS$ -t 20 -p 1248 -v CPULOAD -l $ARG1$ } Assaf On Friday 05 June 2009 11:47:26 Elvir Kuric wrote: > Hi all, > > I have an question re

[Nagios-users] Nagos issuse: ExternalCommands: failed to create process when exectuted from command line

2009-06-05 Thread Elvir Kuric
Hi all, I have an question related to monitoring windows machines using nagios. I installed nagios on debian and it works super. For monitoring windows client I installed on windows NSClient++ - 0.3.5.2 2008-09-24, and set up NSC.ini ( among other configuration elements ) command[check_load]=/usr

[Nagios-users] Deleting comments based on dates

2009-06-05 Thread Assaf Flatto
Hello List I am trying to find a way to remove host / service comments based on their age . i was planning to use the external commands but after reading them i find that it does not give me the flexibility i need . does any one have an idea how to go about this ? Thanks -- Assaf Flatto SSP

Re: [Nagios-users] Agentless Vs Agent based

2009-06-05 Thread Alejandro Sánchez Meroño
Dear Chethan, In my opinion, that it's a very wide question to answer, maybe you'll find a suitable answer in the official documentation... Give it a try, it's not so hard as it seems at first sight!! ;-) In general, there are not better methods than others, you should study separately each