graph_issues windows WMI
Hi all, Zenoss 4.2.3 on CentOS 6.3 64Bit I have all my Windows Servers under /Server/Windows. (also tried /Server/Windows/WMI) modeler plugins are by default set to WMIunder configuration properties...
View ArticleRe: graph_issues windows WMI
/Server/Windows template (by default) uses the SNMP Informant extension to SNMP to gather those graphs. You need to check what perf template you're using and maybe create one if you need to. The...
View ArticleRe: graph_issues windows WMI
i've moved the windows server to /Server/Windows/WMI last night... still no go... whta Core Zenpacks do i need to install besides the builtins on 4.2.3 Nir
View ArticleRe: graph_issues windows WMI
What errors do you get? What template is bound to /Server/Windows/WMI? You need the windows zenpacks... --James PulverZCA MemberCLASSE Computer GroupCornell University
View ArticleRe: graph_issues windows WMI
A reboot to the zenoss server fixed it... now windows WMI is showing graphs now…Strangely as I did a few reboots this week
View ArticleRe: Google Maps Location Size
Steve, You can make the Location Portlet bigger by removing the default Welcome Portlet and clicking on Configure Layout from the Dashboard. As far as changing the view to satellite, I'm sure it's...
View ArticleRe: Change/Reset IP for entire group
Seems like it could work, but I must be doing something wrong. See output: >>> d.getManageIp()'10.10.2.24'>>> d.setManageIp='20.20.20.20'>>> commit()>>>...
View ArticleRe: Change/Reset IP for entire group
Syntax on my box (4.2.3):>>> d.setManageIp('1.1.1.1')''>>> print d.manageIp1.1.1.1?
View ArticleRe: Change/Reset IP for entire group
No luck for me. >>> d = find ('ndcpxaa02*')>>> d.setManageIp('1.1.1.1')Traceback (most recent call last): File "<console>", line 1, in <module>TypeError: 'str' object is...
View ArticleRe: Change/Reset IP for entire group
I ran a script to add a bogux host file entry for each machine. I then reset the IPs. That worked. I then removed the entries fromt he host file, and tried again. That really didn't work. I have all...
View ArticleRe: Change/Reset IP for entire group
Matthew,After trying d.setManageIp='20.20.20.20' on my system, i started getting "TypeError: 'str' object is not callable", when try to use d.setManageIp('20.20.20.20') again and could not get the...
View ArticleRe: Change/Reset IP for entire group
Thanks. That makes sense. I got all kinds of DB errors too, so I think the incorrect syntax caused an issue. It didn't take that long for me to recreate them. I will try this again next time it...
View ArticleRe: Change/Reset IP for entire group
Here is a github post from Chet Luthor that should be albe to be leveraged as well.. https://gist.github.com/cluther/1901884
View ArticleRe: LDAP Authentication in 4.2
This worked with CentOS 6.4 with the latest core-autodeploy.sh (zenoss-4.2.4-1859.el6.x86_64) zenoss> easy_install python-ldapzenoss> easy_install products.ldapmultipluginszenoss> easy_install...
View ArticleZenoss PHP Library
Tested on Zenoss 3 and 4. https://github.com/bensnyde/php-zenoss-api
View ArticleRe: zenossObjects XMLRPC class for working with Zenoss from PHP
Library available at https://github.com/bensnyde/php-zenoss-api
View Articleevt._details for notification commands?
Anybody know if there is a similar method for getting all event attributes pushed to an notification command without sending each individual attribute one at a time?--Rob
View ArticleRe: evt._details for notification commands?
I think that the events are actually a python dictionary.. You might be able to do something like this:for key, value in evt.items(): print(key + ':' + value)
View Article