Quantcast
Channel: Zenoss Community : Popular Discussions - All Communities
Viewing all 220 articles
Browse latest View live

Zenoss + Apache mod_proxy


Problem incrementing event count using zensendevent command

$
0
0
Hi all,

Currently scripting bash scripts which using zensendevent tool to monitor backups that coming to the backup servers.

The scripts works fine, can send event when things not right and clear the events when things working alright again.

The problem now lying in the event Count send by zensendevent command not incrementing. Therefore I got hundreds of Critical events which is referring to one Critical events. No problem with Clear events command which can remove all those Critical Event, but when Critical events coming over and over again, the event count not incrementing and really filled up the Events Tab within device.

To send Critical events:


/usr/bin/zensendevent -d hidro.logistics.com -p hidro -k hidro -s Critical -c /Backup/HIDRO/ --server zenoss.logistics.com \
"Warning\!: HIDRO rev #$(echo $hidro) NOT MATCH with COUGAR rev #$(echo $cougar) on `/bin/date` \!"


To send Clear events:


/usr/bin/zensendevent -d hidro.logistics.com -p hidro -k hidro -s Clear -c /Backup/HIDRO/ --server zenoss.logistics.com \
"Info\!: HIDRO rev #$(echo $hidro) IS MATCH with COUGAR rev #$(echo $cougar) on `/bin/date` \!"


Is there anything wrong with the command shown above? How to make the event count incrementing? Trying to find on Google and also this forum does not reveals any hints.

Thanks!

CPU Utilization Report

$
0
0

When you use graphs, you can see CPU utilization for the last few hours, days, weeks and months. Is there a way to take the information that is generated in the graphs, and create a report that gives you the same monthly statistical information? I have tried for the last week to figure this out and cannot find a way to get this information in a report.

 

Thnak you in advance for your help.

How do I drop these crazy syslog messages?

$
0
0
I have some crazy syslog messages coming in with a component and eventClassKey that are simply steadily increasing numbers. The only consistent thing is the event summary message. The events are being generated when a Cisco router log line wraps around to the next line. Zenoss interprets this as a new event and handles it kind of weird. Anyways, here is a sample of the events that I am seeing (yes, the last event example actually has a completely blank summary message). Any help would be appreciated.

Thanks,
Ryan Matte
Nova Networks
_____________________________________________________________

eventClass /Unknown
eventKey
summary connection id=16, sequence number=154389
message

connection id=16, sequence number=154389

severity Warning (3)
eventState New (0)
eventClassKey 288418
eventGroup syslog
stateChange 2009/04/28 10:48:49.000
firstTime 2009/04/28 10:48:46.000
lastTime 2009/04/28 10:48:46.000
count 1
prodState Production (1000)
suppid
manager localhost
agent zensyslog
DeviceClass /Network/Router/Cisco

_____________________________________________________________


eventClass /Unknown
eventKey
summary connection id=35, sequence number=96314
message

connection id=35, sequence number=96314

severity Warning (3)
eventState New (0)
eventClassKey 288414
eventGroup syslog
stateChange 2009/04/28 10:47:46.000
firstTime 2009/04/28 10:47:45.000
lastTime 2009/04/28 10:47:45.000
count 1
prodState Production (1000)
suppid
manager localhost
agent zensyslog
DeviceClass /Network/Router/Cisco

____________________________________________________________


eventClass /Unknown
eventKey
summary
message

severity Warning (3)
eventState New (0)
eventClassKey 288404
eventGroup syslog
stateChange 2009/04/28 10:42:36.000
firstTime 2009/04/28 10:42:36.000
lastTime 2009/04/28 10:42:36.000
count 1
prodState Production (1000)
suppid
manager localhost
agent zensyslog
DeviceClass /Network/Router/Cisco

Customizing Email Notifications

$
0
0

Hello,

 

I'm trying to customize the e-mail notifications sent out by Zenoss Core 3.0.3. Here's what I have so far.

 

Summary:

%(device)s %(summary)s

 

Body:

Device: %(device)s
Component: %(component)s
Severity: %(severityString)s
Time: %(firstTime)s
Message:
%(message)s
<a href="%(eventUrl)s">Event Detail</a>
<a href="%(ackUrl)s">Acknowledge</a>
<a href="%(deleteUrl)s">Delete</a>
<a href="%(eventsUrl)s">Device Events</a>

This works great for most devices, however any devices that are not registered in DNS only show the IP address in the notfication. For example I have a device named BURL-SERVER-UPS. IP address 192.168.17.98

 

When the up/down notification gets sent, it gives a notification saying:

 

192.168.17.98 ip 192.168.17.98 is up

 

What field can I use so that the notification shows the Device Name rather than the IP?

zenoss VM root password

$
0
0
hi all,
i've just recently downloaded the zenoss virtual machine at vmware's
website.
can anyone here tell me the root password for the zenoss virtual machine?
thanks.

--
Joel M. Mandapat

Chikka Asia, Inc.
3104-B, East Tektite Towers,
Philippine Stock Exchange Center
Exchange Road, Ortigas
Pasig City, Philippines
Mobile: +639285028664
Tel: +6326316166 local 145
Fax: +6326317217
AN ISO 9001:2000; ISO 15000:2002; ISO 17799:2002 CERTIFIED COMPANY; A CMMI Maturity level 5 Organization.

joel@chikka.com
http://www.chikka.com

