Re: [Nagios-users] enable SNMP trap handling in Nagios

2011-05-11 Thread Matthew Jurgens

On 11/05/2011 2:46 AM, khurram aziz wrote:

Hi,

i am using Nagios 3.2.3  want to enable SNMP Trap Handling so that I 
can check uptime of my servers ( snmp service has already been enabled 
on the servers).


can sum1 help me with the configuration.



If it is for Windows servers you can use the check_wmi_plus plugin from 
Nagios Exchange to check against uptime

http://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows/WMI/Check-WMI-Plus/details

--
Smartmon System Monitoring http://www.smartmon.com.au
www.smartmon.com.au http://www.smartmon.com.au
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
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] enable SNMP trap handling in Nagios

2011-05-11 Thread Marco Tirado
Hello:

Going back to the original question of the thread, if you want to enable
trap handling in Nagios you should look at nagtap and snmptt.

http://www.nagtrap.org/doku.php/en:start
http://www.nagtrap.org/doku.php/en:starthttp://snmptt.sourceforge.net/

http://snmptt.sourceforge.net/BR

Marco Tirado

On Wed, May 11, 2011 at 9:35 AM, Matthew Jurgens
nagiosus...@edcint.co.nzwrote:

  On 11/05/2011 2:46 AM, khurram aziz wrote:

 Hi,

 i am using Nagios 3.2.3  want to enable SNMP Trap Handling so that I can
 check uptime of my servers ( snmp service has already been enabled on the
 servers).

 can sum1 help me with the configuration.



 If it is for Windows servers you can use the check_wmi_plus plugin from
 Nagios Exchange to check against uptime

 http://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows/WMI/Check-WMI-Plus/details

 --
  Smartmon System Monitoring http://www.smartmon.com.au
 www.smartmon.com.au


 --
 Achieve unprecedented app performance and reliability
 What every C/C++ and Fortran developer should know.
 Learn how Intel has extended the reach of its next-generation tools
 to help boost performance applications - inlcuding clusters.
 http://p.sf.net/sfu/intel-dev2devmay
 ___
 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

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
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] ndoutils 1.4b9 - Mysql Library not found

2011-05-11 Thread Tristan Drinkwater
Hi guys,

I'm looking to start filling a database for every alert that Nagios makes.

I've come across the ndoutils but when I try to ./configure the install it 
keeps telling me that it can't find the mysql library's.

I have tried the --with-mysql=/usr/lib/mysql and I've checked that the library 
does indeed exist there.

Any ideas on how to get this installed?

Or is there a better way of outputting nagios's email alerts into mysql?

Thanks in advance

Tristan




Micro Peripherals Limited.
Registered Office: Shorten Brook Way, Altham Business Park, Altham,
Accrington, Lancs. BB5 5YJ. Tel: (01282) 776776 Fax: (01282) 858790
Micro Peripherals Limited. Registered in England No. 1511931. VAT No. GB 864 
4387 91

DISCLAIMER:
This e-mail and attachments are confidential and are intended solely for the 
use of the individual to
whom it is addressed. Any views or opinions presented are solely those of the 
author and do not
necessarily represent those of Micro Peripherals Limited.
If you are not the intended recipient, be advised that you have received this 
Email in error and that
any use, dissemination, forwarding, printing, or copying of this Email is 
strictly prohibited. If this
transmission is received in error please notify the sender immediately and 
delete this message from
your E-mail system.
All electronic transmissions to and from Micro Peripherals Ltd are recorded and 
may be monitored.
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
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] Nagios + Jasper

2011-05-11 Thread trm asn
Hi List,

Has anyone configured Nagios with Jasper Report or anyone having any better
solutions with existing nagios(3.2).



/\
dE
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
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] ndoutils 1.4b9 - Mysql Library not found

2011-05-11 Thread ranjib dey
which OS you are running on? Do you have the mysql headers installed
(mysql-devel.rpm or something similar)?
regards
ranjib
On Wed, May 11, 2011 at 2:34 PM, Tristan Drinkwater trist...@micro-p.comwrote:

  Hi guys,



 I’m looking to start filling a database for every alert that Nagios makes.



 I’ve come across the ndoutils but when I try to ./configure the install it
 keeps telling me that it can’t find the mysql library’s.



 I have tried the –-with-mysql=/usr/lib/mysql and I’ve checked that the
 library does indeed exist there.



 Any ideas on how to get this installed?



 Or is there a better way of outputting nagios’s email alerts into mysql?



 Thanks in advance



 Tristan



 --

 Micro Peripherals Limited.
 Registered Office: Shorten Brook Way, Altham Business Park, Altham,
 Accrington, Lancs. BB5 5YJ. Tel: (01282) 776776 Fax: (01282) 858790
 Micro Peripherals Limited. Registered in England No. 1511931. VAT No. GB
 864 4387 91

 DISCLAIMER:
 This e-mail and attachments are confidential and are intended solely for
 the use of the individual to
 whom it is addressed. Any views or opinions presented are solely those of
 the author and do not
 necessarily represent those of Micro Peripherals Limited.
 If you are not the intended recipient, be advised that you have received
 this Email in error and that
 any use, dissemination, forwarding, printing, or copying of this Email is
 strictly prohibited. If this
 transmission is received in error please notify the sender immediately and
 delete this message from
 your E-mail system.
 All electronic transmissions to and from Micro Peripherals Ltd are recorded
 and may be monitored.


 --
 Achieve unprecedented app performance and reliability
 What every C/C++ and Fortran developer should know.
 Learn how Intel has extended the reach of its next-generation tools
 to help boost performance applications - inlcuding clusters.
 http://p.sf.net/sfu/intel-dev2devmay
 ___
 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

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
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] ndoutils 1.4b9 - Mysql Library not found

