-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
Sorry for my English, I get the following error when modeling the database server.
Exception TypeError: 'isinstance() arg 2 must be a class, type, or tuple of classes and types' in <bound method adbapiClient.del of <ZenPacks.community.SQLDataSource.SQLClient.adbapiClient object at 0x53361d0>> ignored
In web gui, in the section databases gives me the error:
ValueError: cannot convert floar NaN to Integer
My settings:
ZenPacks.community.RDBMS V: 2.5.0
ZenPacks.community.DataSQLDataSource V: 2.5.0
ZenPacks.community.MsSQLMon V: 3.4.0
this is last line of the output of "zenmodeler-run-v 10-d DEVICE"
2013-05-27 10:50:56,363 INFO zen.ZenModeler: processing community.sql.MsSqlDatabaseMap for device xxx.xxx.xxx.xxx
2013-05-27 10:50:56,365 DEBUG zen.Classifier: No classifier defined
2013-05-27 10:50:56,680 INFO zen.ZenModeler: Changes in configuration applied
2013-05-27 10:50:56,680 DEBUG zen.ZenModeler: Client xxx.xxx.xxx.xxx finished
2013-05-27 10:50:56,680 DEBUG zen.ZenModeler: Running 0 clients
2013-05-27 10:50:56,680 INFO zen.ZenModeler: Scan time: 2.95 seconds
2013-05-27 10:50:56,680 DEBUG zen.thresholds: Checking value 2.94879317284 on Daemons/localhost/zenmodeler_cycleTime
2013-05-27 10:50:56,681 DEBUG zen.MinMaxCheck: Checking zenmodeler_cycleTime 2.94879317284 against min None and max 34560.0
2013-05-27 10:50:56,681 DEBUG zen.ZenModeler: Queued event (total of 1) {'zenoss.device.url': 'zport/dmd/Monitors/Performance/localhost/viewDaemonPerformance', 'zenoss.device.path': 'Monitors/Performance/localhost', 'severity': 0, 'min': None, 'max': 34560.0, 'component': '', 'agent': 'zenmodeler', 'summary': 'threshold of zenmodeler cycle time restored: current value 2.948793', 'current': 2.9487931728363037, 'manager': 'LJZENOSS.DOMAIN.com.ar', 'eventKey': 'zenmodeler cycle time', 'rcvtime': 1369662656.681847, 'device': 'localhost collector', 'eventClass': '/Perf', 'monitor': 'localhost'}
2013-05-27 10:50:56,682 DEBUG zen.collector.scheduler: In shutdown stage before
2013-05-27 10:50:56,682 DEBUG zen.ZenModeler: Tried to stop reactor that was stopped
2013-05-27 10:50:56,682 INFO zen.ZenModeler: Daemon ZenModeler shutting down
2013-05-27 10:50:56,682 DEBUG zen.ZenModeler: Sending 1 events, 0 perf events, 0 heartbeats
2013-05-27 10:50:56,693 DEBUG zen.ZenModeler: Removing service EventService
2013-05-27 10:50:56,694 DEBUG zen.ZenModeler: Removing service ModelerService
2013-05-27 10:50:56,694 DEBUG zen.pbclientfactory: Lost connection to ::1:8789 - [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion: Connection lost.
]
2013-05-27 10:50:56,694 DEBUG zen.collector.scheduler: In shutdown stage during
2013-05-27 10:50:56,695 DEBUG zen.collector.scheduler: In shutdown stage after
Exception TypeError: 'isinstance() arg 2 must be a class, type, or tuple of classes and types' in <bound method adbapiClient.del of <ZenPacks.community.SQLDataSource.SQLClient.adbapiClient object at 0x63b1d50>> ignored
Best Regards