Re: Issues with Juniper ZenPack
I know this thread is ancient but I eventually saw the same behaviour. I resolved it by:1) Move device to /Devices class2) Move back to /Network/Router/Juniper3) Remodel device No idea why Shane's...
View ArticleRe: Issues with Juniper ZenPack
jcurry: Ah yeah, it's a case where buildRelations hit's a snag because of half rels. Can fix by forcing rebuild by iterating schema of d, where d is any ob with relations....
View ArticleRe: Zenoss Events not displaying whole Syslog Message
Hi Nilie, Thank you very much for your reply! No, the message field only displays the following: alert : 1/1/1025: alarm_mgr: 01: 1:07:02 Minor ONU Down I want it to display what zenoss picks up in...
View ArticleRe: JSON example to modify the summary of an event?
There's technically no way to modify the summary of an existing event through the JSON API. This is because the JSON API is working with "Event Summaries" in the first place which don't actually have a...
View ArticleWhy so many transforms for Vmware Devices
Hi All , I see lot of transforms written for Vmware Devices , i am not sure if these are custom buit (only is my set up) or in all the standard set up where vmware zenpacks are installed . Below are...
View ArticleRe: Issue Using ZenPacks | VMware Player Instance
Hi Simon,You have the HttpMonitor template - there at the left (sorry - not on the popup menus from the bottom but under Monitoring Templates). If you go to Graphs (3rd down in that menu) then you...
View ArticleRe: Distributed monitor/collector not work:zenhub username/password...
Excellant this fixed the issue for me, only problem is that I am now bald Just to make it clear to other users the hubpassword file is the one on the master not the collector. working a treat now
View ArticleRe: Distributed monitor/collector not work:zenhub username/password...
Nate: I hate it when that happens! --Shane Scott (Hackman238)
View ArticleRe: Zenoss Events not displaying whole Syslog Message
In this case it looks like there is something that is confusing the parsing of the syslog message. Is this type of syslog message being split on two lines by the presence of a line-break character when...
View ArticleRe: Issues with Juniper ZenPack
Jane, Half rels can occur for a slew of reasons. Even when using the proper perscribed methods they can happen under the right apocalyptic server conditions. Best bet is to stick to the reccomended...
View ArticleRe: POSKeyError for one device
Anybody have a method to force delete a corrupted device?
View ArticleRe: Issue Using ZenPacks | VMware Player Instance
I have slightly modified the PrinterMIB ZenPack so it now works for me on Zenoss 4.2.3. I have put a py2.7 version on http://community.zenoss.org/docs/DOC-11311 . As always with unknown ZenPacks, if...
View ArticleRe: Zenoss Installation on Ubuntu Server Issues
I can confirm that Zenoss 3.x.x works fine in Ubuntu as that is my platform for running it. I will switch over to CentOS when I am ready to migrate my Zenoss deployments to 4.x.x I have a rather long...
View ArticleRe: POSKeyError for one device
FCharlier: Yikes. For the heck of it, d=dmd.Devices.findDevice('problemDevice') then d.deleteDevice() LEt me know what traceback it produces. --Shane Scott (Hackman238)
View ArticleRe: Issue Using ZenPacks | VMware Player Instance
Sorry - you need to unzip the file first to get something ending in .egg. Then run the zenpack install against that.Cheers,Jane
View ArticleCan't add new event to any device
Using the UI and adding in all the appropriate information I receive a Errno 104: Connection reset by peer, and the event doesn't get added. Here is the log message that is received:...
View ArticleRe: Can't add new event to any device
Renewer: Can you validate that rabbit is running? What version of rabbit did you install? --Shane Scott (Hackman238)
View ArticleRe: Zenoss Events not displaying whole Syslog Message
Hi Nilie, Not sure...it seems like the message in the /opt/zenoss/log/ file is showing exactly what the server is sending it namely: Apr 20 10:20:28 192.168.99.2 alert : 1/1/1025: alarm_mgr: 01:...
View ArticleRe: Monitor windows update service in stop state zenoss shuld send alert if...
Finally spent some time to put togather this script and it did the job. Basicly the script is getting feed from one file(haveing IP address's) one line at a time and if the service is up on that host...
View ArticleRe: Can't add new event to any device
jcurry's reply on this post: http://community.zenoss.org/message/72294 actually fixed it. I believe rabbit was running. I reset my rabbit MQ environment like he suggested and it had begun working. Thanks
View Article