2011-05-11 Thread Tristan Drinkwater
Hi,

I'm running fedora 14 with the latest mysql-devel packages installed.

Thanks

tristan

From: ranjib dey [mailto:dey.ran...@gmail.com]
Sent: 11 May 2011 12:39
To: Nagios Users List
Subject: Re: [Nagios-users] ndoutils 1.4b9 - Mysql Library not found


which OS you are running on? Do you have the mysql headers installed 
(mysql-devel.rpm or something similar)?
regards
ranjib
On Wed, May 11, 2011 at 2:34 PM, Tristan Drinkwater 
trist...@micro-p.commailto:trist...@micro-p.com wrote:
Hi guys,

I'm looking to start filling a database for every alert that Nagios makes.

I've come across the ndoutils but when I try to ./configure the install it 
keeps telling me that it can't find the mysql library's.

I have tried the --with-mysql=/usr/lib/mysql and I've checked that the library 
does indeed exist there.

Any ideas on how to get this installed?

Or is there a better way of outputting nagios's email alerts into mysql?

Thanks in advance

Tristan




Micro Peripherals Limited.
Registered Office: Shorten Brook Way, Altham Business Park, Altham,
Accrington, Lancs. BB5 5YJ. Tel: (01282) 776776 Fax: (01282) 858790
Micro Peripherals Limited. Registered in England No. 1511931. VAT No. GB 864 
4387 91

DISCLAIMER:
This e-mail and attachments are confidential and are intended solely for the 
use of the individual to
whom it is addressed. Any views or opinions presented are solely those of the 
author and do not
necessarily represent those of Micro Peripherals Limited.
If you are not the intended recipient, be advised that you have received this 
Email in error and that
any use, dissemination, forwarding, printing, or copying of this Email is 
strictly prohibited. If this
transmission is received in error please notify the sender immediately and 
delete this message from
your E-mail system.
All electronic transmissions to and from Micro Peripherals Ltd are recorded and 
may be monitored.

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.netmailto: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

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
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] ndoutils 1.4b9 - Mysql Library not found

2011-05-11 Thread Tristan Drinkwater
Arh, all ok now.

I was still using the command switch after installing the devel package. A 
straight up ./configure show the lib as found.

All's good. )

From: Tristan Drinkwater [mailto:trist...@micro-p.com]
Sent: 11 May 2011 12:45
To: Nagios Users List
Subject: Re: [Nagios-users] ndoutils 1.4b9 - Mysql Library not found

Hi,

I'm running fedora 14 with the latest mysql-devel packages installed.

Thanks

tristan

From: ranjib dey [mailto:dey.ran...@gmail.com]
Sent: 11 May 2011 12:39
To: Nagios Users List
Subject: Re: [Nagios-users] ndoutils 1.4b9 - Mysql Library not found


which OS you are running on? Do you have the mysql headers installed 
(mysql-devel.rpm or something similar)?
regards
ranjib
On Wed, May 11, 2011 at 2:34 PM, Tristan Drinkwater 
trist...@micro-p.commailto:trist...@micro-p.com wrote:
Hi guys,

I'm looking to start filling a database for every alert that Nagios makes.

I've come across the ndoutils but when I try to ./configure the install it 
keeps telling me that it can't find the mysql library's.

I have tried the --with-mysql=/usr/lib/mysql and I've checked that the library 
does indeed exist there.

Any ideas on how to get this installed?

Or is there a better way of outputting nagios's email alerts into mysql?

Thanks in advance

Tristan




Micro Peripherals Limited.
Registered Office: Shorten Brook Way, Altham Business Park, Altham,
Accrington, Lancs. BB5 5YJ. Tel: (01282) 776776 Fax: (01282) 858790
Micro Peripherals Limited. Registered in England No. 1511931. VAT No. GB 864 
4387 91

