Re: [Nagios-users] Before I RTFM....

2011-05-03 Thread Ricardo Maraschini
maybe you could start here http://sourceforge.net/projects/nagtrap/


--
Ricardo José Maraschini
OpServices Tecnologia da Informação
Your IT under control

- "Dj Lien"  escreveu:

> .. does anyone have any links/pointers for getting Nagios to process
> SNMP traps.
> 
> 
> Peace
> Lien 
> --
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network 
> management toolset available today.  Delivers lowest initial 
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue. 
> ::: Messages without supporting info will risk being sent to /dev/null

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Service check did not exit properly

2011-03-29 Thread Ricardo Maraschini
hello,

i'm not sure about it, but maybe you can try to configure your check command to 
put the error messages into a file. you could configure your check command to 
something like this:

/usr/local/nagios/libexec/check_email_delivery  
2>>/tmp/check_email_delivery.errors

after the check happen through nagios, look for possible errors on file 
/tmp/check_email_delivery.errors.

hth

--
Ricardo José Maraschini
OpServices Tecnologia da Informação
Your IT under control
http://www.monitoringconferencelatinamerica.com/

- "JS"  escreveu:

> Hmm, on the script? It's all owned by root currently, everything else
> works fine, owned by root:
> 
> root@nagios:~# cd /usr/local/nagios/libexec/
> root@nagios:/usr/local/nagios/libexec# ls -la check_email*
> -rwxr-xr-x 1 root root 38883 2011-03-25 18:00 check_email_delivery
> root@nagios:/usr/local/nagios/libexec# ls -la check_ping
> -rwxr-xr-x 1 root root 85407 2009-09-23 13:39 check_ping
> root@nagios:/usr/local/nagios/libexec#
> 
> I'm trying to add the check_email_delivery script.
> 
> --js
> 
> On 29.3.2011 12:53, Andre Kruger wrote:
> > Did you set the user and group permissions correctly?
> >
> >  >>> JS  2011/03/29 14:29 >>>
> > Hi.
> >
> > When I run a certain service check on my server via the shell it
> works
> > fine.
> >
> > However after adding it to Nagios, using exactly the same
> parameters,
> > it failes and the message "Service check did not exit properly"
> appears
> > in my Nagios interface.
> >
> > How can I debug this? I've enabled debug logging in nagios.cfg but
> > the log file still tell me very little.
> 
> --
> Enable your software for Intel(R) Active Management Technology to meet
> the
> growing manageability and security demands of your customers.
> Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will your
> software 
> be a part of the solution? Download the Intel(R) Manageability Checker
> 
> today! http://p.sf.net/sfu/intel-dev2devmar
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue. 
> ::: Messages without supporting info will risk being sent to /dev/null

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Unable to install Packages .

2010-03-08 Thread Ricardo Maraschini
Hi,

- "ravishankar gundlapali"  escreveu:
> There is no access to internet from this server.

This explains a lot of things :)

> Is Internet access required ???

Of course yes. 
You need access do internet to be able to download packages from the, lets 
say... internet :)
Please send your OS related problems to your OS community from now on.

-rm

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Unable to install Packages .

2010-03-08 Thread Ricardo Maraschini
Hi,

- "ravishankar gundlapali"  escreveu:
> When I am trying to install the package by entering the command ‘ yum
> install httpd ‘ below mentioned error occurred.

Try to check your DNS configuration in /etc/resolv.conf. 
Are you able to access internet using this server?
It appears to be a problem resolving the repository URL.

--
Ricardo José Maraschini
OpServices Tecnologia da Informação
http://www.opservices.com.br

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Monitoring JVM Attributes using Nagios

2010-03-08 Thread Ricardo Maraschini




- "Jatin Davey"  escreveu:
> Could you let me know how i can install the plugin on the server that
> i 
> need to monitor. 

AFAIK you must install the script on the Nagios Server, not on the JVM Server.
If I'm wrong, let me know.

> But i am not getting
> a 
> clue as to what i need to do on the remote box whose JVM parameters i
> need to monitor.

I truly believe you must enable JMX on JVM. Please refer to [1].
Once you enabled JMX, you can configure the plugin to connect in a remote way.

HTH

-rm

[1] http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] OpMon - www.opmon.org

2009-10-22 Thread Ricardo Maraschini
Hello there,

