Commit Graph

156 Commits

Author SHA1 Message Date
Austin Browder
8974cce072 Fixed PR lint failure 2023-11-07 12:25:02 -07:00
Austin Browder
746ab856e0 Added source interface identifier to exportUSGstats function 2023-10-23 14:39:22 -06:00
Mike Piatek-Jimenez
ce55a864ea Make sure descPDU handles the power outlets. 2023-09-11 00:00:48 -04:00
Mike Piatek-Jimenez
5514be1a57 Update the test expectations for the datadog output package. 2023-09-10 22:15:50 -04:00
Mike Piatek-Jimenez
b5247cf65d Updated the integration test expectations for the parsed PDU data. 2023-09-10 22:02:41 -04:00
Mike Piatek-Jimenez
6ddb2055d0 Fix a bug where the PDU metrics captured by the unifi collector wouldn’t be included in the device output. 2023-09-10 13:06:37 -04:00
Cody Lee
7e87e7f4fb rename package per per comment, add comments, and drop unnecessary compile time check 2023-08-03 09:27:09 -05:00
Cody Lee
11142c0209 remove nl 2023-07-31 16:16:48 -05:00
Cody Lee
ffb8579369 add integration test guard;
datadog integration test works

influx package tests

update unifi version

golanglint-ci and address *all* issues.

all tests pass

bump unifi version
2023-07-31 14:40:33 -05:00
Cody Lee
c5e409adff per https://github.com/unpoller/unpoller/issues/575\#issuecomment-1641041603 fixes the other two data points that need to be re-cast 2023-07-18 16:56:50 -05:00
Cody Lee
2b186a9451 anomalies 2023-07-18 14:20:51 -05:00
Cody Lee
0aa406a2dc cast back to int64 so existing timeseries continue to ingest, influxdb is very strict about int vs float storage 2023-07-18 13:48:57 -05:00
Cody Lee
0e4affbcd5 update unifi to v0.3.5, fix flexint conversions 2023-07-18 11:59:41 -05:00
Cody Lee
0f915e88c9 bump unifi version and fix data types
https://github.com/unpoller/unpoller/issues/575
2023-07-18 10:57:23 -05:00
Cody Lee
c002283387 fixes the webserver default file path issues 2023-04-13 09:56:24 -05:00
Patrik Boström
d4dc0d76d6 Fix for upgradable metric for Prometheus 2023-02-25 22:46:26 +01:00
Cody Lee
2b185e88c7 fixes sitedpi strings on influx and prom 2023-01-23 17:32:14 -06:00
Cody Lee
27bab9a01c fixes client dpi strings on influx and prom 2023-01-07 11:36:11 -06:00
Cody Lee
1edb580084 bump unifi client and address
https://github.com/unpoller/dashboards/issues/20\#issuecomment-1364716049
and the duplicate https://github.com/unpoller/unpoller/issues/492
2023-01-06 21:12:24 -06:00
Cody Lee
3768c53512 CLI works 2022-12-22 18:16:43 -06:00
Cody Lee
db9bcd5687 add new interface for testing 2022-12-22 17:44:39 -06:00
Cody Lee
26e2771229 prom and influx support 2022-12-22 14:36:08 -06:00
Cody Lee
0ab3de2ec4 add dd support 2022-12-21 21:48:02 -06:00
Cody Lee
2bb5b1bd13 Merge pull request #480 from unpoller/bugfix-395
Invalid Influx URL causes unhelpful panic
2022-12-21 20:46:11 -06:00
Cody Lee
62f92cb068 Merge pull request #478 from unpoller/upgrade-metrics
"Upgradeable" metrics addition
2022-12-21 20:44:05 -06:00
Cody Lee
f092480019 add helpful guard when influxdb url is invalid to fix #395 2022-12-21 20:42:18 -06:00
Cody Lee
a2c8fa1af1 add missing commit 2022-12-21 20:35:45 -06:00
Cody Lee
0e5d743182 Add support to completely remove PII
https://github.com/unpoller/unifi/issues/56
2022-12-21 20:34:32 -06:00
Cody Lee
0329066fe5 remote upgrade metrics for #433 2022-12-21 20:14:22 -06:00
Cody Lee
acd6592f5c another NPE for #422 2022-12-20 21:35:06 -06:00
Cody Lee
2e8fb0b2ec FlexInt adaptation 2022-12-20 21:29:56 -06:00
Cody Lee
97b3a476f9 fixes NPE on issue #422 2022-12-20 20:53:48 -06:00
Cody Lee
3f509198fe change the order for which we check these to avoid a NPE 2022-12-20 20:09:04 -06:00
Cody Lee
ea64bbad45 parallize input initialization to speed up startup time for large number of inputs 2022-12-18 09:00:55 -06:00
Cody Lee
6ee728cba6 add additional source data for issue #414 2022-12-11 14:29:13 -06:00
Cody Lee
fded91ce40 fixed start loop 2022-12-11 13:00:40 -06:00
Cody Lee
4259d4f396 fix the default missing config based off example config, this was affecting #443 2022-12-09 10:01:47 -06:00
Cody Lee
4816c13431 Merge branch 'output-plugin-interface' of github.com:unpoller/unpoller into output-plugin-interface 2022-12-08 20:45:21 -06:00
Cody Lee
3e5dd38e2f duplicated assignment 2022-12-08 20:45:16 -06:00
Cody Lee
25871385b0 Merge branch 'master' into output-plugin-interface 2022-12-08 20:42:33 -06:00
Cody Lee
f392648182 add log info 2022-12-08 20:35:13 -06:00
Cody Lee
bd51cf59f3 move to a common pattern on output plugins to catch common issues 2022-12-05 22:00:48 -06:00
Cody Lee
a148f669da update per PR suggestions 2022-12-05 16:06:30 -06:00
Cody Lee
8273aafaf4 update readme 2022-12-04 20:44:52 -06:00
Cody Lee
c23b8893e9 find a way to merge 2022-12-04 20:38:44 -06:00
Cody Lee
247cc868b3 go 1.19 interface{} -> any 2022-12-03 16:32:12 -06:00
Cody Lee
837d131152 pull in https://github.com/unpoller/influxunifi/pull/5/files 2022-12-03 16:14:08 -06:00
Cody Lee
ed18fdaae3 fix 2022-12-03 15:50:10 -06:00
Cody Lee
1900e69d7a all to pkg 2022-12-02 20:48:01 -05:00
Cody Lee
06594f67eb move to the pkg dir 2022-12-02 20:46:16 -05:00