transform strange behaviour
Hi All, i'm traing to change summary of some events generated by cisco trap: "topologyChange".I added to the summary the name of interface in this way: evt.summary = evt.summary + ' - Interface ' +...
View Articlezenoss 4.2.4, cant add device outside /network
hi, so i´ve recently installed zenoss 4.2.4, loaded almost all devices from zenbatchload.today im having problems adding new devices from ui and cli.If i add the device to /network everything goes...
View ArticleRe: zenoss 4.2.4, cant add device outside /network
note: if i add the device without modeling it completes succesfully
View ArticleRe: transform strange behaviour
Hello, try this : evt.summary = "Vlan: " + str(evt.vtpVlanIndex)instead ofevt.summary = "Vlan: " + evt.vtpVlanIndex I suppose you are adding an integer to string which makes the transform crash. Good...
View ArticleGoogle maps not working with https?
After putting https on my zenoss by following this method http://community.zenoss.org/blogs/zenossblog/2010/10/28/tip-of-the-month-using-httpsssl-for-your-zenoss-uiMy google maps on zenoss website's...
View ArticleRe: Two-Sites Redundancy and Site Separation
Did any1 have to create an architecture for this type of situations ? Any input would be helpful.Sorry for the bump.
View Articlezenpack MongoDB still active?
Hi, has anyone tried/used the ZenPack for MongoDB on Zenoss Core 4.2.x?Development seems to inactive, couldn't find the ".egg" file and the dev install does not seem to work? L.
View ArticleRe: transform strange behaviour
Thank You very mush Photon!!! Using str(evt.vtpVlanIndex) everything works fine. I have another little problem. I need to have all the Events generated by a trap in the same Class, so I created the...
View ArticleRe: transform strange behaviour
You're welcome ^^ zeneventd is the daemon that executes transforms as far as I know. When your transform crashes (python exception) you can see it in $ZENHOME/log/zeneventd.log. You can also try...
View ArticleRe: Zenoss daemons crashing every hour
From Zenoss components logs it seems that they have problems with MySQL and Rabbitmq from time to time. Is there something interesting into Rabbitmq logs?
View ArticleRe: All Devices showing "Down" Status
Anyone? Ideas? I'm about to dump this test with Zenoss. All other NMS solution demos work just fine on my network and even from the same Virtual Host...
View ArticleXenserver Monitoring
Hi everyone, Today in the morning after apply a fix patch to our xenserver 6.2 servers, zenoss zenpack xenserver monitoring is having a problem in the XenserverCollection: ['SESSION_INVALID',...
View ArticleRe: Changing Device Class leaves "Components" from old Device Class
try doing a quick remodel, it should fix your problem. Andrew
View ArticleRe: Changing Device Class leaves "Components" from old Device Class
Sorry, I should have included the detail that I've run multiple remodels after the move. Template bindings are removed, but the "components" are still there (disk, windows services, etc...) even...
View ArticleRe: Zenoss daemons crashing every hour
Thanks for all your help guys! I found out there was low disk space in the root partition that caused by the RabbitMQ temporary dump files (in /tmp)In the RabbitMQ logs i found: =INFO REPORT====...
View ArticleRe: Upgrading from Zenoss 4.2.3 to Zenoss 4.2.4
Thanks, I'm just planning to upgrade one of my dev servers from 4.2.3 to 4.2.4. Reading though the install guide and your wiki article it obvious that no-one at Zenoss actually reads their own...
View ArticleRe: Customize notification messages to show additional device information
So in a transform, you might have something like: evt.mySnmpSysLoc = device.snmpLocationevt.mySnmpSysContact = device.snmpContactevt.mySnmpStatus = device.getSnmpStatusString()evt.mySnmpDescr =...
View ArticleRe: Zenhub zopectl won't start...rabbitmq connection_closed_abruptly
Could this be my usual bete noir of disks filling up?Cheers,Jane
View ArticleZenoss - Ping Data source problem
Hi, We are busy with a project where we want to monitor latency for our devices under the Ping Class group using the default ping data source provided in Zenoss V4. The problem is that most of our...
View ArticleRe: Error processing transform/mapping on Event Class /Status/Perf
I have just tried this on my 4.2.4 rig and don't see the event transform winges. The message in the log is suggesting that it thinks "component" is a string whereas it should be a link to the interface...
View Article