Please allow me to introduce you the new version of OpMon.
OpMon is a Nagios based solution, using opensource software available at 
www.opmon.org.
Now you can download a complete ISO image, where you'll find a bunch of 
softwares integrated in a well designed solution.
In the available version of OpMon you can find Capacity Planning, SLA, SLM, 
Service Catalog, Dashboards reports and management.
This release goes with a completely redesigned interface.

OpMon works in any of the following languages:
English, Spanish and Portuguese.
Add a new language turns an easily thing.

If you are interest in try the power of Nagios integrated with a lot of awesome 
reports, please refer to [1].
Thanks for attention.

OpServices

[1] - http://www.opservices.com.br/download

__

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Scheduled Check Time

2009-08-04 Thread Ricardo Maraschini

- "Greg Lindstrom"  escreveu:
> I am running Nagios 3 on a Gentoo system and have about 200 monitors 
> 
> in place.  About 15 of the monitors have the "Next Scheduled Check"  
> time set to March, 2010 and do not "fire" automatically.  This is  
> causing me sleepless nights as I have come to depend on Nagios to  
> monitor all aspects of our business (at least the IT portion).
> 
> How can this happen and, more importantly, how can I reset the  
> monitors to start firing again?  I don't want to wait until 2010!!

This is a known issue without solution yet. Can you migrate to the last stable 
release and see if problem persists? The services that are scheduled to 2010 
have a common timeperiod configuration? Can you provide us this timeperiod 
configuration?
BTW, follow attached a plugin to reschedule these service checks, you just need 
to open it with your favorite editor and change the cmd file path on $nagioscmd 
variable.

HTH,
-rm

schedule.pl
Description: Perl program
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] NConf vs. NagiosQL vs. lilac ??

2009-06-24 Thread Ricardo Maraschini

- "Mirza Dedic"  escreveu:
> Hello,
> 
> I am stuck at choosing which configuration tool I should use for my
> Nagios, I plan to refine our checks to steamline them more for
> performance, and change some of the plug-ins used for checks, and
> would like to install a web-based configuration utlity.

We use the opcfg, you can find it on [1] and it's opensource. It's based on an 
old Fruity version with a lot of enhancements. Take a look.

[1] http://www.opmon.org

-rm

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] check_http oddness

2009-06-01 Thread Ricardo Maraschini
Hi,

- "Janet Sullivan"  escreveu:
> Command:
> 
>   Curl http://tkfstrm06:8080/admin/ping?auser=XXX\&apswd=XXX
> 
>   ./check_http -I tkfstrm06 -p 8080 -u
> /admin/ping?auser=XXX\&apaswd=XXX -v
> 

There's a difference in GET var apaswd between your tries.
On former URL you used apswd, and on the second you use apaswd.
Which is the correct one?

-rm

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Nagios and MySQL

2009-03-30 Thread Ricardo Maraschini

- "Mark Weaver"  escreveu:
> I've got OpCfg installed and I "think" it's working, and if I
> understand 
> things so far it's imported all my nagios settings including objects
> and 
> templates and such into the db. I can make changes, adjustments,
> etc... 
> with OpCfg and then I've got to export those changes or additions back
> 
> out to the Nagios config on disk. However it doesn't appear to be
> doing 
> that and I'm not sure why.

Exactly.


> All Nagios configuration files for everything on the Nagios server is
> in 
> /etc/nagios and OpCfg appears to be aware of that. I've made
> /etc/nagios 
> and everything under that directory writable for nagios.apache, but
> when 
> I make changes such as create a workstation template and then add a
> host 
> made from that template the files aren't being written back to disk.

Are you doing an "export" at the end of the process?
Are there error messages at apache log files related to export process?

I think we can move our discussion to opmon.org mailing list.
There we have a group of developers that can help you with this configuration.

http://www.opmon.org/get-involved

-rm

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Nagios and MySQL

2009-03-30 Thread Ricardo Maraschini
Hi Mark,

Allways use the list for your questions.

- "Mark Weaver"  escreveu:
> Now the nagios configuration exists both on disk in the flat files and
> 
> within the database that was created. Which then does nagios respond
> to 
> when new hosts are created and put into play? The ones in the database
> 
> or the ones on disk or both?

Nagios remains under plain configuration files.


The opcfg is a configuration utility. On the first installation, you must run 
an import, thus all original configuration files are imported to mysql 
database. From this time you must use opcfg to make your new configurations, so 
you can enjoy a bunch of features.

