Search found 9 matches

by werneck.costa
Fri Oct 18, 2019 9:34 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Install a new application and run in background
Replies: 13
Views: 20078

Re: Install a new application and run in background

In this link, you can get all files (including the zabbix_agent compiled for Raspberry):
http://bit.ly/wtware-zabbix-raspberry
by werneck.costa
Fri Oct 18, 2019 9:04 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Install a new application and run in background
Replies: 13
Views: 20078

Re: Install a new application and run in background

It: LogType=system works fine: [SYSLOG] <30>Oct 18 14:58:29 zabbix_agentd[730]: Starting Zabbix Agent [wtw84273B3BAE6D]. Zabbix 3.4.15 (revision 86739). [SYSLOG] <30>Oct 18 14:58:29 zabbix_agentd[730]: **** Enabled features **** [SYSLOG] <30>Oct 18 14:58:29 zabbix_agentd[730]: IPv6 support: NO [SYSL...
by werneck.costa
Fri Oct 18, 2019 6:16 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Install a new application and run in background
Replies: 13
Views: 20078

Re: Install a new application and run in background

Ok about config file. For the firts test, it was compiled from the most simple way: ./configure --enable-agent make The second one, if necessary: ./configure --enable-agent --without-ssl The second form obligates the compilation processs to don't put any kind of SSL libs on the way. But the default ...
by werneck.costa
Thu Oct 17, 2019 10:44 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Install a new application and run in background
Replies: 13
Views: 20078

Re: Install a new application and run in background

Ok. What is the syslog file path?
My decision to foreground send was based on "docker way" to show logs. But, in this case, i can send to syslog.
by werneck.costa
Thu Oct 17, 2019 3:50 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Install a new application and run in background
Replies: 13
Views: 20078

Re: Install a new application and run in background

Yes, it works!
"-f" is for run it in foreground. I believe it's necessary to WTWare get the logs. Is it?
by werneck.costa
Thu Oct 17, 2019 5:20 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Install a new application and run in background
Replies: 13
Views: 20078

Re: Install a new application and run in background

Solved with this steps: Raspbian installed on SDCard; Zabbix agent compiled directly on Raspbian; Brought "zabbix_agentd" binary from compilation (in my case: /usr/src/zabbix/zabbix-3.4.15/src/zabbix_agentd); Reinstalled WTWare on SD card; Prepared zabbix_agent.zip following @akatik indica...
by werneck.costa
Tue Oct 15, 2019 5:21 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Install a new application and run in background
Replies: 13
Views: 20078

Re: Install a new application and run in background

I guess i'm getting close: | Archive: /tmp/extra-zabbix-agent.zip | inflating: runme | inflating: zabbix_agentd | inflating: zabbix_agentd.conf [ gm] [ 13.290685] +------------------------ [ gm] [ 13.291332] Run '/bin/sh /runme2unix', log '/tmp/extra.out', env '', pid ''. [ pfac] [ 13.291472] Run /b...
by werneck.costa
Tue Oct 15, 2019 2:12 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Install a new application and run in background
Replies: 13
Views: 20078

Re: Install a new application and run in background

Ok, thanks. Then one chance at least! :D
Is there some documentation about "extra=" parameter?
by werneck.costa
Mon Oct 14, 2019 10:33 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Install a new application and run in background
Replies: 13
Views: 20078

Install a new application and run in background

I'm discovering WTWare and it solve some costumers issue. One of my services is to let the costumers to access their applications remotly, by RDP. It's working fine with WTWare. Now, i'm wondering some questions, that is crucial to our business: 1 - is it possible to install/run some monitoring appl...