1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 10:15:22 +00:00
Commit graph

436 commits

Author SHA1 Message Date
Santiago Z
4c05fc80c3
Update CHANGELOG.md (#319)
Fix id PR
2022-10-23 20:20:18 +02:00
CrazyMax
b2e30bf75f
Update CHANGELOG 2022-10-22 09:23:07 +02:00
Tony Murray
7cf09447a5
Enable the First Run Wizard (#280)
Use the first run wizard instead of creating an admin user with a known password.
2022-10-22 09:20:36 +02:00
La
ee333d4357
LibreNMS 22.10.0 (#318) 2022-10-22 08:52:43 +02:00
Seti
e35fa8e600
Add openssh-client for the check_by_ssh plugin (#312) 2022-09-22 23:48:11 +02:00
CrazyMax
00fa54010b
Update CHANGELOG 2022-09-22 23:43:38 +02:00
La
0d2a2e3864
update to 22.9.0 (#314) 2022-09-22 02:15:56 +02:00
Tony Murray
48251ee063
Merge pull request #313 from librenms/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-09-21 19:12:10 -05:00
dependabot[bot]
cabd8e407c
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-21 06:53:15 +00:00
CrazyMax
aa962b1ba9
Update README 2022-08-23 20:09:46 +02:00
CrazyMax
5d5c4fe6dc
Update CHANGELOG 2022-08-23 20:04:28 +02:00
CrazyMax
38791ad0af
Update weathermap plugin to 697ac3c (#309)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-08-23 20:03:24 +02:00
CrazyMax
528545688d
Update CHANGELOG 2022-08-23 04:08:57 +02:00
La
479e03be24
LibreNMS 22.8.0 (#306) 2022-08-23 04:01:14 +02:00
CrazyMax
803f8a8cff
Update CHANGELOG 2022-08-14 15:31:06 +02:00
CrazyMax
d7496bbade
Fix container restart state with Weathermap (#304)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-08-14 15:29:29 +02:00
CrazyMax
e95987bcf2
Update CHANGELOG 2022-08-13 02:12:15 +02:00
CrazyMax
2516b309d9
Remove Weathermap plugin while waiting for a fix upstream (#302)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-08-13 02:10:41 +02:00
CrazyMax
0af72265d4
Fix symlink and perms for weathermap plugin configs folder (#301)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-08-13 01:46:30 +02:00
CrazyMax
dc731efce3
Ensure REDIS_SCHEME is set with default value (#300)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-08-13 01:28:11 +02:00
Aterfax
3c84a0a6b5
Fix issue with alerts not functioning correctly. (#298)
This should address the issues mentioned in https://github.com/librenms/docker/issues/297
2022-08-13 00:55:30 +02:00
CrazyMax
07f3baab8e
Update CHANGELOG 2022-07-24 21:22:38 +02:00
La
afba315012
LibreNMS 22.7.0 (#295) 2022-07-24 21:16:16 +02:00
CrazyMax
d57413a9cf
test-edge workflow to test librenms master branch (#293)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-16 15:57:08 +02:00
Tony Murray
27c4be0b7c
Always set rrdtool version (#292) 2022-07-16 15:16:52 +02:00
Tony Murray
3ec606df05
Shallow clone to reduce build time (#291) 2022-07-15 21:01:24 +02:00
Tony Murray
9c30554e81
YAML based config (#225) 2022-07-15 06:23:36 +02:00
CrazyMax
d9dab05eb0
Move REDIS env vars in librenms.env file (#290)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-14 16:27:47 +02:00
CrazyMax
fc9666248d
Update to PHP 8 and Alpine Linux 3.16 (#289)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-14 16:12:07 +02:00
CrazyMax
a9e2bbf252
Fix README 2022-07-14 15:21:03 +02:00
Tony Murray
6cece230da
Remove memcached and use redis fully (#286) 2022-07-14 15:18:47 +02:00
PJGuyTen
cedde585f6
Verifying user and group in lnms script (#278) 2022-07-14 15:14:39 +02:00
CrazyMax
a290b46d5d
Update CHANGELOG 2022-07-14 14:10:00 +02:00
CrazyMax
b48e1dc6e1
Update CHANGELOG 2022-07-14 14:07:45 +02:00
CrazyMax
951008d69e
add PHP GMP extension (#288)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-14 14:04:41 +02:00
CrazyMax
a552bf285d
Fix README 2022-07-13 03:50:57 +02:00
CrazyMax
f6a7b495c4
Merge documentation (#285)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-13 03:48:37 +02:00
CrazyMax
2c4abe5f34
ci: test workflow (#284)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-13 03:14:34 +02:00
CrazyMax
b1c2fd7423
Ensure scripts exit early on error and set shellcheck (#283)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-13 03:02:55 +02:00
d-k-7
675c93441d
Add MAX_INPUT_VARS env var (#271) 2022-07-13 02:01:51 +02:00
Tony Murray
c95e0d57b6
Merge pull request #281 from murrant/trim_image
Reduce image size by about 200MB
2022-07-09 02:48:17 -05:00
Tony Murray
708131fe87
Reduce image size by about 200MB
Remove test data that is not used in production
2022-07-09 02:04:54 -05:00
CrazyMax
c8f4901ee3
Update CHANGELOG 2022-06-17 15:39:42 +02:00
hjcday
6ad66f6007
LibreNMS 22.6.0 (#275) 2022-06-16 10:05:37 +02:00
CrazyMax
17c9bd63ed
Update CHANGELOG 2022-05-28 22:26:11 +02:00
La
7dc0719896
LibreNMS 22.5.0 (#272) 2022-05-28 22:24:54 +02:00
CrazyMax
b102459a21
Bump action to latest major 2022-05-26 18:40:49 +02:00
CrazyMax
47df3999ac
cleanup workflow 2022-05-26 09:33:09 +02:00
CrazyMax
9316b6a081
ci: add concurrency check 2022-05-07 22:09:28 +02:00
CrazyMax
4735fdba20
Bump Docker actions (#269)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-07 22:06:33 +02:00