Re: 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 ArticleRe: location browsing
Im on CentOS 6.4 64 bit, not sure if that makes any difference. Thanks Jane. I guess this is a little annoyance I can live with. Tushar.
View ArticleRe: evt._details for notification commands?
Guyverix,Don't think I explained the situation correctly. I woud like to pass all event attributes as attributes via a notification command. Think it would need to be a Tales expression something...
View ArticleGoogle Map Line Options in 4.2.4
In the current Zenoss 4.2.4, are there any options for changing the google map line width / color / transparency which connect between networks? Right now they are the default green. Because my...
View Article