en:rmds-monitoring
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | en:rmds-monitoring [2019/03/29 15:20] (current) – created fluktuacia | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
| + | |||
| + | ====== Remote monitoring of stations’ status ====== | ||
| + | |||
| + | ===== Conky ===== | ||
| + | |||
| + | ==== Conky dashboard via X-forwarding ==== | ||
| + | |||
| + | In this case, we proceed in the same way as launching any other application with a remote x terminal. Connect to server space.astro.cz with respective parameters -XY. | ||
| + | |||
| + | |||
| + | ssh -XY space.astro.cz | ||
| + | |||
| + | Similarly, connect to a chosen station. | ||
| + | |||
| + | ssh -XY TEST-BPB.tunnel | ||
| + | |||
| + | Run conky from terminal. | ||
| + | conky -o | ||
| + | |||
| + | The ‘’-o’’ parameter causes that a separate window is generated on the screen. | ||
| + | |||
| + | An example of config file .conkyrc, which is currently on most of our stations: | ||
| + | |||
| + | background yes | ||
| + | use_xft yes | ||
| + | xftfont Courier: | ||
| + | double_buffer yes | ||
| + | update_interval 2 | ||
| + | alignment top_right | ||
| + | gap_x 10 | ||
| + | gap_y 10 | ||
| + | no_buffers yes | ||
| + | minimum_size 365x500 | ||
| + | pad_percents 3 | ||
| + | | ||
| + | TEXT | ||
| + | ${color # | ||
| + | ${color # | ||
| + | RAM: $memperc% ${membar 8} | ||
| + | Swap: $swapperc | ||
| + | CPU: $cpu% ${cpubar 8} | ||
| + | CPU Temp: ${acpitemp}C | ||
| + | ${color # | ||
| + | ${fs_bar 8 /} | ||
| + | ${color # | ||
| + | ${downspeedgraph eth0} | ||
| + | ${color #00FF00}Up: ${upspeedf eth0}k/s ${alignr}${totalup eth0} total | ||
| + | ${upspeedgraph eth0} | ||
| + | ${color #3ff}${font Courier: | ||
| + | sdr-widget${hr 2} | ||
| + | ${if_running sdr-widget}${color green}Running | ||
| + | Connected (${tcp_portmon 3701 3701 count}): | ||
| + | ${tcp_portmon 3701 3701 rip 0} ${tcp_portmon 2001 2001 rport 0} | ||
| + | ${tcp_portmon 3701 3701 rip 1} ${tcp_portmon 2001 2001 rport 1} | ||
| + | ${tcp_portmon 3701 3701 rip 2} ${tcp_portmon 2001 2001 rport 2}${else}${color red}Not running${endif}${color 3ff} | ||
| + | radio-observer${hr 2} | ||
| + | ${if_running radio-observer}${color green}Running${else}${color red}Not | ||
| + | frequency-guard.py${hr 2} | ||
| + | běží i neběží - je třeba dodělat | ||
| + | ntpd${hr 2} | ||
| + | ${if_running ntpd}${color green}Running${else}${color red}Not running${color # | ||
| + | gpsd${hr 2} | ||
| + | ${if_running gpsd}${color green}Running${else}${color red}Not running${color # | ||
| + | |||
| + | ==== SSH connection for data transfer ==== | ||
| + | |||
| + | In case of a direct connection to more stations, you can use [[https:// | ||
| + | |||
| + | |||
en/rmds-monitoring.txt · Last modified: 2019/03/29 15:20 by fluktuacia
