Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
raspagerc9000 [2018/10/10 09:59] df2et [Front Panel LEDs] |
raspagerc9000 [2026/01/30 14:13] (aktuell) dj7lc Fix urls |
||
|---|---|---|---|
| Zeile 164: | Zeile 164: | ||
| Two resistors (330R) are already present on the PCB (see R10 and R11). The two LEDs can be mounted on the fron panel of the Base Station Controller. | Two resistors (330R) are already present on the PCB (see R10 and R11). The two LEDs can be mounted on the fron panel of the Base Station Controller. | ||
| + | |||
| + | {{ :c9000:c9000frontpanelleds.jpg?nolink&600 | Front Panel LEDs}} | ||
| ==== Temperature Monitoring ==== | ==== Temperature Monitoring ==== | ||
| The RasPagerC9000 PCB is already prepared for easy implementation of a temperature monitoring of the C9000. It is done by cheap DS18x20 OneWire temperature sensors. In order to activate the built-in support for OneWire temperature sensors in the Raspbian software, add the following line tho ''/boot/config.txt'' | The RasPagerC9000 PCB is already prepared for easy implementation of a temperature monitoring of the C9000. It is done by cheap DS18x20 OneWire temperature sensors. In order to activate the built-in support for OneWire temperature sensors in the Raspbian software, add the following line tho ''/boot/config.txt'' | ||
| Zeile 209: | Zeile 211: | ||
| </code> | </code> | ||
| - | Change the part where the localhost entry is given a a useful name of your C9000. The example here is ''c9000.db0sda.ampr.org''. | + | Change the part where the localhost entry is given a a useful name of your C9000. The example here is ''c9000.db0sda.hamnet.radio''. |
| <file> | <file> | ||
| # a simple host tree | # a simple host tree | ||
| - | [c9000.db0sda.ampr.org] | + | [c9000.db0sda.hamnet.radio] |
| address localhost | address localhost | ||
| use_node_name yes | use_node_name yes | ||
| Zeile 316: | Zeile 318: | ||
| #contact.nagios.command /usr/bin/send_nsca nagios.host.comm -c /etc/nsca.conf | #contact.nagios.command /usr/bin/send_nsca nagios.host.comm -c /etc/nsca.conf | ||
| - | [c9000.db0sda.ampr.org] | + | [c9000.db0sda.hamnet.radio] |
| address localhost | address localhost | ||
| use_node_name yes | use_node_name yes | ||
| Zeile 329: | Zeile 331: | ||
| # telnetting to localhost, port 4949 | # telnetting to localhost, port 4949 | ||
| # | # | ||
| - | host_name c9000.db0sda.ampr.org | + | host_name c9000.db0sda.hamnet.radio |
| </file> | </file> | ||
| Zeile 370: | Zeile 372: | ||
| # telnetting to localhost, port 4949 | # telnetting to localhost, port 4949 | ||
| # | # | ||
| - | host_name c9000.db0sda.ampr.org | + | host_name c9000.db0sda.hamnet.radio |
| # A list of addresses that are allowed to connect. This must be a | # A list of addresses that are allowed to connect. This must be a | ||
| Zeile 576: | Zeile 578: | ||
| define service{ | define service{ | ||
| use generic-service-rwthafu | use generic-service-rwthafu | ||
| - | host_name c9000.db0sda.ampr.org | + | host_name c9000.db0sda.hamnet.radio |
| service_description PA Temperature | service_description PA Temperature | ||
| check_command check_nrpe_1arg!check_PA_temp | check_command check_nrpe_1arg!check_PA_temp | ||
| Zeile 584: | Zeile 586: | ||
| define service{ | define service{ | ||
| use generic-service-rwthafu | use generic-service-rwthafu | ||
| - | host_name c9000.db0sda.ampr.org | + | host_name c9000.db0sda.hamnet.radio |
| service_description C9000 Temperature | service_description C9000 Temperature | ||
| check_command check_nrpe_1arg!check_C9000_temp | check_command check_nrpe_1arg!check_C9000_temp | ||
| Zeile 618: | Zeile 620: | ||
| https://github.com/phl0/C9000PADummyDisplay | https://github.com/phl0/C9000PADummyDisplay | ||
| - | The author has some PCBs to sell at cose. Please contact DF2ET if you are interested. | + | The author has some PCBs to sell at cost. Please contact DF2ET if you are interested. |
| The 7-segement display is supported by the C9000PADummy Arduino code. To activate it you have to compile the code with | The 7-segement display is supported by the C9000PADummy Arduino code. To activate it you have to compile the code with | ||