DISCLAIMER:
This e-mail and attachments are confidential and are intended solely for the 
use of the individual to
whom it is addressed. Any views or opinions presented are solely those of the 
author and do not
necessarily represent those of Micro Peripherals Limited.
If you are not the intended recipient, be advised that you have received this 
Email in error and that
any use, dissemination, forwarding, printing, or copying of this Email is 
strictly prohibited. If this
transmission is received in error please notify the sender immediately and 
delete this message from
your E-mail system.
All electronic transmissions to and from Micro Peripherals Ltd are recorded and 
may be monitored.

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.netmailto: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

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
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] enable SNMP trap handling in Nagios

2011-05-11 Thread Randal, Phil
I'll second that.

The documentation's a bit sparse for nagtrap, and overwhelming at times for 
snmptt, but you'll eventually get there.

Installed both last night without too much hassle.

Cheers,

Phil
--
Phil Randal | Infrastructure Engineer
NHS Herefordshire  Herefordshire Council  | Deputy Chief Executive's Office | 
I.C.T. Services Division
Thorn Office Centre, Rotherwas, Hereford, HR2 6JT
Tel: 01432 260160

From: Marco Tirado [mailto:marco.tir...@gmail.com]
Sent: 11 May 2011 08:50
To: nagiosus...@edcint.co.nz; Nagios Users List
Subject: Re: [Nagios-users] enable SNMP trap handling in Nagios

Hello:

Going back to the original question of the thread, if you want to enable trap 
handling in Nagios you should look at nagtap and snmptt.

http://www.nagtrap.org/doku.php/en:start
http://snmptt.sourceforge.net/

BR

Marco Tirado

On Wed, May 11, 2011 at 9:35 AM, Matthew Jurgens 
nagiosus...@edcint.co.nzmailto:nagiosus...@edcint.co.nz wrote:
On 11/05/2011 2:46 AM, khurram aziz wrote:
Hi,

i am using Nagios 3.2.3  want to enable SNMP Trap Handling so that I can check 
uptime of my servers ( snmp service has already been enabled on the servers).

can sum1 help me with the configuration.



If it is for Windows servers you can use the check_wmi_plus plugin from Nagios 
Exchange to check against uptime
http://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows/WMI/Check-WMI-Plus/details
--
Smartmon System Monitoringhttp://www.smartmon.com.au
www.smartmon.com.auhttp://www.smartmon.com.au

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.netmailto: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

Any opinion expressed in this e-mail or any attached files are those of the 
individual and not necessarily those of Herefordshire Council.
You should be aware that Herefordshire Council monitors its email service.
This e-mail and any attached files are confidential and intended solely for the 
use of the addressee. This communication may contain material protected by law 
from being passed on. If you are not the intended recipient and have received 
this e-mail in error, you are advised that any use, dissemination, forwarding, 
printing or copying of this e-mail is strictly prohibited. If you have received 
this e-mail in error please contact the sender immediately and destroy all 
copies of it.
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
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] smstools3 with nagios

2011-05-11 Thread Marco Borsani
Hi all

 

As many people to send sms with Nagios I usually use smstools2 , all is
working fine.

 

Now I am testing smstools3, I can send sms using command line (as root and
Nagios user too), but Nagios program did not send any sms ….

Are there differences in the configuration between smstools2 an smstools3 ?

 

regards

 

 

Marco Borsani

Unix and Monitoring Sysadmin

Technical Operations Dpt.

tel: +39 010 4310115

fax: +39 02 30130311

cell: +39 329 5953944

ITnet Srl

Società con socio unico

Direzione e Coordinamento di …

 

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
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] Problem with Konica and Canon printer

2011-05-11 Thread Andre Tann
Hello Adam,

Adam Sweet, Donnerstag 05 Mai 2011: 

 Take a look at Transitiv's check_snmp_printer.pl check:
 
 http://www.transitiv.co.uk/resources-page/nagios-plugins

Thanks for you hint. I have installed this plugin now, but it seems not
to be too chatty:

# ./check_snmp_printer.pl -H kyocera.company.com
check_snmp_printer OK - Status: idle

Well, it's true that the printer is OK and idle. But how can one check
details about toner and paper status?

Do I overlook some option?

Thanks again,
Andre

-- 
Andre Tann


--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
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] enable SNMP trap handling in Nagios

2011-05-11 Thread Chris Schaft
We have posted the instructions for Nagios trap integration on our site.  We
also have several dozen snmptt config files for traps as well as the MIBs
(Cisco for now, other vendors if folks ask for them).  These are free for
anyone who wants them.  You can get them by going to www.mkadvantage.com.
Once you get there, select Tools then MKA PE/Groundwork/Nagios then the
Trap configs.  The MIBs page is there as well.

 

