-
### The problem
after update T1700G-28TQ 2.0 LLDP neighbor not showing.
### Output of ./validate.php
```txt
librenms@web-server:~$ ./validate.php
===========================================
…
-
## Context
A database schema will allow us to model and define our relationships.
### Models:
> **NOTE**
> Fields with `?` means they're optional (`nullable`).
> Syntax is `model_name (...…
-
### Is this a possible security vulnerability?
- [X] This is NOT a possible security vulnerability
### Describe the bug
The change #438 changes the database schema. However, there seems to be an is…
snazy updated
6 hours ago
-
### User Management
- Administrator
- End User
### Product Management
- Category
- Inventory
### Shopping Process
- Cart
-
### The problem
LibreNMS is not correctly detecting a Quanta BMC and is not using the correct MIBs.
### Output of ./validate.php
```txt
===========================================
Component | Vers…
-
I have the following table `users` defined like:
```dart
class Users extends Table with CreatedAt {
UuidColumn get id => customType(PgTypes.uuid).withDefault(genRandomUuid())();
TextColumn…
-
### Description
![image](https://github.com/user-attachments/assets/98049790-f716-42f6-aab3-591b9ebeb100)
Role interface permissions not showing Grant/Revoke all when you select schema since version…
-
- [x] Create database schema.
- [ ] Create models using SqlAlchemy.
- [ ] Create pydantic models.
-
1) Listings Table
2) Results Table (not sure about this name)
3) Configurations Table (future phase)
-
Database Schema
Create the schema of the database, and think about the advantages and disadvantages of everything you do. Think also about the future changes or features that could be required.
Dr…