معرفی شرکت ها


collectd-plugin-VMG1312-xDSL-1.0.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A collectd module written in Python for getting the xDSL status of Zyxel VMG1312 modems/routers
ویژگی مقدار
سیستم عامل -
نام فایل collectd-plugin-VMG1312-xDSL-1.0.5
نام collectd-plugin-VMG1312-xDSL
نسخه کتابخانه 1.0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Volker Kettenbach
ایمیل نویسنده volker@ktnbch.de
آدرس صفحه اصلی https://github.com/kettenbach-it/collectd-plugin-VMG1312-B30A-xDSL
آدرس اینترنتی https://pypi.org/project/collectd-plugin-VMG1312-xDSL/
مجوز GPL v3
# collectd-plugin-VMG1312-B30A-xDSL ## Supported hardware This is a [collectd](https://collectd.org/) plugin for monitoring the xDSL status of Zyxel VMG1312 VDSL/VDSL2 modems/routers. I developed and tested it with the B30A-version (a VDSL2-Vectoring modem for Germany) of this modem, but it might work as well with other variants. ## Supported parameters This plugin reads the ***xDSL-status only***! For reading things like interface-counters etc. the modem has an **SNMP-server** that can be used. Unfortunately this SNMP-server does not serve the xDSL-status (facepalm!), that's where this plugin comes into place. If your modem has a page like the one shown below, this plugin will probably be able to read all status parameters of the first three sections. The "VDSL Counters" section won't be a read - I don't see much use in reading these. ![VMG1312-B30A-xDSL-page](https://media.githubusercontent.com/media/kettenbach-it/collectd-plugin-VMG1312-B30A-xDSL/master/VMG1312-B30A-xDSL-page.png) ## Dependencies - collectd 4.9+ ## Installation 1. `pip3 install collectd-plugin-VMG1312-xDSL` 2. Configure the plugin as shown below 3. Restart collectd ## Configuration ``` LoadPlugin python <Plugin python> Import "VMG1312_xDSL" <Module VMG1312_xDSL> URL "http://<ip_of_your_modem>" User "admin" Password "1234" </Module> </Plugin> ```` ## License This project is licensed under the terms of the GPLv3 license. ## Build `python setup.py sdist` `twine upload dist/*`


نحوه نصب


نصب پکیج whl collectd-plugin-VMG1312-xDSL-1.0.5:

    pip install collectd-plugin-VMG1312-xDSL-1.0.5.whl


نصب پکیج tar.gz collectd-plugin-VMG1312-xDSL-1.0.5:

    pip install collectd-plugin-VMG1312-xDSL-1.0.5.tar.gz