1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-20 16:56:14 +00:00
Commit graph

56 commits

Author SHA1 Message Date
CrazyMax
d126d5bbfa
Update compose config 2018-10-04 13:39:23 +02:00
CrazyMax
40db93e32f
Replace Nagios with Monitoring Plugins 2018-09-29 05:00:56 +02:00
CrazyMax
645f76d350
Small typo 2018-09-29 04:01:33 +02:00
CrazyMax
4cf15d866d
Typo 2018-09-29 03:56:22 +02:00
CrazyMax
2dd37e345c
Update README 2018-09-29 03:51:42 +02:00
CrazyMax
23c4d47f1d
Check if nagios plugin executable 2018-09-29 03:49:38 +02:00
CrazyMax
e1bbb37f2d
Typo 2018-09-29 03:44:58 +02:00
CrazyMax
486e371fd4
Ability to add custom nagios plugins through /data/nagios-plugins
Install official nagios-plugins package
Services enabled by default
2018-09-29 03:38:09 +02:00
CrazyMax
e53856e09f
Update CHANGELOG 2018-09-26 01:11:56 +02:00
CrazyMax
76a68aa562
Merge pull request #5 from laf/patch-1
Added ttf-dejavu to Dockerfile
2018-09-26 01:09:02 +02:00
Neil Lathwood
8798b73934
Added ttf-dejavu to Dockerfile
Fixes: #4
2018-09-25 21:50:34 +01:00
CrazyMax
6bd6385a10
Set default port for MEMCACHED_PORT and RRDCACHED_PORT 2018-09-24 23:15:47 +02:00
CrazyMax
f9fd0940d7
Fix travis 2018-09-24 15:08:41 +02:00
CrazyMax
2bfe24df6b
Update CHANGELOG 2018-09-24 15:02:02 +02:00
CrazyMax
7fd2546223
Coding style 2018-09-24 15:01:52 +02:00
CrazyMax
82072fdb52
Coding style 2018-09-24 15:00:39 +02:00
CrazyMax
3e05b445c3
Merge pull request #3 from connectitnet/fping6
Fix for missing binary fping6 in alpine and permissions
2018-09-24 11:24:40 +02:00
CrazyMax
7e1aab98aa
Merge pull request #2 from connectitnet/master
Add support for distributed pollers and related functionality
2018-09-24 11:24:18 +02:00
Jonathan Senecal
6028e2ffe4 Revert "Add CAP_NET_RAW on fping6"
This is not required since the fping6 exe is a script that calls fping
bin (which has CAP_NET_RAW)

This reverts commit 5eb35a1e55.
2018-09-21 16:27:10 -04:00
Jonathan Senecal
a6abc7fd5d Fixes for validate.php nologin errors and missing setfacl binaries
```
[FAIL]  fping could not be executed. fping must have CAP_NET_RAW capability (getcap) or suid. Selinux exlusions may be required.
 ()
[FAIL]  fping6 could not be executed. fping6 must have CAP_NET_RAW capability (getcap) or suid. Selinux exlusions may be required.
 ()
nologin: unrecognized option: c
Try 'nologin --help' for more information.
```
2018-09-21 16:26:27 -04:00
Jonathan Senecal
5eb35a1e55 Add CAP_NET_RAW on fping6
Prevents `validate.php` from complaining.
2018-09-21 15:18:19 -04:00
Jonathan Senecal
133b1b4693 Merge branch 'master' into fping6 2018-09-21 11:08:44 -04:00
Jonathan Senecal
507ea1515a Missing CAP_NET_RAW on nmap and fping 2018-09-21 10:59:05 -04:00
Jonathan Senecal
cb07a9cfeb Typo fix 2018-09-21 10:58:36 -04:00
Jonathan Senecal
cd9defce7b Removed CONTRIBUTORS 2018-09-21 10:54:46 -04:00
Jonathan Senecal
040265c7e0 fping is in sbin 2018-09-14 16:52:38 -04:00
Jonathan Senecal
3b21211547 Fix data permissions for crontab too 2018-09-14 16:28:40 -04:00
Jonathan Senecal
b62776733a Added fping6 support 2018-09-14 16:22:49 -04:00
Jonathan Senecal
8639c39263 Added rrdtool_version' to config
[docs](https://github.com/librenms/librenms/blob/master/doc/Extensions/RRDCached.md)
2018-09-14 16:15:03 -04:00
Jonathan Senecal
09e5fa3425 Copy/Paste mistake... 2018-09-14 15:28:34 -04:00
Jonathan Senecal
973bde90f6 Update documentation 2018-09-13 15:47:00 -04:00
Jonathan Senecal
6ee3a5600a Added the ability to configure distributed polling 2018-09-13 15:06:53 -04:00
Jonathan Senecal
f9949d1491 Cleanup from previous commit 2018-09-13 13:58:50 -04:00
Jonathan Senecal
e20faf98db Configurable DB_TIMEOUT 2018-09-13 13:15:04 -04:00
Jonathan Senecal
deb9929cb8 Use Bash 2018-09-13 13:02:47 -04:00
Jonathan Senecal
88a95b236b Add lines to docstring 2018-09-13 11:37:56 -04:00
Jonathan Senecal
a38d043401 Allow setting sensible variables via files 2018-09-13 11:27:57 -04:00
Jonathan Senecal
6e032f3a81 Provide ability to override Memcached and RRD ports 2018-09-13 11:19:27 -04:00
Jonathan Senecal
0dd57a170c Ignore Visual Studio Code project dir. 2018-09-13 11:04:15 -04:00
Jonathan Senecal
6fdea112c7 Adding python-memcached module required for distributed poller setup
See [the docs](https://docs.librenms.org/#Extensions/Distributed-Poller/#distributed-poller)
2018-09-13 10:51:18 -04:00
CrazyMax
9a0c90e9d3
Upgrade to LibreNMS 1.43 2018-09-10 22:11:16 +02:00
CrazyMax
1d0d2be11c
Spelling 2018-09-01 18:56:57 +02:00
CrazyMax
280f6b32e4
Dockerfile maintainer deprecated 2018-09-01 18:50:25 +02:00
CrazyMax
5587c151c0 Upgrade to LibreNMS 1.42.01 2018-08-05 14:12:06 +02:00
CrazyMax
fbf5c47531 Update README 2018-08-02 23:43:05 +02:00
CrazyMax
4ae20d66a0 Upgrade to LibreNMS 1.42
Add syslog-ng support
2018-08-02 23:25:26 +02:00
CrazyMax
86683612c5 Typo 2018-07-08 15:37:49 +02:00
CrazyMax
fba217b8a1 Remove SSMTP and add SMTP relay container example 2018-07-08 15:09:54 +02:00
CrazyMax
9396e72dbb Fix compose 2018-07-07 23:56:28 +02:00
CrazyMax
fc4174930d Add user config
Fix directories config for cron
2018-07-07 23:37:55 +02:00