iostream212 Posted July 24, 2012 Posted July 24, 2012 Are program status' logged or can they be? I am looking for something like a time stamp, the name of the program, and status (like 'running then'). Trying to troubleshoot a program... Sent from my Galaxy Nexus using Tapatalk 2
Xathros Posted July 24, 2012 Posted July 24, 2012 I think the best you can do is the Summary view of the programs which shows current status and last/next run times. I'm dying for a way to have programs write to the log (a log, any log) and am currently trying to figure out how to use network resources to send messages to my linux syslog server. That way I can include log writes at various points in my programs. -Xathros
iostream212 Posted July 24, 2012 Author Posted July 24, 2012 That's a good idea to use an external logger if one is not available in isy. I will try this myself. Please let me know if you are successful and I will do the same. Thanks. Sent from my Galaxy Nexus using Tapatalk 2
Xathros Posted July 26, 2012 Posted July 26, 2012 I kind of have this working. I have tested both to an Ubuntu server and my MAC desktop as syslog destinations and I can write messages to the logs from the ISY - BUT - I haven't been able to figure out how to encode the sender identity, facility and severity portions of the syslog packet so all the messages are from "unknown" and can't be sorted by type or severity. Not really a problem unless there is more than one unknown source submitting messages then I can't filter just the ISY messages. I'm going to invest a bit more time into trying to decipher the UDP syslog packet structure and see if I can't work out the full capabilities of Source, Facility, Severity and Message. -Xathros
Recommended Posts