P
P
pashaxp2015-01-29 14:13:26
MySQL
pashaxp, 2015-01-29 14:13:26

How to collect SNMP data from D-link switch in mysql database?

There is a network, about 500 end devices connected to D-link DES 1228/ME switches.
These switches allow you to collect very different statistics, and if I'm not mistaken, then the state of the ports as well. Up/Down
Interests - how it is possible to receive the data on a status of ports and to bring in a separate DB mysql?
Maybe someone came across or met materials on this topic?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
pashaxp, 2015-02-12
@pashaxp

The problem was solved in this way:
less /var/tmp/tkd_1/new:
1 Up
2 Down
3 Down
4 Up
.....
Comparing files with the results of the last 2 checks.
Changes in the state of the port are written to the MySQL database.

D
Disen, 2015-01-29
@Disen

If you have enough nodes, can you use specialized software - Zabbix, Zennos, Nagios, MRTG, Cacti, etc.?
You can, of course, store it in a database, but after all, this monitoring data must not only be accumulated, but also displayed in a readable form, report events, etc., so I recommend that you still use a monitoring system.
MRTG and Cacti are simpler, Zabbix, Nagios are "full-featured combines".
Choose which one you like best and go ahead!
I would recommend Zabbix to you. There is also a version for mysql.

S
Sergey Ivanov, 2015-01-29
@Writerim

well, in php how is it possible

$connect_to_device = new SNMP(SNMP::VERSION_1, "127.0.0.1", "public");

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question