CrazyMax
83237bcb6c
Update travis build
2018-12-02 22:42:40 +01:00
CrazyMax
61485e9e3f
Typo
2018-12-02 22:41:39 +01:00
CrazyMax
93bec093c9
Update travis
2018-11-25 20:47:50 +01:00
CrazyMax
0750f30865
Typo
2018-11-25 07:33:11 +01:00
CrazyMax
226b8495b6
Update CHANGELOG
2018-11-25 07:12:53 +01:00
CrazyMax
3f433e2d2f
Optimize layers
2018-11-25 07:12:25 +01:00
CrazyMax
b455610746
Fix dbcmd in entrypoint
2018-11-25 07:01:18 +01:00
CrazyMax
c2f269e19e
Update CHANGELOG
2018-11-21 21:00:46 +01:00
CrazyMax
2ed2b7639b
Merge pull request #5 from shamsway/master
...
Add php7-ldap
2018-11-21 20:57:56 +01:00
Matt Elliott
952f0ca7f1
Update Dockerfile
...
Remove musl and libldap
2018-11-21 13:13:04 -05:00
CrazyMax
8fb36fbb16
Coding style
2018-11-18 17:08:50 +01:00
CrazyMax
f393bec0cc
Codacy
2018-11-18 17:08:10 +01:00
Matt Elliott
33ed56acca
Add php7-ldap
2018-11-13 15:53:26 -08:00
CrazyMax
c86ef44695
Merge pull request #2 from librenms/laf-patch-1
...
Updated to 1.45
2018-10-29 02:11:25 +01:00
Neil Lathwood
cbc5144290
Update Dockerfile
2018-10-28 23:07:23 +00:00
Neil Lathwood
73d1ac1e43
Update CHANGELOG.md
2018-10-28 23:06:55 +00:00
Neil Lathwood
5a7a17dc2b
Update .travis.yml
2018-10-28 23:06:24 +00:00
CrazyMax
758814586e
Add MicroBadger hook
2018-10-23 10:41:04 +02:00
CrazyMax
bb201eeb32
Update since migration to LibreNMS organization
2018-10-23 10:30:19 +02:00
CrazyMax
b79a632064
Update PHP extensions
2018-10-17 15:05:51 +02:00
CrazyMax
6173a6ccd9
Merge pull request #8 from crazy-max/develop
...
Upgrade to LibreNMS 1.44
2018-10-17 15:00:33 +02:00
CrazyMax
d2f94c7368
Upgrade to LibreNMS 1.44
...
Add busybox-extras and bind-tools packages
2018-10-17 14:59:20 +02:00
CrazyMax
75a29d365c
Merge pull request #6 from crazy-max/develop
...
Update compose config
2018-10-04 13:40:42 +02:00
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