795 Commits

Author SHA1 Message Date
Tony Murray
e3772e2653 Don't use $config['rrdcached_dir'] anymore, always use relative directories when using rrdcached.
Wait for output on every command, this prevents input left in the buffer from messing up subsequent commands.
It doesn't seem like there is a penalty, but I'd have to do more testing.
2016-07-25 16:24:09 -05:00
Neil Lathwood
42a8c27237 Merge pull request #3821 from adaniels21487/issue-3272-1
Component Update - Status
2016-07-25 20:13:25 +01:00
Tony Murray
ab8452e7f8 Add PowerDNS Recursor docs to Agent-Setup.md 2016-07-24 22:20:43 -05:00
Tony Murray
52d5e82379 Remove my Applications.md 2016-07-24 21:45:11 -05:00
Tony Murray
a8d66ddf72 Add Applications docs 2016-07-22 15:36:19 -05:00
Tony Murray
d7a7c5ef00 Doc updates 2016-07-20 09:09:19 -05:00
Tony Murray
1f5cfe283e Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-07-18 15:58:56 -05:00
Søren Rosiak
d7a0c4391c Merge pull request #3781 from laf/max-repeaters 2016-07-12 21:21:16 +02:00
Aaron Daniels
52455e1128 Component Update - Status
- Align the component status field with the Nagios standard
  0=ok, 1=warning, 2=critical
- Modify existing modules to report these status' (Cisco-OTV)
- Add/Modify Alerting Macros to use these status'
- Add the a component status widget
- update edit page to report these status'
2016-07-11 16:51:01 +10:00
Søren Rosiak
53a4e0385c Merge pull request #3726 from laf/api-arp 2016-07-10 22:08:21 +02:00
Tony Murray
f4a1e2798a Merge pull request #3758 from laf/macros-templates
Added more macros and alert templates
2016-07-09 21:20:49 -05:00
Tony Murray
bc40f6ebea Add user/group to rrdcached command 2016-07-08 21:00:14 -05:00
Tony Murray
a1ab19047e Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-07-07 21:28:47 -05:00
Tony Murray
57650e4ffc Remove nfs requirement for distributed poller (with rrdtool 1.5+)
Use data_update instead of rrd_update/rrd_create and influx_update
Centralize rrd file check so we can check against a remote rrdcached server too
Use rrd_name() to generate rrd file names
2016-07-07 21:10:06 -05:00
laf
039c824843 Updated dist-polling docs 2016-07-07 23:42:11 +01:00
Neil Lathwood
a18f420741 Merge pull request #3774 from murrant/murrant-psr2
Update Code-Guidelines.md to use PSR-2
2016-07-07 18:55:20 +01:00
laf
64e256d47a Added faq doc 2016-07-06 16:25:41 +01:00
laf
d3b1a57bdd Updated install faq 2016-07-06 15:22:37 +01:00
laf
184e48310d More updates 2016-07-06 12:28:40 +01:00
Tony Murray
3e9e1104af Update Code-Guidelines.md 2016-07-05 11:14:19 -05:00
laf
d9e9b692be Removed need to chown index 2016-07-03 19:37:28 +01:00
laf
def10bbe7c Merge branch 'master' of https://github.com/librenms/librenms into docs-ubuntu1604 2016-07-03 19:36:24 +01:00
laf
87d9902cac Updated changelog for June 2016-07-03 18:29:14 +01:00
laf
51918400a2 ampage to amperage 2016-07-01 10:12:34 +01:00
Brandon Boudrias
cccb07d2a7 matching default port description types with their names 2016-06-30 17:05:55 -07:00
laf
be12871a34 Fixed speeling mistake :) 2016-06-30 21:44:43 +01:00
laf
d7b158fd2c Added some more macros and alert templates 2016-06-30 21:37:01 +01:00
laf
0b8f06efa3 Added support for searching for arp entry 2016-06-27 14:48:07 +01:00
laf
6df910f225 Merge branch 'master' of https://github.com/librenms/librenms into docs-ubuntu1604 2016-06-17 09:29:44 +01:00
laf
99710dffa4 Fixed spelling mistake 2016-06-17 09:28:28 +01:00
laf
f9d59480ac Fixed path names to php.ini 2016-06-16 18:57:51 +01:00
laf
cb0ebeb25a Updated faqs 2016-06-16 16:20:05 +01:00
laf
2ca9fb6b7d Removed deprecated config options for email alerting 2016-06-16 16:04:58 +01:00
laf
b43253b16b Updated distributed polling docs to be a bit clearer and include full config examples 2016-06-16 15:57:14 +01:00
laf
a3a508d569 Added/Updated requirements for InfluxDB 2016-06-16 11:52:43 +01:00
laf
a8eb9863fe Added new install docs 2016-06-16 11:31:45 +01:00
laf
9ec298e3b0 Merge branch 'master' of https://github.com/librenms/librenms into docs-ubuntu1604 2016-06-16 10:31:56 +01:00
laf
1774d0a3d7 Added info on when discovery runs 2016-06-16 10:22:17 +01:00
laf
26e23545e3 Added additional config option to docs 2016-06-16 10:19:59 +01:00
laf
5497af750f Added docs for auto discovery 2016-06-16 10:16:13 +01:00
laf
1d678642b3 Updated docs and webui 2016-06-13 22:04:51 +00:00
Neil Lathwood
2b47c927f9 Merge pull request #3568 from gcoeugnet/master
Add procedure management from alerting widget
2016-06-12 19:26:01 +01:00
laf
26011752d9 Updated changelog until June 2016 2016-06-12 17:54:47 +00:00
Dave Bell
c2bf94254d Fix Markup on config documentation page 2016-06-08 09:23:43 +01:00
Guillaume COEUGNET
7c8a32e324 Add procedure doc 2016-06-07 09:43:12 +02:00
Neil Lathwood
2ebdb3c083 Update CentOS-image.md 2016-06-03 20:19:53 +01:00
Neil Lathwood
5117f5330a Update Ubuntu-image.md 2016-06-03 20:14:41 +01:00
Neil Lathwood
9df0ac8e68 Merge pull request #3548 from geordish/update-docs-and-fix-rule
Update docs and fix rule
2016-05-26 19:56:07 +01:00
Neil Lathwood
2a1ae6a3f9 Merge pull request #3531 from wiad/issue-3530
Added auth module combining http authentication and AD authorization
2016-05-26 19:46:26 +01:00
Dave Bell
3674143f43 Fix documentation issue for checkout out other peoples commits 2016-05-25 13:24:32 +01:00