librenms/html
Cody Harris d67df039e3
device - Added Baicells Atom OD04 CPE support (#14838)
This adds a MIB from the Baicells website, lightly modified
(s/BAICELLS-MIB/BAICELLS-CPE-MIB), and yaml files for LibreNMS. Currently OS
detection works, but sensors are reporting '0'.

I can easily get the data with snmpget, so I know that part is working. The
issue I'm seeing looks like the {{ $index }} substitution in my sensor yaml
isn't being filled out. Here's some example output from poller.php that backs
this up:

```
.1.3.6.1.4.1.53058.2.2.7.: Unknown Object Identifier ()
.1.3.6.1.4.1.53058.2.2.8.: Unknown Object Identifier ()
.1.3.6.1.4.1.53058.2.2.12.: Unknown Object Identifier ()
.1.3.6.1.4.1.53058.2.2.13.: Unknown Object Identifier ()
```

* adjustments to baicells od04

* undo modification to mib

* add original unmodified mib, tweak yaml, add time conversion function

* added baicells od04 snmprec

* skip invalid values

* Rename baicells-od04.snmprec.txt to baicells-od04.snmprec

* Update and rename BaiCE-BM-2.5.23_SNMP_MIB-CAT4.txt to BAICELLS-MIB

* Update baicells-od04.yaml

* Create BaicellsOd04.php

* move userfunc into OS

* style

* squash php casting warning

* missing static

* style

* fix {{ $index }}

* Create baicells-od04.json

---------

Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2024-08-02 19:18:17 +02:00
..
css Fix Port Channels take 2 (#16246) 2024-07-26 08:45:34 -05:00
fonts Upgrade to font awesome 5 (#13754) 2022-02-09 00:49:07 +01:00
images device - Added Baicells Atom OD04 CPE support (#14838) 2024-08-02 19:18:17 +02:00
js Update graph timezone data (#16244) 2024-07-25 23:24:56 -05:00
plugins New plugin system based on Laravel Package Development (#12998) 2021-10-19 06:53:28 -05:00
svg Update to Laravel 5.7 (PHP 7.3 support) (#9800) 2019-02-12 17:45:04 -06:00
webfonts Upgrade to font awesome 6 (#13760) 2022-02-10 20:33:42 +01:00
.htaccess Revert "Mattermost Alert Transport (#9711)" 2019-01-26 07:59:04 +01:00
ajax_dash.php Apply fixes from StyleCI (#12117) 2020-09-21 14:54:51 +02:00
ajax_form.php Remove debug globals (#12811) 2021-04-29 22:42:18 -05:00
ajax_list.php Remove debug globals (#12811) 2021-04-29 22:42:18 -05:00
ajax_listports.php Remove some lightly used or unused dbFacile functions (#15418) 2023-10-12 09:15:03 -05:00
ajax_ossuggest.php Apply fixes from StyleCI (#13224) 2021-09-10 20:09:53 +02:00
ajax_output.php Remove debug globals (#12811) 2021-04-29 22:42:18 -05:00
ajax_table.php Misc webui code cleanups (#14242) 2022-08-30 12:55:37 -05:00
api_v0.php Always return json for api requests (#12335) 2020-11-22 03:21:47 +01:00
bandwidth-graph.php Apply fixes from StyleCI (#15698) 2024-01-04 22:39:12 -06:00
billing-graph.php Apply fixes from StyleCI (#15698) 2024-01-04 22:39:12 -06:00
calendar.jpg Optimize images for Webui (#9369) 2018-10-23 22:29:45 +01:00
csv.php Remove debug globals (#12811) 2021-04-29 22:42:18 -05:00
data.php Apply fixes from StyleCI (#12123) 2020-09-21 15:51:53 +02:00
favicon.ico webui: New LibreNMS logo assets (#5629) 2017-01-27 18:02:49 +00:00
graph-realtime.php Update Port Real Time Graph error (#15846) 2024-02-22 03:04:32 +01:00
graph.php Add @signedGraphTag() and @signedGraphUrl() blade directives (#14269) 2022-09-03 12:48:43 -05:00
index.php Laravel 8.x Shift (#12235) 2020-11-03 10:18:31 -06:00
mix-manifest.json Custom Maps configurable new map defaults (#16212) 2024-07-17 16:05:44 -05:00
network-map.php Remove some lightly used or unused dbFacile functions (#15418) 2023-10-12 09:15:03 -05:00
pdf.php Remove debug globals (#12811) 2021-04-29 22:42:18 -05:00
robots.txt Added robots.txt 2015-06-10 15:05:21 +00:00
service-worker.js Push Notifications (Mobile and PC) (#13277) 2021-10-06 07:29:47 -05:00