Tagged Questions
The zenoss tag has no wiki summary.
7
votes
6answers
1k views
Introduction to SNMP monitoring
I've been tasked with writing a monitoring program for my company's server software that integrates with zenoss via snmp.
To be brief, I can't get anything up off the ground. I think my first goal ...
1
vote
1answer
163 views
Zenoss - Device Access Control Lists for Customers
We're evaluating Zenoss and are interested in Device Access Control. We would like to set up the system so that our customers could access Zenoss and only see their devices and status. This feature ...
1
vote
1answer
511 views
Reliably get Latest Event Log Record with WQL
I have written an application which collects windows logs from linux, via the Zenoss wmi-client package.
It uses WQL to query the Event log and parses the return. My problem is trying to find the ...
1
vote
2answers
356 views
What is the typical workflow for development of a Zenoss ZenPack?
ZenPack development seems to involve the creation of a variety of persistent state. There are model classes which represent explicitly persistent state. There are skins which are associated with ...
0
votes
1answer
165 views
Configuring Zenoss to send SMS or Voice alerts
Has anyone successfully configured Zenoss to send an SMS or Voice alert? Googling only comes up with a service called TeamTILT for Zenoss. Is this the only alternative available? Has anyone solved ...
0
votes
0answers
89 views
Zenoss zendmd command to change the priority to group of devices
I'm trying to change the priority from high to highest for all devices which IP's start with 192.168.0.*
Does anyone know how can I achieve that using zendmd command line?
Thanks!
0
votes
2answers
184 views
0
votes
1answer
228 views
How can I make Zenoss recognize skin changes?
I'm writing a ZenPack for Zenoss which includes a new DataSource. The DataSource has a ToOne relationship with another persistent object and I'm trying to construct the user interface to allow a user ...