aws 2.0 zenpack and ebs volume
Hi Team, I am trying to configure my aws account with the AWS zenpack and i can see all my aws entities on zenoss console.However i noticed my ebs volumes are not showing the size. As per the doc it...
View ArticleRe: Error: A zenpack failed to install. Fix the zenpack or delete it from...
Are you able to login to web interface? Try deleting it from there. If not, try these commands as the zenoss user zenpack --remove ZenPacks.zenoss.WindowsMonitorzenpack --fetch...
View ArticleRe: Zenoss 4.2.3 traps not resolved in events
Jeff it sounds like you don't have the MIBs installed. Make sure to follow nelliott's 3 suggestions to verify the MIBs are installed correctly.
View ArticleRe: Error Logging into zenoss
This post should help you, http://community.zenoss.org/thread/8576
View ArticleRe: Trying to install Cisco UCS MIB...
What command did you type to generate this error?
View ArticleRe: Trying to install Cisco UCS MIB...
I used the web interface to attempt the install.
View ArticleRe: Trigger rule based on host name (Resource?)
vitaly_il wrote: it's called "device" Thanks for the reply, vitaly_il! What I have found is that in Zenoss 4.2.3 it's really called "Device (Element)" in the Trigger Rule drop-down box. And that...
View ArticleRe: Trigger rule based on host name (Resource?)
To say the truth, I was't aware about difference between "Device ID" and "Device Title" - by default I have FQDN in both fields. May be your deviceID is part of DeviceTitle, like in this question...
View ArticleRe: Put devices in location with zendmd
Floyn - think device.setLocation(tab[1]) would set you device location properly -- Rob
View ArticleRe: Put devices in location with zendmd
I had a problem with my script too : "i.getIpAddress()" don't give a string so I have add this : ipSearch = i.getIpAddress()if ipSearch: ipSearch=ipSearch.split('/') if ipSearch == ip[0]: And...
View ArticleRe: Bandwidth consumed by an interface
Thanks, I can see that you are a member of ZCA, could you help me to develop this zenpack? or can you recommend me to someone that help me?
View ArticleJSON parser for zencommand
I found an old ZenPack for createing Event Histograms (see: http://community.zenoss.org/docs/DOC-4538Event Histograms), but it doesn't appear to be current. So, I took a look at what I could do now. I...
View ArticleRe: Bandwidth consumed by an interface
Diana, I'm a consultant in the community. This is something I can develop for you quickly and affordably. Can you email me your requirements to sscott@steelhouselabs.com or hackman238@gmail.com? Have a...
View ArticleRe: No events on 4.2.3 / CentOS 6.3
Did you change the hostname of that server after you installed rabbitmq?
View ArticleRe: No events on 4.2.3 / CentOS 6.3
Event or trigger/notification? Does it show up in the events console? There is a new event system in 4.x which requires triggers/notifications be set up. Please, shut down a server, or generate a...
View ArticleRe: Getting all events for a device in 4.2.3's ZenDMD
For anyone else running into this issue, here is the solution (thanks to Zenoss support!): from Products.Zuul import getFacadezep = getFacade('zep')zep_filter =...
View ArticleRe: esxtop with Zenoss 4.2
I also struggled with esxtop zenpack. I was experiencing the buffer too small error. This appears to be a problem with how subprocess is being used in python. I was able to get the zenpack somewhat...
View ArticleRe: IT services - high-level (business) view of monitored infrastructure
Not sure this is possible w/o a lot of customization, the resource management solution is more component driven, but the zenoss enterprise solution has impact management...
View Article