Re: API for adding/managing maintenance windows
I have a solution that seems to meet my needs, the secret is to use *both* JSON and REST. The JSON API will let me get a list of devices, classes, groups, etc. from the server; and the REST API will...
View ArticleRe: TALES Help with remodel
We have seen this too (had a ticket open for enterprise with no solution). For our infrastructure, if the port is down when modeling takes place it is learned as a interface with a configured speed of...
View ArticleRe: Help with zendmd script - list of devices and associated templates?
Marco, There is a "getCommand" function that should return the data you're looking for, although I'm not sure what the output will be for 'non-command' datasources. The getCommand function is available...
View ArticleRe: Zenoss 4.2.3 - Google could not process addresses. Reason: OVER_QUERY_LIMIT
This is a common error, and if I remember a known bug. Have you installed SP1 and/or trying running zenup to patch the install? If you don't want to do either of those, or already have, 4.2.4 is right...
View ArticleRe: Problems with heartbeat failure
What device are you getting heartbeat failures for? If it's for the zenoss server itself (i.e. 127.0.0.1, localhost, etc) then delete that device. If you've already deleted that zenoss server, then add...
View Articlehow to integrate weathermap with zenoss core 4.2
hello, I am beginer in system monitoring and i want to employ zenoss to monitor the network in our copany of telecom.i installed zenoss, i find it verry interresting and better than other monitoring...
View Articlehow to integrate weathermap with zenoss
hello, I am beginer in system monitoring and i want to employ zenoss to monitor the network in our copany of telecom.i installed zenoss, i find it verry interresting and better than other monitoring...
View ArticleAMQP Message Queue and events zenpack
Hi, So I've been trying to make this zenpack work - ZenPacks.dnalley.AMQPEventMonitorhttp://community.zenoss.org/docs/DOC-5817but I cannot get zenoss 3.2.1 or zenoss 4.2 pick up any messages for a...
View ArticleRe: Zenoss 4.2.3 - Google could not process addresses. Reason: OVER_QUERY_LIMIT
Been a lot of discussion on this bug. Looks like it is fixed in 4.2.4 along with some other issues related to the mapping. http://jira.zenoss.com/jira/browse/ZEN-4786 Brad
View ArticleIs There A Way to show "Device Title" In Email Notifications?
The device title field is something we really like because it can be used to give a friendly description of a device. When we get alerts in email the default is to show the device ID and we want it to...
View ArticleGraphing Active SIP calls Cisco Router
I'm trying to graph the Active SIP calls on our Cisco CUBE router for Call Manager. I have defined the data source CvCallVolConnActiveConnection using OID 1.3.6.1.4.1.9.9.63.1.3.8.1.1.2.2 I have set...
View ArticleRe: Is There A Way to show "Device Title" In Email Notifications?
I actually got this to work! I used the following: d = dmd.Devices.findDevice(evt.device)if d is not None: evt.device_title = d.title which is something I found by reading some other...
View ArticleRe: Problems with heartbeat failure
Yes, they are all for localhost. How do you mean "delete that device"? Where can i delete this device?
View ArticleRe: Problems with heartbeat failure
Check to see if localhost or 127.0.0.1 are listed as a device underinfrastructure.... Possibly under Server/Linux. The solution is:A. if it exists under infrastructure as a device, delete itB. If it...
View ArticleRe: Zenoss No-longer Recording Event Data
Hi Simon I have the same problem as stated above with the rabbitmq. I copied the script as you sad but when I try to run the script it is giving me an error "syntax error near unexpected token 'else'"....
View ArticleRe: Graphing Active SIP calls Cisco Router
Read about RRD normalizing here : http://www.vandenbogaerdt.nl/rrdtool/process.php All you can do is to modifiy the display format in graph definitions to suppress the decimals and you will have a...
View ArticleRe: Graphing Active SIP calls Cisco Router
nilie wrote: Read about RRD normalizing here : http://www.vandenbogaerdt.nl/rrdtool/process.php All you can do is to modifiy the display format in graph definitions to suppress the decimals and you...
View ArticleRe: zenpack for disk IO,mem and cpu of processes through ssh
That's likely to need custom coding and configuration. I doubt anyone will have more than generic pointers. Are you looking to hire a consultant to do that work for you? --James PulverZCA MemberCLASSE...
View ArticleHow to backup Zenoss in Linux
I am trying to backup our Zenoss install in Linux. I can create a backup in the GUI, but when I attempt to do so in Linux, it tells me it cannot find zenbackup, even though I am trying to run the...
View ArticleRe: How to backup Zenoss in Linux
I believe you need to run it as the zenoss user... --James PulverZCA MemberCLASSE Computer GroupCornell University
View Article