Subject: |
RE: Viewing data collcted by Microsoft WIndows ZenPack |
Author: |
Jane Curry |
Posted: |
2017-08-30 14:38 |
Since the Windows ZenPack uses the Python Collector, try attaching to the zenpython container and running zenpython against a specific device, sending the output to a logfile that you can inspect:
serviced service attach zenpython su zenoss -l
zenpython run -v 10 -d <device name> > /tmp/zenpython.out 2>&1
and inspect /tmp/zenpython.out. You should see any returned data in there.
Cheers,
Jane
------------------------------
Jane Curry
Skills 1st United Kingdom
jane.curry@skills-1st.co.uk
------------------------------
Subject: |
RE: Viewing data collcted by Microsoft WIndows ZenPack |
Author: |
Jason Olson |
Posted: |
2017-08-30 15:31 |
Thank you, Jane. That was
exactly the command I needed to help troubleshoot. Appreciate it!
------------------------------
Jason Olson
------------------------------