Hi guys

Im a newbie to zenoss, who is testing the application out for the company I 
work for, so please if Ive post incorrectly please let me know and Ill correct 
any issues to the best of my abilities

Im having an issue collecting Windows eventlogs, with the last sprint version 
of Zenoss. WMI calls do work from the zenoss server, as if I run the wmi call 
from the WindowsWMIDeviceTemplate zenpack manually I get the expected results. 
I have also gone through the process of reinstalling Zenoss (including OS, 
Debian) from scratch and I still get the same issue. I have seen the post 
http://community.zenoss.com/forums/viewtopic.php?t=3933&highlight=zeneventlog 
but am not entirely sure how to implement this. Also we used to run Zenoss 
2.1.2 across the same servers and the eventlogs showed up

I have run a couple of commands for you to look at (see below)

-----------------------------------------------------------------------------------
[EMAIL PROTECTED]:/usr/local/zenoss/Products/ZenWin$ zeneventlog run -v10
INFO:zen.zeneventlog:Starting zeneventlog
DEBUG:zen.zeneventlog:run
DEBUG:zen.zeneventlog:Connecting to localhost
DEBUG:zen.zeneventlog:Logging in as admin
WARNING:zen.zeneventlog:Reconnected to ZenHub
DEBUG:zen.zeneventlog:setting up services EventService, WmiConfig
DEBUG:zen.zeneventlog:chaining getInitialServices with d2
DEBUG:zen.zeneventlog:callback after getting service EventService
DEBUG:zen.zeneventlog:callback after getting service WmiConfig
DEBUG:zen.zeneventlog:Calling connected.
DEBUG:zen.zeneventlog:connected
DEBUG:zen.zeneventlog:Sending event {'severity': 0, 'component': 'zeneventlog', 
'agent': 'zeneventlog', 'summary': 'started', 'manager': 'localhost', 'device': 
'zen01.support.local', 'eventClass': '/App/Start'}
DEBUG:zen.zeneventlog:Wmi Probs []
INFO:zen.zeneventlog:Setting configCycleInterval to 360
INFO:zen.zeneventlog:Setting eventlogCycleInterval to 60
DEBUG:zen.wmiclient:connect to 192.168.101.220, user SUPPORT/monitor
DEBUG:zen.wmiclient:SELECT * FROM __InstanceCreationEvent where TargetInstance 
ISA 'Win32_NTLogEvent' and TargetInstance.EventType <= 2
DEBUG:zen.zeneventlog:Loading classes ['Products.ZenModel.MinMaxThreshold']
DEBUG:zen.zeneventlog:Wmi Probs []
DEBUG:zen.zeneventlog:polling MONDC
DEBUG:zen.zeneventlog:timeout MONDC
INFO:zen.zeneventlog:Com InterfaceCount: 1
INFO:zen.zeneventlog:Com GatewayCount: 1
DEBUG:zen.zeneventlog:Sending event {'severity': 3, 'component': 'zeneventlog', 
'agent': 'zeneventlog', 'summary': 'stopped', 'manager': 'localhost', 'device': 
'zen01.support.local', 'eventClass': '/App/Stop'}
INFO:zen.zeneventlog:Daemon zeneventlog shutting down
DEBUG:zen.zeneventlog:removing service EventService
DEBUG:zen.zeneventlog:removing service WmiConfig
INFO:zen.zeneventlog:zeneventlog shutting down