After you proceed with your new configuration using opcfg, you run an "export" 
at opcfg interface, so the plain files are updated with new mysql configuration 
and nagios process is restarted.

You can use our mailing list at http://www.opmon.org/get-involved to more 
details.


-rm

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Nagios and MySQL

2009-03-26 Thread Ricardo Maraschini

- "Mark Weaver"  escreveu:
> I was wondering if anyone has connected their standard Nagios
> installation up to a MySQL backend?

You can take a look to www.opmon.org
We make available a configuration tool called OpCfg and an event 
broker(including performance data parse), so every information will be in a 
mysql db.

Regarding to backup issue, you can run a rpm -ql  to get gathered 
all Nagios instalation files and make a backup of them.

HTH.

-rm

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Max concurrent service checks

2009-03-25 Thread Ricardo Maraschini



- "Gian Paolo Buono"  escreveu:
> from nagios.log I receive this message ?
> 
> [1237973726] Max concurrent service checks (400) has been reached.
> Delaying further checks until previous checks are complete...
[...]
> any idea ? I is this a problem?

Search by max_concurrent_checks on
http://nagios.sourceforge.net/docs/3_0/configmain.html

-rm

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Scheduling Queue

2009-03-19 Thread Ricardo Maraschini
Hi Mathias,

- "Matthias Krauss"  escreveu:
> i wrote a script to workaround this issue, if anybody wants to know
> then
> get it here: http://it-operations.net/download/script/nagiosrepair.pl

I take a look at your script, its very useful while the development guys don't 
fix the issue, thanks. I believe that a better approach is to change your 
script to schedule a new service check through nagios pipe. What you think 
about that?

Using pipe we can insert a new service check to our Nagios and this server can 
schedule service checks dinamically.

-rm

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Scheduling Queue

2009-03-06 Thread Ricardo Maraschini

- "Matthias Krauss"  escreveu:
> I upgraded from ver 3.0.3 to 3.0.6 a few weeks ago, problem occured
> on both versions.

That's a known issue, no solution was provided yet.

http://article.gmane.org/gmane.network.nagios.devel/5554/match=next+year


-rm

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] scheduling problems

2009-03-04 Thread Ricardo Maraschini
Hi Damns,

- "Dries Dams"  escreveu:
> I will look into the workaround you provided

Did you have some "daylight saving" change recently?
And just to let the thinks clear, I didn't provide this workaround and it's not 
supposed to work :).

-rm

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] scheduling problems

2009-03-04 Thread Ricardo Maraschini
Hello,

- "Dries Dams"  escreveu:
> Since the beginning of the year we are experiencing some problems with
> the scheduling of checks on our nagios installation. Some checks that
> normally run several times a day are now scheduled for a time more
> than a year from now.


Welcome to the club Dries. We are experiencing this same problem, I notified 
nagios development group and they are probably still looking for a solution. 
Did you see if the problem occurs for services with different 
timeperiods(!=24x7)?
Can you send me directly your service/timeperiod configuration?

Let's wait for a Nagios Devel return for a while.
On the below link you can find a problem description and a workaround that, 
according Nagios Devel List, doesn't work;

http://article.gmane.org/gmane.network.nagios.devel/5554/match=next+year


-rm

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] check_mysql

2008-10-15 Thread Ricardo Maraschini

- "jeremiah" <[EMAIL PROTECTED]> wrote:
> I want nagios to automatically check mysql services on my servers.
> However when i view the web interface i see that staus is UNKNOWN and
> it
> displays the usage for check_mysql. In what file am i supposed to put
> the arguments for this command?
> 
> define service{
> use generic-service ;
> Name
> of service template
> hostgroup_name  mysql_servers
> service_description MYSQL
> is_volatile 0
> check_period24x7
> max_check_attempts  3
> normal_check_interval   3
> retry_check_interval1
> contact_groups  admins
> notification_interval   30
> notification_period 24x7
> notification_optionsw,u,c,r
> check_command   check_mysql

Change your check_command directive to check_mysql!ARG1!ARG2!ARG3, where ARG1 
is the $ARG1$ value of your check command from commands.cfg and so...

-rm

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Group of hostgroups.

2006-04-06 Thread Ricardo Maraschini

hello people

i want to group hostgroups under a generic group. Nagios can do this?

For example.
I want to create a html link that show me only 3 host groups.

Link "Generic Group Business" show me only the hostgroups Windows ane 
Linux, no the hostgroup AIX. :)


thxs



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null