Re: Error 1045 While installing Zenoss 4.2.4
I resolved this initial error by logging in to MySQL and running the following command: UPDATE mysql.user SET Password = PASSWORD('password') WHERE User = 'root'; Substituting my password where it...
View ArticleRe: Error 1045 While installing Zenoss 4.2.4
After I did this, I was able to start creating the databases and schema. However, I received the following message that I am working on: Unable to create the initial Zenoss object database.
View ArticleRe: Zenoss 4.2.3 Custom Report Error
Ok... I fixed it... Just deleted the report and created it again with the new name and it started working. If it helps anyone out there. Cheers.
View ArticleCPU and Memory Usage information of Juniper Routers and Extreme Switches
Hello, I am able to monitor the interfaces on Juniper routers and Extreme switches in Zenoss 4.2.3. Can anyone help me in populating CPU and memory infromation of these devices in Zenoss. Thanks in...
View Articlezentune restart give message - No handlers could be found for logger...
zentune restart gives message - No handlers could be found for logger "Application"I get this message on one of my machine, I believe that it should not be code issue as this message comes on only one...
View ArticleMonitoring Template - NotFound: low disk space error
I was trying to modify a filesystem threshold on my /Server/Windows/WMI template, but when I click on the template I get a banner at the top that says "NotFound: low disk space error". I am unable to...
View ArticleRe: Monitoring Template - NotFound: low disk space error
I figured it out. Under thresholds I created a new entry called "disk space error" and then it complained about another one. I created that one too, and the template came back to life.
View Articlehttpd-OS Process memory usage keeps on growing
Since some ZenUp updates back, according to Zenoss 4.2.4, the memory usage of the httpd-process in OS Processes keeps on rising.Just as if the memory usage isn't gauged, but is added up to a total with...
View ArticleRe: Zenoss and DNS lookups
I couldn't find a way to do this via the webinterface so in the end I just added the following script to the zenoss crontab. Hope it's helpful for someone. #!/zenoss/python/bin/python# Joan - this...
View ArticleRe: POSKeyError - unable to delete a device
having the same issue. I tried to follow along in http://plonechix.blogspot.ca/2009/12/definitive-guide-to-poskeyerror.html but didn't get very far. Have you made any ground on this issue?
View ArticleRe: POSKeyError - unable to delete a device
Looks like I was just able to solve my problem. Hopefully this works for you too check this out: http://wiki.zenoss.org/PosKey_Error_Fixture Download the FindPosKeyError.py file from:...
View ArticleDuplicate/Splintered Devices via ZenDMD - Help!
I've been poking at zendmd lately and cleaning up my mess of a Zenoss db.Unsurprisingly I've managed to screw something up! Doh. I ran this little snippet below. The intention was to fix the id to...
View ArticleRe: Duplicate/Splintered Devices via ZenDMD - Help!
moved to http://zenoss.org/forum/586
View ArticleCertain Events configurations and Certain Advanced configurations are not...
Certain Events configurations and Certain Advanced configurations are not being audited. We have already having audit Zenpack on the zenoss server.Logs are not getting generated for these activities on...
View ArticleUnable to pass Job class object to dmd.Jobmanager.addJob()
Job class is defined as below*******************************************************>>> from Products.Jobber.jobs import SubprocessJob>>> class TestBackupJob(SubprocessJob):......
View ArticleNeed help with zendmd
I am working on zendmd scripts and I can see that there are more than 600 methods (or probably even more than that) we can use with zendmd. But I don't see any documentation for starting with zendmd...
View ArticleDevice details / Components is gone
Hello, doing zenpack development, so I'm doing "zenpack --install" quite a lot of time mixed with "zenoss restart".Obviously the zenpack is under development, so it has bugs.After several "--install"s...
View ArticleOptionally show/hide DeviceComponent
Hello, I'm trying to achieve to "runtime" decide whether a device shall have or not have a given DeviceComponent (v 4.2).The decision is based upon the modelling, e.g. whether a specific SNMP node is...
View Article