Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

62 total results found

Device backup

Grusher Documentation Using the system

Configuring server Before use you need to install and configure FTP (proftpd recomended) and TFTP (tftpd recomended) server. We DO NOT recomend to use vsftpd! # installing proftpd server sudo apt-get install proftpd # enabling and starting proftpd server ...

Using the system

Grusher Documentation

Server

Grusher Documentation Using the system

System backup This is a third-party module. The author (guiabtsua) is not responsible for the operation of this functionality Run the backup. sudo -u www-data php artisan backup:run Remove all backups older than specified number of days in config. sudo -u...

Additional components

Grusher Documentation

After installation - Activating licence

Grusher Documentation System installation

Go to System/Config (URL http://YOUR_IP/system/config) and check your licence. You can see something like this It mean all ok

About free licence

Grusher Documentation System installation

Read Terms of use Author may refuse to grant a license Free licence First free licence The first free license is issued for one month. You can test, check, if necessary, you can extend it for another month. Next free licence The license is valid for 1...

API

Grusher Documentation Using the system

How to use API Typical API request is  http://SERVER_URL/api?cat=device&action=get_onu_info&param=ZTEGC01234567 cat - method category (REQUIRED) action - what you need to do (REQUIRED) param or   something_else - like ID or other data to get Typical responce {...

Tasks

Grusher Documentation Using the system

Module Tasks created for manage working processing via tasks for Grusher users. You can use task for customer, address, comunication node. Tasks in navbar Tasks search/task list   Task comments preview Creating new task Main task info Ta...

OLTs/ONUs

Grusher Documentation Using the system

This module is used to manage PON. OLT list of all OLTs can be found atEquipment -> PON -> OLTs list Default OLT card OLT Ethernet ports list PON ports list PON Interface ports list with ONU loading Realtime information about ONU...

ONU Registration

Grusher Documentation Using the system

ONU registration can be found atEquipment -> PON -> ONU Registration/pon/unregistered_onu All unregistered ONU will be searched in auto mode. If you want to search manually, use the button on the screenshot below. 1. Creating a template In order to reg...

Ethernet Switches

Grusher Documentation Using the system

This module use for manage Ethernet switches Default device card Default device ethernet port card   Port stacking   Device setting menu   Building card where device is present   Ethernet port card   Device ports scheme

SFP modules

Grusher Documentation Using the system

This module use for manage SFP To get SFP metrics you need to enable it in Grusher CRON and setup period Setting SFP getting Realtime list of SFP modules   List of SFP modules in DB SFP chart

Versions 2.4 and less

Grusher Documentation Changelog

2.4.2 - 28.12.2022 Додано: Реалізована можливість вмикати/вимикати Ethernet порти на 4-х портових ONU Додано шаблон сповіщень видалення пристрою користувачем. Поправлено логування події Додано шаблон сповіщень резервних копій обладнання Додана м...

Version 2.5

Grusher Documentation Changelog

2.5.11 - 20.10.2023 Додано: Додано нові пристрої (BDCOM switch, Nortel, Cisco, GCOM OLT, Huawei OLT MA5800-X15, Huawei OLT MA5800-X17) Редактор в завданнях (build 252) ONU name i description тепер оновлюються при відкритті картки ONU (а не під час роби...

Version 2.6

Grusher Documentation Changelog

2.6.11 Build 355 - 24.06.2026 ➕ Додано PWA-додаток для Android, IOS, Windows 🔨 Змінено функціонал перевірки ліцензій. Тепер має працювати стабільніше і менше залежати від Інтернет. 🔨 Покращена візуалізація сторінки з переліком проксі 🔨 Підкориговані типи SNMP ...

Device, device auth & discovering

Grusher Documentation Using the system

Supported devices https://gviabcua.in.ua/grusher/devices Device list This is typical list of devices with search and filter form. You can choose any type of devices. Param what available from devices wiil show here Device auth (SNMP, CLI) Global auth ...

Map, fiber, commutation, nodes

Grusher Documentation Using the system

Fiber map Multi map support Using search and combined map Main map Custom icons on map Supported converting to node type & cloning with param ONUs on map ONUs info on map Nodes & fibers list Nodes list Nodes and fiber card Ca...

PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in...

Grusher Documentation Troubleshooting

In highly loaded systems, such problem is possible. To solve it, it is necessary to turn off the deadlock sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf Add to mysqld section [mysqld] innodb_deadlock_detect = 0 innodb_lock_wait_timeout = 1000 Restar...