Posts by Octávio Lopo • 21 points
3 posts
-
0
votes1
answer88
viewsQ: Zabbix 3.0 - How to receive radio association data via SNMP
I am new to the Zabbix platform and know very little about the SNMP protocol. My question is simple, goes the explanation of the process: 1 - Each subway station has 2 radios (1 on each track) and…
zabbixasked Octávio Lopo 21 -
0
votes1
answer778
viewsQ: Convert a variable to STRING in the mysql query in PHP
In the query below inside my PHP the variable $line[0] is not validating as string, but if I do var_dump($line[0]); before arriving at this query, it shows that it is a string! $result =…
-
2
votes0
answers233
viewsQ: How to fix this PHP code in Raspbian (Raspberry Pi 2)?
I am creating 2 monitoring projects here in the company with 2 monitoring pages that will use PHP and HTML and will run on Raspberry Pi 2 board (Raspbian). The code is very simple, I can open it…