|
|
|
Giuseppe Angelini
|
Dear opennms users,
I would like to manage my network printers with open nms,(ink level, paper low detection,...). Can you advice me how to configure it ? Regards. Giuseppe Angelini ------------------------------------------------------------------------------ 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 _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss |
||||||||||||||||
|
Alexander Finger
|
Hi Guiseppe,
your network printers can be managed in two ways:
Traps - business printers can and do send out snmp traps for events (out of toner, paper jam etc). In the printer setup menu, configure your OpenNMS Server as SNMP Trap Sink (SNMP destination host or thelike).
On the OpenNMS side, you need to configure what shall happen with the traps received; see snmp configuration for that (and then events, notifications).
A sample process could be "printer sends paper jam trap", "event gets logged", "it staff gets notification jabber message".
If you want to monitor the printer counters, you can use the snmp data collection of OpenNMS to regularily collect the stats and monitor them (or graph them).
A sample process could be "collect the number of printed pages", "if they reach a threshold, send a notification to it staff"
Depending on your printer model you might find that the basic config of OpenNMS is already done, other models might require that you add the events and snmp mibs (libraries) to OpenNMS. Google for $printermodel snmp or look up your manual to get started.
If you have found the documentation and set up your printer to send traps into OpenNMS and need thereafter help to create events or notifications, don't hesitate to ask back in the mailinglist.
Kind regards
Alex
On Tue, Oct 27, 2009 at 9:59 AM, Giuseppe Angelini <[hidden email]> wrote: Dear opennms users, ------------------------------------------------------------------------------ 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 _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss |
||||||||||||||||
|
John A. Sullivan III
|
In reply to this post
by Giuseppe Angelini
On Tue, 2009-10-27 at 09:59 +0100, Giuseppe Angelini wrote:
> Dear opennms users, > I would like to manage my network printers with open nms,(ink level, > paper low detection,...). Can you advice me how to configure it ? > Regards. I've not done it but, having looked a little at the datacollection-config.xml file, it may very well already have the information you need. What happens if you simply enable SNMP on one of your printers and point OpenNMS to it? Does it collect the data you need? Can that then be turned into a threshold? Just a guess - John -- John A. Sullivan III Open Source Development Corporation +1 207-985-7880 [hidden email] http://www.spiritualoutreach.com Making Christianity intelligible to secular society ------------------------------------------------------------------------------ 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 _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss |
||||||||||||||||
|
Andrea-3
|
In reply to this post
by Giuseppe Angelini
Giuseppe Angelini ha scritto:
> Dear opennms users, > I would like to manage my network printers with open nms,(ink level, > paper low detection,...). Can you advice me how to configure it ? > Regards. > > Giuseppe Angelini > > ------------------------------------------------------------------------------ > 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 > _______________________________________________ > Please read the OpenNMS Mailing List FAQ: > http://www.opennms.org/index.php/Mailing_List_FAQ > > opennms-discuss mailing list > > To *unsubscribe* or change your subscription options, see the bottom of this page: > https://lists.sourceforge.net/lists/listinfo/opennms-discuss > > loaded on the printers. Try to find them out and have a look on what let you grab cheers, --Andrea -- Ing. Andrea Russos Comune di Modena - Settore Sistemi Informativi CED - Ufficio Sistemi&Reti Tel: +390592033553 e-mail: [hidden email] ------------------------------------------------------------------------------ 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 _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss |
||||||||||||||||
|
Giuseppe Angelini
|
In reply to this post
by Alexander Finger
Alexander Finger a écrit :
> Hi Guiseppe, > > your network printers can be managed in two ways: > > Traps - business printers can and do send out snmp traps for events > (out of toner, paper jam etc). In the printer setup menu, configure > your OpenNMS Server as SNMP Trap Sink (SNMP destination host or thelike). > > On the OpenNMS side, you need to configure what shall happen with the > traps received; see snmp configuration for that (and then events, > notifications). > > A sample process could be "printer sends paper jam trap", "event gets > logged", "it staff gets notification jabber message". > > If you want to monitor the printer counters, you can use the snmp data > collection of OpenNMS to regularily collect the stats and monitor them > (or graph them). > > A sample process could be "collect the number of printed pages", "if > they reach a threshold, send a notification to it staff" > > Depending on your printer model you might find that the basic config > of OpenNMS is already done, other models might require that you add > the events and snmp mibs (libraries) to OpenNMS. Google for > $printermodel snmp or look up your manual to get started. > > If you have found the documentation and set up your printer to send > traps into OpenNMS and need thereafter help to create events or > notifications, don't hesitate to ask back in the mailinglist. > > Kind regards > Alex > > On Tue, Oct 27, 2009 at 9:59 AM, Giuseppe Angelini <[hidden email] > <mailto:[hidden email]>> wrote: > > Dear opennms users, > I would like to manage my network printers with open nms,(ink level, > paper low detection,...). Can you advice me how to configure it ? > Regards. > > Giuseppe Angelini > > ------------------------------------------------------------------------------ > 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 > _______________________________________________ > Please read the OpenNMS Mailing List FAQ: > http://www.opennms.org/index.php/Mailing_List_FAQ > > opennms-discuss mailing list > > To *unsubscribe* or change your subscription options, see the > bottom of this page: > https://lists.sourceforge.net/lists/listinfo/opennms-discuss > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > 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 > ------------------------------------------------------------------------ > > _______________________________________________ > Please read the OpenNMS Mailing List FAQ: > http://www.opennms.org/index.php/Mailing_List_FAQ > > opennms-discuss mailing list > > To *unsubscribe* or change your subscription options, see the bottom of this page: > https://lists.sourceforge.net/lists/listinfo/opennms-discuss Hello, Thanks for your fast answer. I am not sure I got it. All I can say is that my printer is ready, I mean snmp is enabled from the printer configuration. now,what do I have to do on the opennms server ? Thanks for your precious help. Regards. Giuseppe ------------------------------------------------------------------------------ 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 _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss |
||||||||||||||||
|
Alexander Finger
|
What printer model? Are there online docs?
Then: Tell OpenNMS which community string to use and ask it to discover the printer.
/af
On Tue, Oct 27, 2009 at 1:40 PM, Giuseppe Angelini <[hidden email]> wrote: Alexander Finger a écrit : ------------------------------------------------------------------------------ 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 _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss |
||||||||||||||||
|
Naveed Hussain
|
In reply to this post
by Giuseppe Angelini
Some javascript/style in this post has been disabled (why?)
Hello, I am using opennms
"1.6.5-1" version i have added 48 nodes. I can see all graphs are
showing perfectly except physical memory is not showing me graphs. I
have tried hard to verify the issue but still no luck. I can not see
any error in configuration. Please help me out how can I resolve the
memory graphs related issue. Your earlier response will be highly
appreciate Operating system using CentOS5 on server side Best Regards Naveed Hussain Principal Network Engineer ----- Original Message ----- From: "Alexander Finger" <[hidden email]> To: "General OpenNMS Discussion" <[hidden email]> Sent: Tuesday, October 27, 2009 6:53:39 PM (GMT+0500) Auto-Detected Subject: Re: [opennms-discuss] Managing the printers with opennms What printer model? Are there online docs?
Then: Tell OpenNMS which community string to use and ask it to discover the printer.
/af
On Tue, Oct 27, 2009 at 1:40 PM, Giuseppe Angelini <[hidden email]> wrote: Alexander Finger a écrit : ------------------------------------------------------------------------------ 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 _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss ------------------------------------------------------------------------------ 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 _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss |
||||||||||||||||
|
Klaus Steden
|
Hi there, I've been able to get supply info out of our printers using OpenNMS out of the box -- my question is this -- I would like OpenNMS to generate a notification when a supply threshold drops below, say, 5%. I know which OIDs to query, but I'm pretty sure I've mangled the necessary XML to get OpenNMS to report something. Which log(s) would I find notification attempt/failure messages in? Ideally, I'd like to unwind the process back to where it fails and figure it out (learn to fish, basically), but I'm not sure where to start looking for clues between "I have the information available" and "I'm not getting feedback from my NMS about it like I asked it". thanks, Klaus ------------------------------------------------------------------------------ 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 _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss |
||||||||||||||||
|
Giuseppe Angelini
|
In reply to this post
by Giuseppe Angelini
Dear opennms users,
I would like to manage my network printers with open nms,(ink level, paper low detection,...). Can you advice me how to configure it ? Regards. Giuseppe Angelini ------------------------------------------------------------------------------ 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 _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss |
||||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |