28 Commits

Author SHA1 Message Date
75927c8389 Revert "Mattermost Alert Transport (#9711)"
This reverts commit 09d500812ea0bfa1e7a935af09b7d9e060a0e09a.
2019-01-26 07:59:04 +01:00
09d500812e Mattermost Alert Transport (#9711)
* fixed #5659
Added support for Mattermost notifications.

George Pantazis <gpant@eservices-greece.com>

* Update Mattermost.php

* changes as requested by @murrant
2019-01-25 15:35:42 -06:00
d6c54af9e1 Collectd graph bug fix (#8855)
- fix graph color handling bug
- fix graph listing when metagraph exists
- show collectd metric name (plugin and type) in title

DO NOT DELETE THIS TEXT

#### Please note

> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.

- [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/)

#### Testers

If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
2018-07-07 14:27:46 +01:00
85d0e3b98e refactor: Move nested defaults to Config::processConfig() (#8429)
* Move nested defaults to Config::processConfig()

Fixes log_file when users set log_dir for example.

Removed stuff:
mibdir
dp_autocreate
base_url: setting http/https before config.php is loaded...
moved collectd setting to it's own config file

* add base_url mod back.
I thought that since definitions is called before config.php it was useless, but it changes the built in definition between http and https.
2018-04-03 15:53:25 +01:00
340935e5b0 refactor: Update collectd functions.php to use non-conflict rrd_info function #5478 (#5642) 2017-01-28 00:52:12 +00:00
8c639aa5a4 PSR2 Cleanup: /html edition
Travis tests for code conformance. Ignore warnings for now.
Fixed all errors, left most warnings.
2016-08-18 21:29:30 -05:00
f5f31e88ac Use namespaces for classes, take 2
CollectdColor, move into it's own file, change functions to camelCase
Plugins use LibreNMS\Plugins
2016-08-17 20:26:51 -05:00
809969efc9 Revert "Use namespaces for classes" 2016-08-17 21:27:56 +01:00
709de9a166 Use namespaces for classes
CollectdColor, move into it's own file, change functions to camelCase
Plugins use LibreNMS\Plugins
2016-08-15 14:04:39 -05:00
a13d148fb1 Added Signal Sensor 2016-03-22 10:37:07 -04:00
0cc3e1a9e2 Remove php closing tags to fix scrut issues 2015-08-04 19:29:43 +02:00
3edce4d7e1 remove checks for options that socket does not use 2015-07-16 11:11:11 -04:00
721455a0d7 don't override the socket option 2015-07-16 11:10:32 -04:00
d8693f05ae Fix coding style part 2 2015-07-15 11:04:22 +02:00
ebd0f6fc35 Apply "Squiz" code style on old (pre-2014) files 2015-07-11 16:12:35 +02:00
b92e9f2d8f Update to the freqency DS used in collectd > 5.0
Similar to #1347 and #1349
2015-06-30 07:46:09 -04:00
02780b8e72 entropy DS name is value. 2015-06-26 08:02:20 -04:00
523cb83e91 Correct Apache collectd DS 2015-06-26 07:50:37 -04:00
2ef0cf8b80 Fixed the performance issues in scrut 2015-02-22 17:27:22 +00:00
b273e04241 /// -> //
git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 12:24:34 +00:00
cacf913a55 # -> / for phpdoc
git-svn-id: http://www.observium.org/svn/observer/trunk@3239 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 11:29:53 +00:00
d864ce234f kill a whole bunch of trailing spaces
git-svn-id: http://www.observium.org/svn/observer/trunk@2516 61d68cd4-352d-0410-923a-c4978735b2b8
2011-09-20 09:55:11 +00:00
bf694bdb09 sloped graphs for collectd (why weren't we already doing this? it's standard observium format :))
git-svn-id: http://www.observium.org/svn/observer/trunk@2144 61d68cd4-352d-0410-923a-c4978735b2b8
2011-04-23 10:28:27 +00:00
e25e9699bc use config variable for rrdtool for collectd
git-svn-id: http://www.observium.org/svn/observer/trunk@2045 61d68cd4-352d-0410-923a-c4978735b2b8
2011-04-09 14:46:01 +00:00
7a0db16f2c more improvments to collectd
git-svn-id: http://www.observium.org/svn/observer/trunk@1603 61d68cd4-352d-0410-923a-c4978735b2b8
2010-08-01 16:30:43 +00:00
c8513a22ba collectd improvements
git-svn-id: http://www.observium.org/svn/observer/trunk@1602 61d68cd4-352d-0410-923a-c4978735b2b8
2010-08-01 15:58:25 +00:00
5d2583a72e add rrdcached support to collectd
git-svn-id: http://www.observium.org/svn/observer/trunk@1601 61d68cd4-352d-0410-923a-c4978735b2b8
2010-08-01 15:31:39 +00:00
b0297704e5 move more settings to defaults.inc.php, vastly simplify config.php.default. move collectd functions to html/includes/, include them only where needed.
git-svn-id: http://www.observium.org/svn/observer/trunk@1390 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-17 20:30:05 +00:00