This message and any attachment are confidential and may be privileged or otherwise protected from disclosure. If you are not the intended recipient, you must not copy this message or attachment or disclose the contents to any other person. If you have received this transmission in error, please notify the sender immediately and delete the message and any attachment from your system. Chikka does not accept liability for any omissions or errors in this message which may arise as a result of E-Mail-transmission or for damages resulting from any unauthorized changes of the content of this message and any attachment thereto. Chikka does not guarantee that this message is free of viruses and does not accept liability for any damages caused by any virus transmitted therewith.

Post generated using Mail2Forum (http://www.mail2forum.com)

Can't keep zenhub running

$
0
0

I sure hope someone can help me figure this out.  Been through all the logs, forums, and anything else I can think of, so as a last resort, I'm reaching out the community.  I'm not a power linux user by any means, but  know enough to be dangerous, to give you some background.   All we need is simple monitoring and alerting, but without Zenhub, we don't get alerts, which isn't good.  Zenhub won't stay running for a more than 2-3 days at this point, and it's been that way for months.  There's nothing in the zenhub log.  It just stops.  I found this in zencommand log, which is the most information I can find on the issue.

 

2012-08-10 21:35:52,849 ERROR zen.zencommand: ZenHub is down

Traceback (most recent call last):

  File "/usr/local/zenoss/zenoss/Products/ZenRRD/zencommand.py", line 704, in doFetchConfig

    self.setPropertyItems(driver.next())

  File "/usr/local/zenoss/zenoss/Products/ZenUtils/Driver.py", line 64, in result

    raise ex

HubDown: ZenHub is down

2012-08-10 21:35:53,342 ERROR zen.zencommand: ZenHub is down

Traceback (most recent call last):

  File "/usr/local/zenoss/zenoss/Products/ZenRRD/zencommand.py", line 752, in start

    driver.next()

  File "/usr/local/zenoss/zenoss/Products/ZenUtils/Driver.py", line 64, in result

    raise ex

HubDown: ZenHub is down

2012-08-11 03:35:53,484 ERROR zen.zencommand: ZenHub is down

Traceback (most recent call last):

  File "/usr/local/zenoss/zenoss/Products/ZenRRD/zencommand.py", line 704, in doFetchConfig

    self.setPropertyItems(driver.next())

  File "/usr/local/zenoss/zenoss/Products/ZenUtils/Driver.py", line 64, in result

    raise ex

HubDown: ZenHub is down

2012-08-11 03:35:53,685 ERROR zen.zencommand: ZenHub is down

Traceback (most recent call last):

  File "/usr/local/zenoss/zenoss/Products/ZenRRD/zencommand.py", line 752, in start

    driver.next()

  File "/usr/local/zenoss/zenoss/Products/ZenUtils/Driver.py", line 64, in result

    raise ex

 

We are running this on Ubuntu Linux 12.04.1 and Zenoss is the latest version: Zenoss 3.2.1.

 

I'd truly appreciate some help in getting this fixed.  Please let me know if there is any other information I can provide.  Thank you in advance.

Linux memory thresholds

$
0
0
I'm sure someone else has had and solved this problem, but short of writing a plugin to handle it, I'm at a bit of a loss.

Linux "free memory" is actually the sum of three components in SNMP and Zenoss - real memory, cached memory, and buffers.

When setting up a memory threshold in Zenoss for a Linux server, you want the threshold to be against the sum of those three, not just real memory (because a very active server could have virtually no "real memory" free because it's all tied up in gigs of cache and buffers, which is a completely normal situation and that memory will be reclaimed by applications as needed).

Unfortunately, Zenoss only allows thresholding against a single datapoint, making it essentially useless for thresholding memory usage on Linux servers (Sun, for instance, doesn't have this problem as it reports free memory in one "chunk").

Has anyone else already solved this problem? It seems a shame to even consider writing a plugin to handle this, having to deploy it to each server, and wasting the additional CPU cycles to return data that Zenoss already has.

Rodney

ZenEventlog: Could not read the Windows event log (NT_STATUS_ACCESS_DENIED).

$
0
0

Am having below errors:

 

ZenEventlog: Could not read the Windows event log(NT_STATUS_ACCESS_DENIED). Check your  username/password settings and verify network connectivity.

 

I have searched all over the internet but none of the solutions posted seems to work.

 

Eg: http://community.zenoss.org/docs/DOC-4517.

 

Has one ave a working sotution(s).

 

Software Component Versions
ZenossZenoss 3.0.3
OSLinux (x86_64) 2.6.32), Ubuntu 10.04
ZopeZope 2.12.1
PythonPython 2.6.2
DatabaseMySQL 5.0.45 (Ver 5.0.45)
RRDRRDtool 1.3.9
TwistedTwisted 8.1.0
NetSnmpNetSnmp 5.4.1
PyNetSnmpPyNetSnmp 0.28.14
WMIWmi 1.3.13

Zenoss 4.2 Maps Portlet error "OVER_QUERY_LIMIT"

$
0
0

Having tried Zenoss and loving it i'm begining to fill it with routers i'm monitoring on the internet.
Als goes well and there's lots of info when something doesnt work or when you don't no how.
Great Community ;-)

 

But now i'm running in to an error i can't find on the forum and don't know how so solve.


I now have 30 routers on 30 diferent locations set up in Zenoss.
But now the Google Maps Portlet gives when the counter hits 14 of 30 the error :


"Google could not process addresses. Reason: OVER_QUERY_LIMIT"

 

My first thought. The google maps rquest limit of 25k (I don't have that many mappoint yet but maybee through some error)

But that was'nt the case. The report says about 100 query's on the google page for the first two days of testing.


I see somebody mentions(but for a complete different application) that there is a limit of adresses you can send to google in 1 or 2 seconds.

Kan this be limited in Zenoss so there will be a small delay in geo looking up. Or does anybody know where this error coems from

 

 

 

Also, if i'm not mistaking . Zenoss should cache the adresses so it doesn't have to look them up all the time , right ?

Everytime i get to the dashboard it starts over again with lookip up 1 0f 30 2 of 30 until 13 or 14 and then the error.


I already dit al clear geocache in the Infrastructure menu and also restarted zenoss a couple of times

 

 

Any help is welkom, i'm setting this up to convince my superior to switch to Zenoss in stead of OpenNMS an Nagios ;-)

 

 

Picture of error is attached

 

 

LITTLE UPDATE:

 

 

As far as i can check it should not re-geolocate every adres everytime.
I made a sub location container with 5 adresses. This works because i don't hit the 13 limit.
But ervery time i switch from and back to the dashboard is re-geolocates the adresses.So no cache is being used what so ever.
If i hit the 14 in this container i also get the query limit error again. But if it would cache i would have 3 times the error and then it would use the cached location

 

So where can i find the file or database entry where the cache is beining supposed to be build up, anyone ?

ssCpuIdle value showing zero

$
0
0
I keep getting 'threshold of low CPU idle not met' warnings on a few servers, one in particular. It shows a value of zero constantly. If I run a manual snmpget command with ssCpuIdle (OID=1.3.6.1.4.1.2021.11.11.0) I get the same thing but I can see from all the usual tools that the CPU isn't maxed out (or zero idle time).
When I search the net all I find is documents telling us to change to using ssCpuRawIdle but this is known to max out and give invalid readings too plus you have to take two readings and figure it out yourself.
I fixed this for a short period (minutes) by restarting SNMP on the effected server. Got a value of 84 for a few minutes and now it is back to zero again. The server is a SUSE 9 server much the same as most of the other servers on our network, running Nagios if you can't figure that out from the name.
Any ideas?

 

 

zenoss@crt-monitor:~> snmpget -c snmpstring -v1 crt-nagios.blahblah.gov.au 1.3.6.1.4.1.2021.11.11.0
UCD-SNMP-MIB::ssCpuIdle.0 = INTEGER: 84
zenoss@crt-monitor:~> snmpget -c snmpstring -v1 crt-nagios.blahblah.gov.au 1.3.6.1.4.1.2021.11.11.0
UCD-SNMP-MIB::ssCpuIdle.0 = INTEGER: 0

Customizing Email Notifications

$
0
0

Hello,

 

I'm trying to customize the e-mail notifications sent out by Zenoss Core 3.0.3. Here's what I have so far.

 

Summary:

%(device)s %(summary)s

 

Body:

Device: %(device)s
Component: %(component)s
Severity: %(severityString)s
Time: %(firstTime)s
Message:
%(message)s
<a href="%(eventUrl)s">Event Detail</a>
<a href="%(ackUrl)s">Acknowledge</a>
<a href="%(deleteUrl)s">Delete</a>
<a href="%(eventsUrl)s">Device Events</a>

This works great for most devices, however any devices that are not registered in DNS only show the IP address in the notfication. For example I have a device named BURL-SERVER-UPS. IP address 192.168.17.98

 

When the up/down notification gets sent, it gives a notification saying:

 

192.168.17.98 ip 192.168.17.98 is up

 

What field can I use so that the notification shows the Device Name rather than the IP?

Help with Custom Map Zenpack

$
0
0
I have been working on a zenpack that will allow a user to create arbitrary custom maps somewhat in the style of zabbix. Some of the features I have been aiming for:
  • Maps can have arbitrary images as backgrounds.
  • Maps can contain devices or submaps
  • ZenPack contains drag and drop editor
  • Nodes images can be set to user icons, and their labels can be positioned on any side of the icon, or ommitted entirely
  • Portlet allows you to navigate through the maps, and updates itself
  • A map's status is dependant on the status of any nodes or submaps on it.
  • Edges can be plain lines, or arrows showing the amount of bandwidth on the interface they represent

 

The actual implementation of the portlet and the map editor is fairly solid right now. We are currently monitoring about 1800 devices, most of which have placed into these hand-drawn maps. The individual maps load very quickly, and the portlet updates the map image seamlessly every 30 seconds.

 

I am not very familiar with zope, and the more I try to learn, the less it makes sense to me. There are a number of issues I am trying to solve that I would love some help with:

  • The map editor is implemented as a tab in the Locations section. Each Location has a custom_map property that contains all the information needed to draw a map. I seem unable to make the tab show up consistently though. When I set a recursive function to add it to all the Location objects, it works on some and not the others.
  • I would like to find a way to make the tab show up for new Locations as well. I have tried monkey patching the base Location as well as the class it derives from, but neither seems to work.
  • The map drawing code relies on PIL. There is a namespace conflict between one of the PIL modules (ImageFile) and zenoss. I had to modify PIL slightly to avoid the conflict. Is there some way I can include this with the zenpack? Or is there some other api I should be using to draw the images.

New IP-SLA Enumeration/Monitoring ZenPack

$
0
0
Thanks to Shane Scott for providing his new IP-SLA Enumeration/
Monitoring ZenPack. The ZenPack discovers, enumerates and allows
monitoring of SLAs. SLA objects are children of the parent SLA
appliance. The ZenPack provides 3 templates HTTP, New_SLA and VoIP
under the device class /Devices/Network/IPSLA.

IP-SLA Enumeration/Monitoring: http://www.zenoss.com/community/projects/zenpacks/ip_sla
IP-SLA Enumeration/Monitoring Wiki: http://community.zenoss.org/trac-zenpacks/wiki/ZenPacksipSLASLADevice

Thanks Shane!

Thanks,Matt Ray
Zenoss Community Manager
community.zenoss.com
mray@zenoss.com






_______________________________________________
zenoss-zenpacks mailing list
zenoss-zenpacks@zenoss.org
http://lists.zenoss.org/mailman/listinfo/zenoss-zenpacks

Wording XXXI parting upon

$
0
0

Wording XXXI parting upon (textual content)

www. Kamu Container observed this news of the girl buddy to go away emotional number of years cannot quiet. After contemplating, apprehensive along with stated: Close friend, you have got injuries, and other accidents an individual good to go proper? About three children, buddy emotional many, your government is not going to Yingkang, to the other part I will training your system, do not worry regarding your government, government is not a youngster, and determine what is nice and what is negative, to look just before I need to return pick-up the luggage, the way to assist you to somewhat alter of garments, this time around you'll stay in a medical facility proper the brother, don't forget don't let the brother understand, you know a person brother, tell him yet another I will be stressed to help keep the nostril on the face, three children of school expenses on the Tang San us the following, to work with some time you will know exactly how Don San managed. Buddy can not are not able to proceed? How to really feel our right attention leap worry yet. Ridiculous about three children, don't fall for which, believe in oneself, believe my brother, larger is not going to disappointed you, for the place where the girl close friend provides you with a letter. Nevertheless??. Do not however, you must speak with your breakfast time bar to consume about the 3 rd sibling, any buddy you'll also find to carry syrup, need men and women about. Tang, I will get back to visit, the following to aid manage you first of all, sibling remaining, soon after precisely what their brother two questions eventually, to bother anyone. Notice ho close friend a person said, even though you check out come up with a bundle of money, in that case your sibling is my cousin, and i also take care of them exactly the same remedy since young brother, there' ate 1, definitely not would like them in order to go without food, basically look for the sibling care for you to bully an individual, you get in touch with us to determine the way i resolve him. Lu Hao Tang viewed a minute, nodded trust, so you go on, in the event you inquire the woman's 2nd youngster together, after that, you know him, close friend returned to clean the residence. Kamu Trash can, several humid face, being dragged Tang equip, jogging viewing Government, the type of not wanting to confront, let Kamu Hao experience guilty, Kamu Hao waved, their eye lingered rips, smiled along with said: Proceed. Kamu Hao believed a whole lot regarding the way that he is decisions may never again came into the actual college, and the man is currently simply a variety of fields, Dry out coolies, the rest is basically no experience, they'll head to Guangzhou to adapt to it? Can generate income? So a few of the troubles from the Kamu Hao brain circling. In reality, he's not suit their particular scientific studies, these days everyone with no source of income, but additionally not in debt, that if he does not earn money, precisely what is to keep this all-around shattered homes. While thinking about these complaints, even though emotional secretly solved this must succeed not necessarily don't go, tend not to generate profits will not return. Cease, kid seems we don't lighting it is actually fate, back then I vanished you should have the opportunity fix. Watermelon old man as well as grand son Aaron Lu Hao came across the path in the country side <a href="http://www.bagguonline.com/">christian louboutin wedding shoes</a>. Both of your hands are generally carrying bags, keep an eye out is a journey. Aaron, nicely, situations are so long in the past, and also on to be able to practically nothing with out them, Aaron's grandpa got Aaron's side. How to consume, my personal grand daddy would you overlook precisely how he's for you, now usually do not steer clear of the burglar youngster, next ye get peacefulness town are capable of doing? Kamu Hao understand Aaron because of their heart there's hatred, however failed to anticipate to satisfy him or her on this. Kamu Hao while eager to return home, wouldn't like to own prior to leaving again fire up any trouble, mind quick operate a number of moment, started in entrance of Aaron's grand daddy bowed deeply, Grandaddy i am sorry, the day allow you to frightened . Don't hypocritical, I try to eat a person this kind of, on the rear so your kid deceive afterwards, an individual fucking desire to key, no way. Said get rid of that old mankind's hands bags out of cash away pick up is actually quit. This kind of stop with great drive, Lu Hao regularly sit back a number of methods. Start to see the grandson has been shifting his / her hand, that old man troubled Road, Aaron, my oh my, how consequently disobedient oh, he has said he was sorry, usually do not contact you, outdated gentleman swiftly got Aaron's clothing. Grand daddy you don't recognize, this child is very good, if you don't give him considerably to test, possibly I'm not really at home, this kind of little one will certainly munch home watermelon whole Bandiao. Enable Aaron Kota that, so long as the perfect solution is A Whirlpool dislike, I wouldn't fight back. Don't even think that I can not overcome an individual, "flap" is two hit in the face. Allowing me to prevent, the existing gentleman shouted irritated, anyone strike the idea hit, petrol features disappeared, for you to do, he or she was just a youngster, I do believe you are receiving crazy. Lu Hao stated the existing gentleman came close to appease stated: little ones, don't gathering it, I'm which uncomfortable, Grandaddy get you to see a doctor. Kamu Hao jaws put up a new wisp regarding bloodshot sight up in the reddish, thought to themselves no longer cajolled through other folks, may be in the front Aaron's activities had broken your paradise. Simply their particular face convey more considerations waiting around them selves. Lu Hao have not Dali previous guy strolled right facing Aaron, spittle any mouthful regarding continuing blood and also mentioned: The General electric, kicked a couple of slap, could Jiehen however? Aaron petrol still unidentified to complete, look Lu Hao, Lu Hao snapped up the collar. Outfits switch "shabu shabu" floated a number of, Kamu Hao torso that dazzling smoking scar problems, flashed inside Aaron's visual view. Aaron observed the particular smoking somewhat surprised scar, can't believe there are only with regards to 15 years previous any son which will actually appear thus bloody opening. Aaron seemed a little mindless reverie, Lu Hao out of cash his / her provide, coldly explained the one between all of us had a pair of crystal clear, I am going to bear in mind an individual hit foot a pair of, conclude, failed to think back, straight toward the back your direction regarding property leave. Kamu Hao prolonged sent available the threshold of their very own, everything is thus common, appreciation for the past for the feeling of a property stone by simply packet a product or service one thing, now have no idea how much time to leave to come back, you may notice the mother and father from the hall wall structure face if the cardiovascular could not assist cast a great unfortunate, cry flow in the market to lose control, dropped to their joints, although crying and moping. Father and mother, boy go to Guangzhou, I do not recognize when you ought to back, two aged heart and soul inside paradise in order to thank you siblings associated with peace, filial newborn, burn up incense written, hefty hit three diamond ring go. Kamu Hao some time to completely clean the house in and out once more, crammed basic bags, using your bed, using the smoke cigarettes for you to quiet their current disposition, don't think Tarzan unhappy terms after said the following, perform powerful China people, come up with a valuable man or woman. Fed up with sacrificing, came at the doorway, seemed blankly entrance, suffered the pain of the center little finger into his / her mouth, biting on down very, together with the chew from the bloodstream, with the doorway composed an uplifting personas "strong.Inch Small swirling all day long without foodstuff as well as consume, in order that the old female a few heartbreak, seeking glum granddaughter, grandmother explained helplessly: Feifei, you don't wish to venture out? Young circulating nanna seemed shocked, fired up nodded her head. You may not eat or drink precisely how have the energy to go proceed. Hear *** terms, Younger circulating face exhibited gentle, revealing the long-lost grin as well as stated: Grandma you promised to let myself out? You do not take in a few things i may well alter my mind a little. "Oh,In . was the very best granny, We take in, I will take in, viewing in the stand to organize their own foodstuff, it doesn't matter circulating Dude is not an woman, tiger swallow throw pups hurry. A person decelerate, tend not to jampacked onto it. Following your food Kung Fu, Yang swirling patted the actual tummy, My partner and i eat, as well as our nanna ran out. Wait a moment, you peer outside the granddad will certainly guarantee you it? Young circulating how the grandma lying to me personally, rips in her own sight Da Zhezhuan tearful along with mentioned: A person said permit me to away. Foolish son, it should go find some good outdoors nanna, his or her grandma behind a person, nevertheless, you must offer to go back ahead of lunchtime nanna. Sure, My spouse and i definitely perform. Granny along with Young circulating from the villa's entrance. Kamu Hao, just about all suitcases is really a solid wood field, after a prolonged trip again found the particular infirmary. 2nd youngster, My spouse and i introduced an individual outfits eventually be yours, the way you quit a bit? Performed, and after this the doctor set it up for a medicine, neat cool quite secure, Lu quit wing handled the gauze. Lu Container, on this occasion preventing again rips, his / her sight red. Tang about three center provides stocks mysterious sadness. Next kid, goodness me, recuperate, you will find 10 days still left school nevertheless. These days residence goodness me, enter in the terrain a couple of temps, us associated with ground are usually covered with weeds, sections, that a couple of days for you to come with anyone with this most youthful, close friend to revisit maintain your plant life. Isn't my oh my, you will need to turn back and look to visit, ye that may possibly talk about that period plant life upwards, Lu Wing mentioned woodenly lack of knowledge <a href="http://www.bagguonline.com/">mens leather belts</a>. Sibling, ye are not to grow your crops, along with ask explore to revisit the girl buddy, alright? Kamu Trash can tears moving eye. Your youngest, using your sibling ghouls my oh my, plants do not consume something? You're not brain Xiudou goodness me, your government you cannot tune in to your pet, you go again busy, thus a few days I am just okay i get most youthful that will help you. Buddy, your government he or she??. The actual littlest, finishing a good buddy mentioned supplier delivered, relocate countless words and phrases, seeing Kamu Rubbish bin offers open the meaning involving Kamu Hao Lu Container disturbed nervous terms. (Discover section excellent troopers most up-to-date improvements, please Baidu lookup, or even one on one input) (please visit the particular shop around the fresh,) www.<br/>Relate Articles:<br/> <a href="http://www.wuni168.com/product/2014-chanel-outlet.html">chanel outlet |Cheap Louis Vuitton Outlet Canada Online - 57% OFF!</a>

<br/> <a href="http://www.thesmallbusinesstoolbox.com/zzz/louis-vuitton-outlet-store.html">louis-vuitton-outlet-store</a>


I Can´t add device!

$
0
0

Hi,

 

I install zenoss 4.2 from a Virtual Apliance. When I try to add any device I get the follow error:" (Errnor104) Conection reset by peer" and then " error adding device job " Could somebody helpme? I can`t add any device yet!

 

Thanks in advance!

esxtop with Zenoss 4.2

$
0
0

Hi,

 

I'm currently testing Zenoss 4.2 in order to deploy it as soon as I straighten all annoyances.

 

One show stopper I encounter is I can't make esxtop work properly in Zenoss.   Resxtop works well from command line.   check_esxtop as well.   But in Zenoss,  all I get is a component named "Virtual Machines" with the number of Vm's on the host.   But clicking this componed won't list any vm's on the right pane.   The events list for this device says "No data returned from this command".

 

zCommandUserName and Password are set for the esxtop class.   Modeling seems to act correctly.

 

Is anybody having problems with esxtop under Zenoss 4.2?

 

In 3.2,  I used to use VMWare Esxi monitor because I couldn't make esxtop work at that time.  So I'm new to esxtop.  I thought it is a good idea to use it as it is supplied with the core zenpack bundle.

 

I run zenoss in CentOS 6.1 with most current packages.

 

Thanks

Escalate Count: on /Perf/CPU

$
0
0

Hi,

 

We have enabled events on /Perf/CPU high thresholds in our environment.

Zenoss 3.2.1
Linux (x86_64) 2.6.32 (Linux nk-mgmt-dh-17 2.6.32-41-server #91-Ubuntu SMP Wed Jun 13 11:58:56 UTC 2012 x86_64)

 

But we do not want to get an event on every little performance spike:

 

I tried to set on both: Device(/Server/Linux) and WMIDevice(/Server/Windows) this.

(See scrots)


But still the events shows up after every little spike..

From what I read I thought that warning - 5 would take 5*5*3 minutes to create and show up that critical event?

 

Or am I being misled here by my own incompetence

 

--

Regards Falk

WMI Non-Admin user not seeing all services

$
0
0

Hi,

 

I have gone through all the steps to set up a non-admin user for monitoring (DCOM, WMI, enable ntlm2 etc). All LOOKS good, except the zenoss user does not see all the services. I have not found any solutions out there:

Non Admin User:

wmic -U <domain>/zenoss --password='<PW>' //<server> "Select caption From Win32_Service" -d 1Caption|Name
Application Management|AppMgmt
DCOM Server Process Launcher|DcomLaunch
DHCP Client|Dhcp
DNS Client|Dnscache
Windows Event Log|EventLog
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Windows CardSpace|idsvc
KtmRm for Distributed Transaction Coordinator|KtmRm
Distributed Transaction Coordinator|MSDTC
Network Access Protection Agent|napagent
Net.Msmq Listener Adapter|NetMsmqActivator
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Net.Pipe Listener Adapter|NetPipeActivator
Net.Tcp Listener Adapter|NetTcpActivator
Net.Tcp Port Sharing Service|NetTcpPortSharing
Office Source Engine|ose
BranchCache|PeerDistSvc
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Performance Logs & Alerts|pla
Remote Access Auto Connection Manager|RasAuto
Remote Access Connection Manager|RasMan
Routing and Remote Access|RemoteAccess
Remote Procedure Call (RPC)|RpcSs
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Resultant Set of Policy Provider|RSoPProv
Security Accounts Manager|SamSs
Task Scheduler|Schedule
System Event Notification Service|SENS
Print Spooler|Spooler
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Secure Socket Tunneling Protocol Service|SstpSvc
Virtual Disk|vds
Windows Color System|WcsPlugInService
WinHTTP Web Proxy Auto-Discovery Service|WinHttpAutoProxySvc
Windows Update|wuauserv
[wmi/wmic.c:212:main()] OK   : Retrieve result data.

Admin User:

wmic -U <domain>/administrator --password='<PW>' //<server> "Select caption From Win32_Service" -d 1Caption|Name

Caption|Name
Application Experience|AeLookupSvc
Application Layer Gateway Service|ALG
Application Information|Appinfo
Application Management|AppMgmt
ASP.NET State Service|aspnet_state
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Windows Audio Endpoint Builder|AudioEndpointBuilder
Windows Audio|Audiosrv
Backup Exec Remote Agent for Windows Systems|BackupExecAgentAccelerator
Base Filtering Engine|BFE
Background Intelligent Transfer Service|BITS
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Computer Browser|Browser
Symantec Event Manager|ccEvtMgr
Symantec Settings Manager|ccSetMgr
Certificate Propagation|CertPropSvc
Microsoft .NET Framework NGEN v2.0.50727_X86|clr_optimization_v2.0.50727_32
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Microsoft .NET Framework NGEN v4.0.30319_X86|clr_optimization_v4.0.30319_32
COM+ System Application|COMSysApp
Cryptographic Services|CryptSvc
Offline Files|CscService
DCOM Server Process Launcher|DcomLaunch
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
DHCP Client|Dhcp
DNS Client|Dnscache
Wired AutoConfig|dot3svc
Diagnostic Policy Service|DPS
Extensible Authentication Protocol|EapHost
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Windows Event Log|EventLog
COM+ Event System|EventSystem
Microsoft Fibre Channel Platform Registration Service|FCRegSvc
Function Discovery Provider Host|fdPHost
Function Discovery Resource Publication|FDResPub
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Windows Font Cache Service|FontCache
Windows Presentation Foundation Font Cache 3.0.0.0|FontCache3.0.0.0
Group Policy Client|gpsvc
Human Interface Device Access|hidserv
Health Key and Certificate Management|hkmsvc
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Windows CardSpace|idsvc
IKE and AuthIP IPsec Keying Modules|IKEEXT
PnP-X IP Bus Enumerator|IPBusEnum
IP Helper|iphlpsvc
CNG Key Isolation|KeyIso
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
KtmRm for Distributed Transaction Coordinator|KtmRm
Server|LanmanServer
Workstation|LanmanWorkstation
LiveUpdate|LiveUpdate
Link-Layer Topology Discovery Mapper|lltdsvc
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
TCP/IP NetBIOS Helper|lmhosts
Multimedia Class Scheduler|MMCSS
Windows Firewall|MpsSvc
Distributed Transaction Coordinator|MSDTC
SQL Server FullText Search (MSSQLSERVER)|msftesql
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Microsoft iSCSI Initiator Service|MSiSCSI
Windows Installer|msiserver
SQL Server (MSSQLSERVER)|MSSQLSERVER
SQL Server Active Directory Helper|MSSQLServerADHelper
SQL Server Analysis Services (MSSQLSERVER)|MSSQLServerOLAPService
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Network Access Protection Agent|napagent
Netlogon|Netlogon
Network Connections|Netman
Net.Msmq Listener Adapter|NetMsmqActivator
Net.Pipe Listener Adapter|NetPipeActivator
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Network List Service|netprofm
Net.Tcp Listener Adapter|NetTcpActivator
Net.Tcp Port Sharing Service|NetTcpPortSharing
Network Location Awareness|NlaSvc
Network Store Interface Service|nsi
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Office Source Engine|ose
BranchCache|PeerDistSvc
Performance Logs & Alerts|pla
Plug and Play|PlugPlay
IPsec Policy Agent|PolicyAgent
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
User Profile Service|ProfSvc
Protected Storage|ProtectedStorage
Remote Access Auto Connection Manager|RasAuto
Remote Access Connection Manager|RasMan
Routing and Remote Access|RemoteAccess
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Remote Registry|RemoteRegistry
Remote Procedure Call (RPC) Locator|RpcLocator
Remote Procedure Call (RPC)|RpcSs
Resultant Set of Policy Provider|RSoPProv
Special Administration Console Helper|sacsvr
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Security Accounts Manager|SamSs
Smart Card|SCardSvr
Task Scheduler|Schedule
Smart Card Removal Policy|SCPolicySvc
Secondary Logon|seclogon
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
System Event Notification Service|SENS
Terminal Services Configuration|SessionEnv
Internet Connection Sharing (ICS)|SharedAccess
Shell Hardware Detection|ShellHWDetection
Software Licensing|slsvc
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
SL UI Notification Service|SLUINotify
Symantec Management Client|SmcService
Symantec Network Access Control|SNAC
SNMP Trap|SNMPTRAP
Print Spooler|Spooler
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
SQL Server Browser|SQLBrowser
SQL Server Agent (MSSQLSERVER)|SQLSERVERAGENT
SQL Server VSS Writer|SQLWriter
SSDP Discovery|SSDPSRV
Secure Socket Tunneling Protocol Service|SstpSvc
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Microsoft Software Shadow Copy Provider|swprv
Symantec Endpoint Protection|Symantec AntiVirus
Superfetch|SysMain
Telephony|TapiSrv
TPM Base Services|TBS
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Terminal Services|TermService
Themes|Themes
Thread Ordering Server|THREADORDER
Distributed Link Tracking Client|TrkWks
Windows Modules Installer|TrustedInstaller
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Interactive Services Detection|UI0Detect
Terminal Services UserMode Port Redirector|UmRdpService
UPnP Device Host|upnphost
Desktop Window Manager Session Manager|UxSms
Virtual Disk|vds
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Volume Shadow Copy|VSS
Windows Time|W32Time
Block Level Backup Engine Service|wbengine
Windows Color System|WcsPlugInService
Diagnostic Service Host|WdiServiceHost
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Diagnostic System Host|WdiSystemHost
Windows Event Collector|Wecsvc
Problem Reports and Solutions Control Panel Support|wercplsupport
Windows Error Reporting Service|WerSvc
WinHTTP Web Proxy Auto-Discovery Service|WinHttpAutoProxySvc
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Windows Management Instrumentation|Winmgmt
Windows Remote Management (WS-Management)|WinRM
WMI Performance Adapter|wmiApSrv
Portable Device Enumerator Service|WPDBusEnum
Windows Presentation Foundation Font Cache 4.0.0.0|WPFFontCache_v0400
[wmi/wmic.c:212:main()] OK   : Retrieve result data.
Windows Update|wuauserv
Windows Driver Foundation - User-mode Driver Framework|wudfsvc



Wording associated

$
0
0

Wording associated with Write-up IX: failed over the tips for other folks (wording)

www. "Jun Lang ~ Don't! not!! Usually do not perish!! ohh ~ you are going, we've got widows along with orphans how you can reside goodness me!!" striking appear originated from the space, over depressing unfortunate sad Kids crying and moping ...... sore speech was, fragile along with tender childlike little one language, yet put in a effect regarding unhappiness, individuals sighed a young age thus sensible little one can be deceased dad: "Mother ~ Mom ! father what sort of ...... is not sleeping? Mother yowl, appear, nice pitfall drum, tend not to weep tend not to yowl ! Niangqin most able minded ...... "followed by" scraping ...... "There is often a feeling of a tiny portion of weeks drums seemed, along with the lady sad weeping, seemed unusual nevertheless much more hopeless ...... "ooo, ooo ~ ~ good poor ah!!Inches Susu biting any handkerchief petals, a pair of cry yet carefully watching television. Legend enjoyment jaws twitching along with observing cleansing soap operas search for Susu mesmerizing appearance, good to help you? Piao Liaopiao characters on TV ...... cardiovascular tucao: makeup also clear, neck and face are two distinctive colours ...... statistics also up graiding, small locks, lengthy hair along with hair hooks as well as a various fancy dress costumes from every period, Here is the period of the excellent accident emerged for you? ! Our god mount features! ! As well as the lines therefore old fashioned, the actual plan is also old-fashioned, perishing, Qiong Yao, restoration loved ones property Doo Doo Doo Development variety pail, prosperous lord of farm pets way too inexpensive it, how just about everywhere. From a Follow trough spit, superstar tour resolutely turned his head to confront to visit! Facial boil first night night time, an evening online, lastly many userful stuff here, it could be deemed the excitement on the planet find, celebrity trip sensed called a good mood! To be able to accept a new challenge which are very excellent my oh my! Patted the still smooth white moist cheeks, tend not to go to whichever trace associated with dark circles along with fatigued seem, superstar excursion developed a cute confront, revealing two modest hollows. "Bang boom bang" knock for the entrance, crying and moping mess Susu finally wake up involving a number of, but nevertheless relatively drowsily, sobbing flapping chicken wings in order to fly for the front door, opened the door, after which happened to the actual keep on the actual lounger watching TV ...... all of a sudden awoke, transformed as well as noticed the front door carrying a new whole milk fritters this specific individuals confront looked unusual along with wacky automatically open up the entranceway as well as suddenly fitted a brand new house, to possess a few Mongolia : own ...... completely wrong spot might right now there! ! ? Which? Xiao Zhao chant. "You come to me, nicely, 1 hour prior to coming.In . Celebrity walk out directly to both your hands regarding dairy fritters childhood Zhao took over, and after that didn't state everything to Xiaozhao time, beat select the door again to shut ...... Xiaozhao boring face, and then looked over Timber under one particular centimeter in the nasal entrance, then looked straight down in his or her vacant hands, shivers, only to wake up, bitterly contacted your nasal area: the particular rub - this world is getting examine, and that i usually do not take care of the periods! ! Time: 1 hour after. Area: a medical facility. "Sister! Young children carry out ......Inches (Section Fifteen) "No! Certainly not! Absolutely can't notify your strong, usually do not ...... not necessarily ...... proper, not necessarily ......" lady shouting hoarse first panicked, and then please take a touch of just about unusual confused Nangnang path. "But Sister!! That's our children, these are Ji family body bone fragments my oh my!Will Notify Yuan buddy cousin ...... years old ...... this ......Inch "No, zero ...... usually do not point out the situation, Apologies Yuan ... Apologies ... serious ...... ooo ...... "woman's emotional security last but not least been shattered, given a crying cry, ward silence, just girl meows ...... inside the two different people have no idea, pocket doorways have ear, star vacation can be outside the house playing this particular for them will be the earth-shattering secret or perhaps scandal ...... brother fell deeply in love with our cousin, along with sister also delivered twin babies, along with the girl spouse nevertheless kept in the particular dim ...... Nonetheless, though females speech appeared extremely unhappy, nevertheless the woman's heart is extremely dark, with a scary magic formula the idea ...... actions Tata arrived go swimming expensive sideways, observing the particular obtaining strong seem worn out yet emerged more than their confront, and then wandered in to the infirmary. Superstar Excursion shaken their go, turned away, actual difficulties, nevertheless take a look at merely a infant, nevertheless inadvertently observed this type of concept, looked couch potatoes, Xiao Zhao, expression is good, but ...... the actual heart imbalances in fact deceive the joy, perform Xiao Zhao was obviously a recessive Mensao chit chat man! ? Pressing the face ...... continue with the breath involving non secular electrical power left behind, legend trip arrived twins baby infirmary, a pair of infant looks very pretty, with star excursion still left adding nourishment to faith based strength, would not look like quick children, the white face looks glistening excellent wet, mouth in addition preserve spittle, little fleshy one group seems to be quite pretty, people can not support yet really like and love. "Hey ~ young girl, you may not ...... evening display me personally exactly how lady do? How be around oh?In . Lu Yuan came up, this individual saw his or her son as well as daughter standing celebrity visit advantage, could not aid realizing smile, imagine themself turned into sons and daughters, and also to maintain a long, actually God bless goodness me! "Ah? Big brother my oh my? Me personally right now ...... oh, nowadays My partner and i visit a medical facility dressing up, merely very good cross right here, seem oh therefore pretty child, you arrived at notice, is the big brother from the youngsters, currently." Legend Visit represents sit not accepting to sell Meng There's no strain from the side of me ...... nevertheless Xiao Zhao Tucao: I apply, miss something whilst arrived right here over a medicine? Towards the substance known as Avoid! ! ? Clearly all around a large fold predilection! ! Throughout the wall structure to view exactly how pretty tiny baby! ! ? Math concepts can be drastically wrong! ! Certainly is often a objective to it, also! ! Overlook Lolita back so pretty anyone! ! ! "Oh ~ really cute.Inch Kamu Yuan happy confront huge smiles, "Yes, young girl, what's your business my oh my? ... I must thank you also nicely.In . "You're pleasant, and granddad, I go ...... "Star Excursion gust regarding wind flow showed off Lu Yuan about, vaguely Lu Yuan apparently notice the girl said some thing as part of his ear:Inches The current mindful goodness me  burberry handbags ...... ...... best folks about, "chuckled, moving Lu Yuan shaking his / her mind, experienced he must currently have the idea wrong, yet ...... bears weak uneasiness is the place another thing ...... -


-


festive trip lately visited family louis vuitton handbags , family members with no personal computer, there is not any approach to bring up to date. (Notice phase ghosting palm Stepford newest improvements, please Baidu lookup, or perhaps one on one insight) (have a look at your boutique about the novel,) internet.<br/>Relate Articles:<br/> burberryscarf

<br/> GucciBeltsOnline

 

Viewing all 220 articles
Browse latest View live




Latest Images