User Tools

Site Tools


packet:snmp_graphs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
packet:snmp_graphs [2024/03/17 20:26] g7tajpacket:snmp_graphs [2024/09/22 18:15] (current) g7taj
Line 35: Line 35:
 </code> </code>
  
 +- You need to enable SNMP in bpq32.cfg. You can do it two ways, either inside TELNET config, or inside IPGATEWAY
  
-You need to add the following to bpq32.cfg+TELNET 
 +In the telnet configuration section, add 
  
 +<code>SNMPPORT=161</code>
 +
 +e.g.
 +<code>
 +PORT
 + PORTNUM=3
 + ID=Telnet Server
 + DRIVER=Telnet
 + CONFIG
 + SecureTelnet=1
 + LOGGING=1
 + DisconnectOnClose=1
 + TCPPORT=8010
 + FBBPORT=8011
 + HTTPPORT=9122
 + SNMPPORT=161
 +ENDPORT
 +</code>
 +
 +
 +- IPGATWEAY
 The IP's used here are for example only. If you setup linBPQ for 44-net, please use all the proper IP's allocated to you. The IP's used here are for example only. If you setup linBPQ for 44-net, please use all the proper IP's allocated to you.
 192.168.1.44 - unused on the LAN (not the node's IP address) 192.168.1.44 - unused on the LAN (not the node's IP address)
Line 167: Line 190:
 <head> <head>
 <script> <script>
- 
-function fetchData() { 
-      console.log('Fetching updated data.'); 
-      var xhr = new XMLHttpRequest(); 
-      xhr.open("GET", "graphs.html", true); 
-      xhr.onload = function() { 
-        document.getElementById('graph_div')=xhr.responseText; 
-      } 
-      xhr.send(); 
-      setTimeout( function () { fetchData() } , 3000); 
- 
-} 
- 
  
 function update() { function update() {
packet/snmp_graphs.1710707191.txt.gz · Last modified: 2024/03/17 20:26 by g7taj