[EMAIL PROTECTED]:/usr/local/zenoss/Products/ZenWin$ zenwin run -v10
INFO:zen.zenwin:Starting zenwin
DEBUG:zen.zenwin:run
DEBUG:zen.zenwin:Connecting to localhost
DEBUG:zen.zenwin:Logging in as admin
WARNING:zen.zenwin:Reconnected to ZenHub
DEBUG:zen.zenwin:setting up services EventService, WmiConfig
DEBUG:zen.zenwin:chaining getInitialServices with d2
DEBUG:zen.zenwin:callback after getting service EventService
DEBUG:zen.zenwin:callback after getting service WmiConfig
DEBUG:zen.zenwin:Calling connected.
DEBUG:zen.zenwin:connected
DEBUG:zen.zenwin:Sending event {'severity': 0, 'component': 'zenwin', 'agent': 
'zenwin', 'summary': 'started', 'manager': 'localhost', 'device': 
'zen01.support.local', 'eventClass': '/App/Start'}
DEBUG:zen.zenwin:Wmi Probs []
INFO:zen.zenwin:Setting configCycleInterval to 360
DEBUG:zen.zenwin:Loading classes ['Products.ZenModel.MinMaxThreshold']
DEBUG:zen.zenwin:Wmi Probs []
DEBUG:zen.wmiclient:connect to 192.168.101.220, user SUPPORT/monitor
DEBUG:zen.wmiclient:SELECT * FROM __InstanceModificationEvent within 5 where 
TargetInstance ISA 'Win32_Service'
DEBUG:zen.zenwin:Querying MONDC
DEBUG:zen.zenwin:Codes: -2147209215 'Src' 'Desc' 'Hfile' 0 -2147209215
DEBUG:zen.zenwin:Sending event {'severity': 3, 'component': 'zenwin', 'agent': 
'zenwin', 'summary': 'stopped', 'manager': 'localhost', 'device': 
'zen01.support.local', 'eventClass': '/App/Stop'}
INFO:zen.zenwin:Daemon zenwin shutting down
DEBUG:zen.zenwin:removing service EventService
DEBUG:zen.zenwin:removing service WmiConfig
INFO:zen.zenwin:zenwin shutting down

[EMAIL PROTECTED]:/usr/local/zenoss/Products/ZenWin$ zenwinmodeler run -v10
INFO:zen.zenwinmodeler:Starting zenwinmodeler
DEBUG:zen.zenwinmodeler:run
DEBUG:zen.zenwinmodeler:Connecting to localhost
DEBUG:zen.zenwinmodeler:Logging in as admin
WARNING:zen.zenwinmodeler:Reconnected to ZenHub
DEBUG:zen.zenwinmodeler:setting up services EventService, WmiConfig
DEBUG:zen.zenwinmodeler:chaining getInitialServices with d2
DEBUG:zen.zenwinmodeler:callback after getting service EventService
DEBUG:zen.zenwinmodeler:callback after getting service WmiConfig
DEBUG:zen.zenwinmodeler:Calling connected.
DEBUG:zen.zenwinmodeler:connected
DEBUG:zen.zenwinmodeler:Sending event {'severity': 0, 'component': 
'zenwinmodeler', 'agent': 'zenwinmodeler', 'summary': 'started', 'manager': 
'localhost', 'device': 'zen01.support.local', 'eventClass': '/App/Start'}
DEBUG:zen.zenwinmodeler:Wmi Probs []
INFO:zen.zenwinmodeler:Setting configCycleInterval to 360
INFO:zen.zenwinmodeler:Setting winmodelerCycleInterval to 60
INFO:zen.zenwinmodeler:Updating devices
DEBUG:zen.zenwinmodeler:Loading classes ['Products.ZenModel.MinMaxThreshold']
DEBUG:zen.zenwinmodeler:Wmi Probs []
INFO:zen.zenwinmodeler:collecting from MONDC using user SUPPORT/monitor
DEBUG:zen.wmiclient:connect to 192.168.101.220, user SUPPORT/monitor
DEBUG:zen.zenwinmodeler:query='select 
acceptPause,acceptStop,name,caption,pathName,serviceType,startMode,startName 
from Win32_Service'
DEBUG:zen.zenwinmodeler:Sending event {'severity': 3, 'component': 
'zenwinmodeler', 'agent': 'zenwinmodeler', 'summary': 'stopped', 'manager': 
'localhost', 'device': 'zen01.support.local', 'eventClass': '/App/Stop'}
INFO:zen.zenwinmodeler:Daemon zenwinmodeler shutting down
DEBUG:zen.zenwinmodeler:removing service EventService
DEBUG:zen.zenwinmodeler:removing service WmiConfig
INFO:zen.zenwinmodeler:zenwinmodeler shutting down

-------------------------------------------------------------------------------------

Any help would be greatly appreciated




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=15374#15374

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to