Commit Graph

271 Commits

Author SHA1 Message Date
Tony Murray
ead28f6acd Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-08-07 08:22:32 -05:00
Tony Murray
08a2005acd Merge pull request #3949 from florianbeer/memcached
Add snmp polling capability for Memcached
2016-08-05 14:01:17 -05:00
Neil Lathwood
cdac67ddd8 Merge pull request #3972 from florianbeer/patch-1
Update rsyslog 5 template
2016-08-05 19:58:24 +01:00
Florian Beer
69166e37a9 Resolve merge conflicts 2016-08-05 20:51:22 +02:00
Florian Beer
695f7b70c4 Update rsyslog 5 template
We want textual representations of "syslogfacility" and "syslogpriority".

Also I think it's better to use "timereported" than "timegenerated". Otherwise your log messages would be out of order if the servers don't all run in the same timezone (localtime).
2016-08-05 14:42:46 +02:00
crcro
1476650740 app-dhcp-stats initial release 2016-08-05 14:46:29 +03:00
Florian Beer
1c5dd3f2c6 OS Updates apt-get documentation 2016-08-04 13:34:40 +02:00
Daniel Preussker
c63728c552 Merge pull request #3932 from murrant/spelling-fix
PowerDNS-Recursor improvements
2016-08-04 05:38:26 +00:00
laf
4116b2af90 Added more clarification + snmp-scan usage 2016-08-03 22:01:05 +01:00
laf
333c6bab2a Updated auto discovery docs and pointed users to them on install 2016-08-03 21:45:54 +01:00
crcro
7dfc4db15a app-os-updates initial release 2016-08-02 18:42:31 +03:00
Tony Murray
e8af37ef03 PowerDNS-Recurosor improvements
Add config variables for direct connection
Fix spelling
2016-08-02 08:27:06 -05:00
Tony Murray
61669be531 Application doc updates
Mysql requires php-cli and mysql extension
Older versions of systemd don't support --now
2016-08-01 14:59:09 -05:00
Tony Murray
97daf3dd54 Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-08-01 10:18:28 -05:00
Florian Beer
7e02dfc5e3 Add rsyslog 5 example to syslog documentation 2016-07-31 19:12:07 +02:00
Tony Murray
8553646aa7 Merge pull request #3885 from laf/issue-3860
Added support for multiple emails
2016-07-28 16:46:49 -05:00
laf
13f07fe0da Updated out of date link 2016-07-28 21:21:43 +01:00
Neil Lathwood
f501fa73bf Merge pull request #3886 from murrant/doc-applications
Rename Agent Setup to Applications
2016-07-28 20:23:14 +01:00
Neil Lathwood
db00e262ec Merge pull request #3852 from pblasquez/patch-7
Change slack format to attachment style
2016-07-27 08:47:52 +01:00
Tony Murray
66a500cd28 Rename Agent Setup to Applications
This is to make the document easier to find.  No one sets out with a goal to set up an agent (unless they are told to).  They want to monitor an application.  Coming to this doc will give them a list of applications they can monitor and ways they can collect the data from the application.  (Direct, SNMP Extend, or Agent)

There needs to be a lot of expansion here, but this is a start.  I'd like to see most applications support 2-3 ways of collecting data.
2016-07-26 21:27:12 -05:00
pblasquez
a5383b9806 Adding new slack information 2016-07-26 18:03:08 -07:00
Tony Murray
2c98fd7426 Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-07-26 19:29:11 -05:00
laf
c162b42763 Updated alerting doc 2016-07-26 22:31:28 +01:00
Neil Lathwood
57499c456f Merge pull request #3869 from murrant/app-pdns-recursor
New App: Powerdns Recursor
2016-07-26 20:51:19 +01:00
Tony Murray
8d950a4ed7 More compact debug output.
RRDC_USER is not used in the systemd unit file (this isn't how you set an environment variable), so remove it.
2016-07-25 20:12:40 -05:00
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
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
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
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
laf
039c824843 Updated dist-polling docs 2016-07-07 23:42:11 +01:00
laf
51918400a2 ampage to amperage 2016-07-01 10:12:34 +01: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
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
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
Guillaume COEUGNET
7c8a32e324 Add procedure doc 2016-06-07 09:43:12 +02: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
Dave Bell
45b331b100 Update documentation, and fix rule in database 2016-05-24 17:40:18 +01:00
Adam Winberg
1a297b8ac5 Added documentation 2016-05-20 09:47:53 +02:00
Mark Schouten
3e1b3a0d96 Add example configuration for SNMP Proxy 2016-05-17 15:26:59 +02:00
laf
624fbede32 Added ability to specify a different tile url 2016-05-02 19:59:45 +00:00