Recommend this page to a friend! |
All requests | > | Web page to monitor devices via SNMP | > | Request new recommendation | > | Featured requests | > | No recommendations |
by Pedro Agriarte - 9 days ago (2021-10-15)
+1 | In local PHP Web with XAMPP, I can get SNMP data from my network printer. I can see, for example, if it has toner, a paper jam, etc. The same Web site hosted on a virtual private server does not return data because the SNMP library only has a scope on the server-side. I'm looking for a way that the SNMP library can see the local network. Maybe Laravel/Apache or maybe Node/Angular or JavaScript? |
2. by Pedro Agriarte - 6 days ago (2021-10-18) Reply
Thanks Manuel,
Do you mean that with this class I can see a local network from a web page hosted on an internet server (VPS)?
Or will I only be able to see the server side?
1. by Pedro Agriarte - 6 days ago (2021-10-18) Reply
Thanks Manuel,
Do you mean that with this class I can see a local network from a web page hosted on an internet server (VPS)?
Or will I only be able to see the server side?
0 | by Manuel Lemos 21655 - 7 days ago (2021-10-17) Comment You can use this package to extract the status information on the devices you want to query on the network server. Then you can develop the code for a page that will use the information returned by this package to show the status of the devices on that page. |
Recommend package | |
|