[2009-01-08 09::59:32] ** jplouis joined the chat room.
[2009-01-08 10::00:00] ** You changed the topic to "Zenoss Development is here".
[2009-01-08 10::01:38] mrayzenoss: Good morning/afternoon/evening
[2009-01-08 10::02:25] ** __jason__ joined the chat room.
[2009-01-08 10::03:04] ** __jason__ is now known as jstevens.
[2009-01-08 10::03:26] ** realmelancon joined the chat room.
[2009-01-08 10::04:10] ** kells joined the chat room.
[2009-01-08 10::04:27] ** cluther joined the chat room.
[2009-01-08 10::04:46] mrayzenoss: Lots of Zenoss developers here today, any questions?
[2009-01-08 10::05:05] Cosmin: always
[2009-01-08 10::06:40] adytum-bot: Title: Forums :: View topic - Zenoss not showing all the routes for an device (at forums.zenoss.com)
[2009-01-08 10::07:13] jb: helllow
[2009-01-08 10::07:16] cluther: If you have multiple routes to the same network, only one will be modeled. Is this the case for you?
[2009-01-08 10::07:22] jb: hi matt/chet
[2009-01-08 10::07:53] Cosmin: mmmyes
[2009-01-08 10::08:16] jb: hey kells
[2009-01-08 10::08:21] Cosmin: hm... can that be overwrited?
[2009-01-08 10::08:26] cluther: This is a limitation of how we represent routes in our model currently. We're using the netid as the key instead of the cidr representation.
[2009-01-08 10::08:28] kells: Hi JB!
[2009-01-08 10::08:38] cluther: Cosmin: Not in the near future, but we are thinking about it.
[2009-01-08 10::08:39] ** sciolist joined the chat room.
[2009-01-08 10::08:41] jb: kells: did the guys get those B50's online?
[2009-01-08 10::08:53] kells: They did, thank you!
[2009-01-08 10::09:02] jb: any idea why this transform isn't working.. it validates, but doesn't display anything: evt.component = "Node: %s:%s" % (gethostbyaddr(evt.bigipNotifyObjNode), evt.bigipNotifyObjPort)
[2009-01-08 10::09:05] Cosmin: ok thanks for that
[2009-01-08 10::09:08] kells: We've actually got some of the new parsing stuff working on the test boxes, too!
[2009-01-08 10::09:10] jb: without the gethostbyaddr() it works fine..
[2009-01-08 10::10:00] kells: There's still a lot of rough spots in it right now, unfortunately.
[2009-01-08 10::10:06] cluther: jb: device.dmd.Devices.findDevice(evt.bigipNotifyObjNode)
[2009-01-08 10::10:09] Cosmin: how about monitoring virtual hosts? like websites... i cant monitor more thatn one website because when i add another ip its reading the info for the website and it says that it already has it in and skipps it
[2009-01-08 10::10:10] jb: its all SSH based, right?
[2009-01-08 10::10:16] cluther: jb: Better than doing a gethostbyaddr in a transform
[2009-01-08 10::10:30] kells: I'll be adding the documentation for it into the dev guide (which I got from another dev) in the next day or two
[2009-01-08 10::10:33] cluther: jb.. oops.. device.dmd.Devices.findDevice(evt.bigipNotifyObjNode).id
[2009-01-08 10::10:35] jb: cluther: hmm, ok.. let me try that.
[2009-01-08 10::11:19] kells: jb: telnet might also be supported, IIRC
[2009-01-08 10::12:24] jb: ok cool
[2009-01-08 10::12:49] kells: Were you looking for something else, in terms of protocols?
[2009-01-08 10::12:50] jb: net-snmp dies as soon as AIX goes under stress..
[2009-01-08 10::13:15] kells: Heh. AIX snmp dies regularly, even when totally relaxed.
[2009-01-08 10::13:28] Cosmin: is there a way to monitor https web sites?
[2009-01-08 10::13:32] jb: will all of that be supported?
[2009-01-08 10::13:57] Cosmin: ok
[2009-01-08 10::14:55] jb: from your snmpwalk?
[2009-01-08 10::15:14] Cosmin: no
[2009-01-08 10::15:23] kells: jb: modelling will still be done through zenmodeler and the new parsing stuff for performance data (ie the stuff that gathers data for graphs) through zencommand
[2009-01-08 10::15:33] jb: ah ok
[2009-01-08 10::16:11] Cosmin: Could not read the status of Windows services (NT_STATUS_ACCESS_DENIED)
[2009-01-08 10::16:32] jb: are you speciying a zWinUser/Password with proper access?
[2009-01-08 10::16:41] Cosmin: let me check
[2009-01-08 10::17:09] jb: thats your problem..
[2009-01-08 10::17:11] Cosmin:
[2009-01-08 10::17:22] jb: yep
[2009-01-08 10::17:27] Cosmin: should it be a domain user or local user is good?
[2009-01-08 10::17:36] jb: local user with the proper access is fine..
[2009-01-08 10::19:08] cluther: 2.3.2?
[2009-01-08 10::19:17] jb: yep
[2009-01-08 10::20:29] Cosmin: why cant i change the password for a zenoss user?
[2009-01-08 10::20:36] cluther: No.. apparently not.. there is an open bug for this (#4192)
[2009-01-08 10::20:39] Cosmin: Type: TypeError
[2009-01-08 10::20:41] cluther: Try this workaround..
[2009-01-08 10::20:41] Cosmin: * Module Products.ZenModel.UserSettings, line 591, in manage_editUserSettings
[2009-01-08 10::20:43] cluther: When you're globally disabling the monitoring of a Windows service do so at the Edit tab for the service class instead of the zProperties tab. If the service is already set to Monitor == False then use the Edit tab to set it back to true, then false again. After doing this for all affected services you should restart the zenwin daemon and manually move any of these improper /Status/WinService events to history.
[2009-01-08 10::20:43] Cosmin: TypeError: iterable argument required
[2009-01-08 10::21:08] jb: Hm. one sec.
[2009-01-08 10::23:35] Cosmin: anyone?
[2009-01-08 10::24:02] mrayzenoss: Cosmin: where is that happening? Which version?
[2009-01-08 10::24:07] Cosmin: 2.3.2
[2009-01-08 10::25:45] mrayzenoss: firing up a 2.3.2 instance, I'll see what I get
[2009-01-08 10::27:42] Cosmin: thank yuo
[2009-01-08 10::29:50] jb: so.. hows blue crab coming?
[2009-01-08 10::30:32] mrayzenoss: Cosmin: are you doing that as admin?
[2009-01-08 10::30:43] Cosmin: yes i add the user as admin
[2009-01-08 10::31:04] mrayzenoss: yeah, I get an error too
[2009-01-08 10::31:13] Cosmin: cool
[2009-01-08 10::31:17] mrayzenoss: sorry about that
[2009-01-08 10::33:25] kells: wrt blue crab: there's some bumps as there's still waaay too many open tickets, and requirements for new things pop up, and possibly a new (unexpected) point release.
[2009-01-08 10::33:38] jb: cool
[2009-01-08 10::33:39] ** indika_ left the chat room.
[2009-01-08 10::33:44] jb: so the interface has been revamped?
[2009-01-08 10::33:56] mrayzenoss: yeah, we'll have some Blue Crab wire frames soon
[2009-01-08 10::34:01] jb: ok cool
[2009-01-08 10::34:08] mrayzenoss: a lot of cleanups
[2009-01-08 10::34:15] kells: Heh
[2009-01-08 10::35:36] jb: right..
[2009-01-08 10::36:00] ** cgibbons joined the chat room.
[2009-01-08 10::37:04] jb: kells: you had said that initially, the AIX stuff will probably not model volume groups, etc, right?
[2009-01-08 10::37:38] Cosmin: ok now... why am i keep getting these? Error reading value for "ssCpuRawWait" on (oid .1.3.6.1.4.1.2021.11.54.0 is ...
[2009-01-08 10::37:58] kells: jb: I'd better not comment on that until I actually try building a few modelers + collectors to see what the limitations are...
[2009-01-08 10::38:18] Cosmin: i know its because its an older version of redhat
[2009-01-08 10::38:29] kells: jb: errpt stuff also isn't on the table (but I'll probably put one in anyway )
[2009-01-08 10::39:28] mrayzenoss: created http://dev.zenoss.org/trac/ticket/4243 for the broken password
[2009-01-08 10::40:26] jb: sure
[2009-01-08 10::41:08] Cosmin: thank you mrayzenoss
[2009-01-08 10::41:22] kells: I saw that I could toss in events into the performance gatherers and I thought "errpt would be cool to do!"
[2009-01-08 10::41:48] jb: yes, very
[2009-01-08 10::42:58] Cosmin: what do i need to do so that zenoss can pull the serial numbers, hw model, os make, os version etc
[2009-01-08 10::43:35] jb: of what OS?
[2009-01-08 10::43:50] Cosmin: windows and linux
[2009-01-08 10::43:58] jb: are they dell or HP servers?
[2009-01-08 10::44:01] Cosmin: dell
[2009-01-08 10::44:08] jb: do you have openmanage installed on them?
[2009-01-08 10::44:17] Cosmin: nope
[2009-01-08 10::44:27] kells: cosmin: check out the 2.3.x version of the Dev guide if you're interested in programming one of your own modelers (ie the thing that grabs the serial numbers, hw models etc)
[2009-01-08 10::44:50] jb: you will need to install openmanage on all of the linux boxes for this to work out of the box.. this also provides you with important SNMP traps (array alerts, etc), so you should really be doing that anyways
[2009-01-08 10::45:13] Cosmin: i have snmp-informant
[2009-01-08 10::45:26] jb: k.. you need openmanage
[2009-01-08 10::45:26] Cosmin: thanks
[2009-01-08 10::46:06] ** cluther left the chat room.
[2009-01-08 10::46:55] Cosmin: oh and jb puttin the user and the password for that windows box didnt work
[2009-01-08 10::47:24] ** cluther joined the chat room.
[2009-01-08 10::47:51] jb: you need to check your WMI connectivity
[2009-01-08 10::48:48] Cosmin: let me try that again
[2009-01-08 10::55:04] mrayzenoss: I'm not turning up anything on that, why don't you start a forum thread with all the details and maybe someone will have some insight
[2009-01-08 10::56:22] Cosmin: ok
[2009-01-08 11::02:42] ** bill_ joined the chat room.
[2009-01-08 11::03:27] mrayzenoss: Thanks to everyone who stopped by, I'll have the transcript up shortly
[2009-01-08 11::03:39] ** jplouis left the chat room.
[2009-01-08 11::03:42] ** kells left the chat room.
[2009-01-08 11::03:54] ** jstevens left the chat room.
[2009-01-08 11::03:55] ** realmelancon left the chat room.
[2009-01-08 11::04:08] bill_: hi. I'm just looking into zenoss. can someone point me to how to get cpu monitoring to work on hp linux box?
[2009-01-08 11::04:28] mrayzenoss: probably your best bet would be to use SNMP
[2009-01-08 11::04:53] bill_: yes, but doesn't work with hp. works great with solaris
[2009-01-08 11::05:04] mrayzenoss: we've got a Getting Started with Zenoss guide that will get you on your way: http://www.zenoss.com/community/docs/Getting_Started_with_Zenoss_2.3.pdf
[2009-01-08 11::05:35] cluther: bill_: There's also a very good HP-UX community ZenPack. It leverages the Emanate agent.
[2009-01-08 11::05:37] mrayzenoss: which distro of Linux are you using?
[2009-01-08 11::05:57] cluther: bill_: Ooops.. linux, nevermind.
[2009-01-08 11::05:57] bill_: Red Hat Enterprise Linux ES release 4 (Nahant Update 4)
[2009-01-08 11::05:57] mrayzenoss: ahh, HPUX, I thought you said Linux on an HP box
[2009-01-08 11::06:38] bill_: not sure if this helps: (08:46:11)[root@cmsapp2 TEST ~]# snmpwalk -v1 -cpublic 10.176.110.86 .1.3.6.1.2.1.25.2.3.1 End of MIB
[2009-01-08 11::11:39] cluther: bill_: Edit your /etc/snmp/snmpd.conf
[2009-01-08 11::12:22] ** gadept joined the chat room.
[2009-01-08 11::12:47] ** kevin7kal_ left the chat room.
[2009-01-08 11::13:34] bill_: ah, that looks much better, thanks!!
[2009-01-08 11::14:16] Cosmin: is there a way to do all the patches for zenoss?
[2009-01-08 11::14:58] mrayzenoss: not sure that's the best idea, we typically try to roll out new maintenance releases that roll-up patches
[2009-01-08 11::18:18] ** gadept left the chat room.
[2009-01-08 11::19:58] jb: are there any plan for reports via email?
[2009-01-08 11::21:04] cluther: jb: There's a tool that comes with zenoss called reportmail
[2009-01-08 11::21:11] jb: ah ok
[2009-01-08 11::21:19] cluther: jb: It allows you to email the contents of any page within the web interface from cron.
[2009-01-08 11::21:20] jb: is it able to send graph's as well?
[2009-01-08 11::21:24] cluther: jb: Yes.
[2009-01-08 11::21:25] jb: oh ok
[2009-01-08 11::21:33] cluther: jb: reportmail --help
[2009-01-08 11::21:37] jb: thanks
[2009-01-08 11::22:09] cluther: jb: I'm not really as rude as IRC makes me out to be.
[2009-01-08 11::22:21] jb: haha.. i don't think you are rude
[2009-01-08 10::00:00] ** You changed the topic to "Zenoss Development is here".
[2009-01-08 10::01:38] mrayzenoss: Good morning/afternoon/evening
[2009-01-08 10::02:25] ** __jason__ joined the chat room.
[2009-01-08 10::03:04] ** __jason__ is now known as jstevens.
[2009-01-08 10::03:26] ** realmelancon joined the chat room.
[2009-01-08 10::04:10] ** kells joined the chat room.
[2009-01-08 10::04:27] ** cluther joined the chat room.
[2009-01-08 10::04:46] mrayzenoss: Lots of Zenoss developers here today, any questions?
[2009-01-08 10::05:05] Cosmin: always
[2009-01-08 10::06:40] adytum-bot: Title: Forums :: View topic - Zenoss not showing all the routes for an device (at forums.zenoss.com)
[2009-01-08 10::07:13] jb: helllow
[2009-01-08 10::07:16] cluther: If you have multiple routes to the same network, only one will be modeled. Is this the case for you?
[2009-01-08 10::07:22] jb: hi matt/chet
[2009-01-08 10::07:53] Cosmin: mmmyes
[2009-01-08 10::08:16] jb: hey kells
[2009-01-08 10::08:21] Cosmin: hm... can that be overwrited?
[2009-01-08 10::08:26] cluther: This is a limitation of how we represent routes in our model currently. We're using the netid as the key instead of the cidr representation.
[2009-01-08 10::08:28] kells: Hi JB!
[2009-01-08 10::08:38] cluther: Cosmin: Not in the near future, but we are thinking about it.
[2009-01-08 10::08:39] ** sciolist joined the chat room.
[2009-01-08 10::08:41] jb: kells: did the guys get those B50's online?
[2009-01-08 10::08:53] kells: They did, thank you!
[2009-01-08 10::09:02] jb: any idea why this transform isn't working.. it validates, but doesn't display anything: evt.component = "Node: %s:%s" % (gethostbyaddr(evt.bigipNotifyObjNode), evt.bigipNotifyObjPort)
[2009-01-08 10::09:05] Cosmin: ok thanks for that
[2009-01-08 10::09:08] kells: We've actually got some of the new parsing stuff working on the test boxes, too!
[2009-01-08 10::09:10] jb: without the gethostbyaddr() it works fine..
[2009-01-08 10::10:00] kells: There's still a lot of rough spots in it right now, unfortunately.
[2009-01-08 10::10:06] cluther: jb: device.dmd.Devices.findDevice(evt.bigipNotifyObjNode)
[2009-01-08 10::10:09] Cosmin: how about monitoring virtual hosts? like websites... i cant monitor more thatn one website because when i add another ip its reading the info for the website and it says that it already has it in and skipps it
[2009-01-08 10::10:10] jb: its all SSH based, right?
[2009-01-08 10::10:16] cluther: jb: Better than doing a gethostbyaddr in a transform
[2009-01-08 10::10:30] kells: I'll be adding the documentation for it into the dev guide (which I got from another dev) in the next day or two
[2009-01-08 10::10:33] cluther: jb.. oops.. device.dmd.Devices.findDevice(evt.bigipNotifyObjNode).id
[2009-01-08 10::10:35] jb: cluther: hmm, ok.. let me try that.
[2009-01-08 10::11:19] kells: jb: telnet might also be supported, IIRC
[2009-01-08 10::12:24] jb: ok cool
[2009-01-08 10::12:49] kells: Were you looking for something else, in terms of protocols?
[2009-01-08 10::12:50] jb: net-snmp dies as soon as AIX goes under stress..
[2009-01-08 10::13:15] kells: Heh. AIX snmp dies regularly, even when totally relaxed.
[2009-01-08 10::13:28] Cosmin: is there a way to monitor https web sites?
[2009-01-08 10::13:32] jb: will all of that be supported?
[2009-01-08 10::13:57] Cosmin: ok
[2009-01-08 10::14:55] jb: from your snmpwalk?
[2009-01-08 10::15:14] Cosmin: no
[2009-01-08 10::15:23] kells: jb: modelling will still be done through zenmodeler and the new parsing stuff for performance data (ie the stuff that gathers data for graphs) through zencommand
[2009-01-08 10::15:33] jb: ah ok
[2009-01-08 10::16:11] Cosmin: Could not read the status of Windows services (NT_STATUS_ACCESS_DENIED)
[2009-01-08 10::16:32] jb: are you speciying a zWinUser/Password with proper access?
[2009-01-08 10::16:41] Cosmin: let me check
[2009-01-08 10::17:09] jb: thats your problem..
[2009-01-08 10::17:11] Cosmin:
[2009-01-08 10::17:22] jb: yep
[2009-01-08 10::17:27] Cosmin: should it be a domain user or local user is good?
[2009-01-08 10::17:36] jb: local user with the proper access is fine..
[2009-01-08 10::19:08] cluther: 2.3.2?
[2009-01-08 10::19:17] jb: yep
[2009-01-08 10::20:29] Cosmin: why cant i change the password for a zenoss user?
[2009-01-08 10::20:36] cluther: No.. apparently not.. there is an open bug for this (#4192)
[2009-01-08 10::20:39] Cosmin: Type: TypeError
[2009-01-08 10::20:41] cluther: Try this workaround..
[2009-01-08 10::20:41] Cosmin: * Module Products.ZenModel.UserSettings, line 591, in manage_editUserSettings
[2009-01-08 10::20:43] cluther: When you're globally disabling the monitoring of a Windows service do so at the Edit tab for the service class instead of the zProperties tab. If the service is already set to Monitor == False then use the Edit tab to set it back to true, then false again. After doing this for all affected services you should restart the zenwin daemon and manually move any of these improper /Status/WinService events to history.
[2009-01-08 10::20:43] Cosmin: TypeError: iterable argument required
[2009-01-08 10::21:08] jb: Hm. one sec.
[2009-01-08 10::23:35] Cosmin: anyone?
[2009-01-08 10::24:02] mrayzenoss: Cosmin: where is that happening? Which version?
[2009-01-08 10::24:07] Cosmin: 2.3.2
[2009-01-08 10::25:45] mrayzenoss: firing up a 2.3.2 instance, I'll see what I get
[2009-01-08 10::27:42] Cosmin: thank yuo
[2009-01-08 10::29:50] jb: so.. hows blue crab coming?
[2009-01-08 10::30:32] mrayzenoss: Cosmin: are you doing that as admin?
[2009-01-08 10::30:43] Cosmin: yes i add the user as admin
[2009-01-08 10::31:04] mrayzenoss: yeah, I get an error too
[2009-01-08 10::31:13] Cosmin: cool
[2009-01-08 10::31:17] mrayzenoss: sorry about that
[2009-01-08 10::33:25] kells: wrt blue crab: there's some bumps as there's still waaay too many open tickets, and requirements for new things pop up, and possibly a new (unexpected) point release.
[2009-01-08 10::33:38] jb: cool
[2009-01-08 10::33:39] ** indika_ left the chat room.
[2009-01-08 10::33:44] jb: so the interface has been revamped?
[2009-01-08 10::33:56] mrayzenoss: yeah, we'll have some Blue Crab wire frames soon
[2009-01-08 10::34:01] jb: ok cool
[2009-01-08 10::34:08] mrayzenoss: a lot of cleanups
[2009-01-08 10::34:15] kells: Heh
[2009-01-08 10::35:36] jb: right..
[2009-01-08 10::36:00] ** cgibbons joined the chat room.
[2009-01-08 10::37:04] jb: kells: you had said that initially, the AIX stuff will probably not model volume groups, etc, right?
[2009-01-08 10::37:38] Cosmin: ok now... why am i keep getting these? Error reading value for "ssCpuRawWait" on (oid .1.3.6.1.4.1.2021.11.54.0 is ...
[2009-01-08 10::37:58] kells: jb: I'd better not comment on that until I actually try building a few modelers + collectors to see what the limitations are...
[2009-01-08 10::38:18] Cosmin: i know its because its an older version of redhat
[2009-01-08 10::38:29] kells: jb: errpt stuff also isn't on the table (but I'll probably put one in anyway )
[2009-01-08 10::39:28] mrayzenoss: created http://dev.zenoss.org/trac/ticket/4243 for the broken password
[2009-01-08 10::40:26] jb: sure
[2009-01-08 10::41:08] Cosmin: thank you mrayzenoss
[2009-01-08 10::41:22] kells: I saw that I could toss in events into the performance gatherers and I thought "errpt would be cool to do!"
[2009-01-08 10::41:48] jb: yes, very
[2009-01-08 10::42:58] Cosmin: what do i need to do so that zenoss can pull the serial numbers, hw model, os make, os version etc
[2009-01-08 10::43:35] jb: of what OS?
[2009-01-08 10::43:50] Cosmin: windows and linux
[2009-01-08 10::43:58] jb: are they dell or HP servers?
[2009-01-08 10::44:01] Cosmin: dell
[2009-01-08 10::44:08] jb: do you have openmanage installed on them?
[2009-01-08 10::44:17] Cosmin: nope
[2009-01-08 10::44:27] kells: cosmin: check out the 2.3.x version of the Dev guide if you're interested in programming one of your own modelers (ie the thing that grabs the serial numbers, hw models etc)
[2009-01-08 10::44:50] jb: you will need to install openmanage on all of the linux boxes for this to work out of the box.. this also provides you with important SNMP traps (array alerts, etc), so you should really be doing that anyways
[2009-01-08 10::45:13] Cosmin: i have snmp-informant
[2009-01-08 10::45:26] jb: k.. you need openmanage
[2009-01-08 10::45:26] Cosmin: thanks
[2009-01-08 10::46:06] ** cluther left the chat room.
[2009-01-08 10::46:55] Cosmin: oh and jb puttin the user and the password for that windows box didnt work
[2009-01-08 10::47:24] ** cluther joined the chat room.
[2009-01-08 10::47:51] jb: you need to check your WMI connectivity
[2009-01-08 10::48:48] Cosmin: let me try that again
[2009-01-08 10::55:04] mrayzenoss: I'm not turning up anything on that, why don't you start a forum thread with all the details and maybe someone will have some insight
[2009-01-08 10::56:22] Cosmin: ok
[2009-01-08 11::02:42] ** bill_ joined the chat room.
[2009-01-08 11::03:27] mrayzenoss: Thanks to everyone who stopped by, I'll have the transcript up shortly
[2009-01-08 11::03:39] ** jplouis left the chat room.
[2009-01-08 11::03:42] ** kells left the chat room.
[2009-01-08 11::03:54] ** jstevens left the chat room.
[2009-01-08 11::03:55] ** realmelancon left the chat room.
[2009-01-08 11::04:08] bill_: hi. I'm just looking into zenoss. can someone point me to how to get cpu monitoring to work on hp linux box?
[2009-01-08 11::04:28] mrayzenoss: probably your best bet would be to use SNMP
[2009-01-08 11::04:53] bill_: yes, but doesn't work with hp. works great with solaris
[2009-01-08 11::05:04] mrayzenoss: we've got a Getting Started with Zenoss guide that will get you on your way: http://www.zenoss.com/community/docs/Getting_Started_with_Zenoss_2.3.pdf
[2009-01-08 11::05:35] cluther: bill_: There's also a very good HP-UX community ZenPack. It leverages the Emanate agent.
[2009-01-08 11::05:37] mrayzenoss: which distro of Linux are you using?
[2009-01-08 11::05:57] cluther: bill_: Ooops.. linux, nevermind.
[2009-01-08 11::05:57] bill_: Red Hat Enterprise Linux ES release 4 (Nahant Update 4)
[2009-01-08 11::05:57] mrayzenoss: ahh, HPUX, I thought you said Linux on an HP box
[2009-01-08 11::06:38] bill_: not sure if this helps: (08:46:11)[root@cmsapp2 TEST ~]# snmpwalk -v1 -cpublic 10.176.110.86 .1.3.6.1.2.1.25.2.3.1 End of MIB
[2009-01-08 11::11:39] cluther: bill_: Edit your /etc/snmp/snmpd.conf
[2009-01-08 11::12:22] ** gadept joined the chat room.
[2009-01-08 11::12:47] ** kevin7kal_ left the chat room.
[2009-01-08 11::13:34] bill_: ah, that looks much better, thanks!!
[2009-01-08 11::14:16] Cosmin: is there a way to do all the patches for zenoss?
[2009-01-08 11::14:58] mrayzenoss: not sure that's the best idea, we typically try to roll out new maintenance releases that roll-up patches
[2009-01-08 11::18:18] ** gadept left the chat room.
[2009-01-08 11::19:58] jb: are there any plan for reports via email?
[2009-01-08 11::21:04] cluther: jb: There's a tool that comes with zenoss called reportmail
[2009-01-08 11::21:11] jb: ah ok
[2009-01-08 11::21:19] cluther: jb: It allows you to email the contents of any page within the web interface from cron.
[2009-01-08 11::21:20] jb: is it able to send graph's as well?
[2009-01-08 11::21:24] cluther: jb: Yes.
[2009-01-08 11::21:25] jb: oh ok
[2009-01-08 11::21:33] cluther: jb: reportmail --help
[2009-01-08 11::21:37] jb: thanks
[2009-01-08 11::22:09] cluther: jb: I'm not really as rude as IRC makes me out to be.
[2009-01-08 11::22:21] jb: haha.. i don't think you are rude