If everyone finds these beneficial, please let me know and we will continue
to populate these pages with more configs as time goes by.  If anyone still
has trouble with trap integration, please reach out to us on our contact us
link.

 

Thanks,

 

 

Chris Schaft

MKAdvantage

ch...@mkadvantage.com

 

From: Randal, Phil [mailto:pran...@herefordshire.gov.uk] 
Sent: Wednesday, May 11, 2011 8:11 AM
To: Nagios Users List
Subject: Re: [Nagios-users] enable SNMP trap handling in Nagios

 

I'll second that.

 

The documentation's a bit sparse for nagtrap, and overwhelming at times for
snmptt, but you'll eventually get there.

 

Installed both last night without too much hassle.

 

Cheers,

 

Phil

-- 
Phil Randal | Infrastructure Engineer 
NHS Herefordshire  Herefordshire Council  | Deputy Chief Executive's Office
| I.C.T. Services Division 
Thorn Office Centre, Rotherwas, Hereford, HR2 6JT 
Tel: 01432 260160

 

From: Marco Tirado [mailto:marco.tir...@gmail.com] 
Sent: 11 May 2011 08:50
To: nagiosus...@edcint.co.nz; Nagios Users List
Subject: Re: [Nagios-users] enable SNMP trap handling in Nagios

 

Hello:

 

Going back to the original question of the thread, if you want to enable
trap handling in Nagios you should look at nagtap and snmptt. 

 

http://www.nagtrap.org/doku.php/en:start

http://snmptt.sourceforge.net/

 

BR

 

Marco Tirado

 

On Wed, May 11, 2011 at 9:35 AM, Matthew Jurgens nagiosus...@edcint.co.nz
wrote:

On 11/05/2011 2:46 AM, khurram aziz wrote: 

Hi,

i am using Nagios 3.2.3  want to enable SNMP Trap Handling so that I can
check uptime of my servers ( snmp service has already been enabled on the
servers).

can sum1 help me with the configuration.

 

 

 

If it is for Windows servers you can use the check_wmi_plus plugin from
Nagios Exchange to check against uptime
http://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows/WMI/C
heck-WMI-Plus/details

-- 
Smartmon System Monitoring http://www.smartmon.com.au  
www.smartmon.com.au 



--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
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

 

 

Any opinion expressed in this e-mail or any attached files are those of the
individual and not necessarily those of Herefordshire Council.
You should be aware that Herefordshire Council monitors its email service.
This e-mail and any attached files are confidential and intended solely for
the use of the addressee. This communication may contain material protected
by law from being passed on. If you are not the intended recipient and have
received this e-mail in error, you are advised that any use, dissemination,
forwarding, printing or copying of this e-mail is strictly prohibited. If
you have received this e-mail in error please contact the sender immediately
and destroy all copies of it.

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
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 + Jasper

2011-05-11 Thread Jim Avery
On 11 May 2011 12:22, trm asn trm.nag...@gmail.com wrote:
 Hi List,

 Has anyone configured Nagios with Jasper Report or anyone having any better
 solutions with existing nagios(3.2).


I haven't tried it myself at all, but (in no particular order and
according to their web sites listed below) ...

it looks like Netways have:

http://www.netways.de/en/de/produkte/jasper/integration/

and it's used in Opsera's reports module:

http://www.opsview.com/sites/default/files/Opsview%20Reports%20Module_0.pdf

and OpsView uses it too:

http://opsview.com/products/opsview-enterprise/reporting-dashboards


hth,

Jim

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
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] smstools3 with nagios

2011-05-11 Thread Ennis Ibarra
Check your commands file, see if there you can find a difference, what's the 
directory smstools2/3 is pointing to, what is the command? 


_ 
Supreme Court of New Mexico Ennis Ibarra 


- Original Message - 
From: Marco Borsani m.bors...@it.net 
To: NAGIOS nagios-users@lists.sourceforge.net 
Sent: Wednesday, May 11, 2011 6:12:38 AM 
Subject: [Nagios-users] smstools3 with nagios 




Hi all 



As many people to send sms with Nagios I usually use smstools2 , all is working 
fine. 



Now I am testing smstools3, I can send sms using command line (as root and 
Nagios user too), but Nagios program did not send any sms …. 

Are there differences in the configuration between smstools2 an smstools3 ? 



regards 





Marco Borsani 

Unix and Monitoring Sysadmin 

Technical Operations Dpt. 

tel: +39 010 4310115 

fax: +39 02 30130311 

cell: +39 329 5953944 

ITnet Srl 

Società con socio unico 

Direzione e Coordinamento di … 


-- 
Achieve unprecedented app performance and reliability 
What every C/C++ and Fortran developer should know. 
Learn how Intel has extended the reach of its next-generation tools 
to help boost performance applications - inlcuding clusters. 
http://p.sf.net/sfu/intel-dev2devmay 
___ 
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--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
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