Quantcast
Channel: Zenoss Community: Message List
Browsing all 630 articles
Browse latest View live

evt._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 Article


Re: 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


Re: 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 Article

Re: 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 Article

Google 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


Upgrading from Zenoss 4.2.3 to Zenoss 4.2.4

I have just upgraded two systems from community script-built Zenoss 4.2.3 to Zenoss 4.2.4 (on a CentOS 6.3 64-bit platform). I found the documentation a bit scattered and lacking in a couple of places...

View Article

Re: Upgrading from Zenoss 4.2.3 to Zenoss 4.2.4

Our upgrade we did without removing any zenpacks. In fact, checking zenpacks.txt, I don't think the zenpack versions in the RPM changed from 4.2.3 to 4.2.4... I would never remove zenpacks "just...

View Article

Alert Count Stops Incrementing

Has anyone run across this before?  The device is still down but Zenoss quits incrementing the Last Seen and Count columns in the Event Console.  This  happens around 2 AM and seems to only affect...

View Article


CIM Monitoring Issues

I am trying to monitor a Storage(SMI-S) machine using Cim Zenpack. So I have downloaded it from Zenoss website. But I am unable to view all the profile using the Cim Zepack.The version which I have...

View Article


About the AWS ZenPack

Hi, everyone here. Who has used the AWS zenpack? I have used the codes as following in my zenpack:    def add_ec2account(self, accountname, accesskey, secretkey, collector):         deviceRoot =...

View Article

Re: Maintenance Windows not changing production state

With the help of Hackman238, finally got this issue resolved. Was due to a couple maintenance windows being "broken" (somehow). This was the code that was used to find and fix the problem: for mw in...

View Article

Disk performance in Centos / Linux

We have configured few windows and centos servers in Zenoss. After comparison, we found that there isn't proper disk i/o monitoring for Centos.It was fine for windows servers.Can someone please point...

View Article

Zenoss 4.2.4 fresh install not showing software inventory

Having done a fresh install of Zenoss 4.2.4 on CentOS 6.4 twice, none of the servers I modeled, have a software inventory;meaning the tag in the leftpane is completely missing.I can add...

View Article


Re: More degrees of freedom on reports

Thanks to the both of you for your input.   In fact, the main part is getting a report based on a chain of dependency that I can create. Service Impact package does at least a part of it. Sadly,...

View Article

Re: LDAP group to Zope role mappings doesn't work

When I try to set manager DN Usage to always it goes back to never setting after clicking apply. What can cause this?

View Article


Re: Corrupt gzip trailer error

I'd start by trying to update JAVA to the latest version.  I'm not 100% sure that it'll fix this but it'd be where I start.  After that try a different web browser, could be a cache issue.

View Article

Re: Filtering Options

Thanks for the reply.. 1) This sounds like a rough solution in the event that a event that I would actually care to recieve might be recieved under the unkown class and then I would never get the event...

View Article


All Devices showing "Down" Status

Centos 6.3. Fresh install of O/S and Zenoss using Auto Deploy instructions here: http://wiki.zenoss.org/Install_Zenoss,Running as a Virtual machine in Proxmox. Discovers all devices on my network, SNMP...

View Article

Re: All Devices showing "Down" Status

Note: All devices are in the same subnet.

View Article

Re: All Devices showing "Down" Status

Keith: I'd suggest doing an snmpwalk of one of the boxes, snmp credentials may be correct, but firewall/iptables or other issues may be intervening to cause snmp to not gather data.  Would you also...

View Article
Browsing all 630 articles
Browse latest View live