Commit Graph
6546 Commits
Author SHA1 Message Date
pblasquezandGitHub cf9432330e Change slack format to attachment style
As documented here: https://api.slack.com/docs/message-attachments

This change also makes things compatible with simple HTML templates by using strip_tags() on the template output.
2016-07-19 15:15:07 -07:00
Tony Murray 1f5cfe283e Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-07-18 15:58:56 -05:00
Tony Murray 0a8acc7649 Check for file missing string anywhere in stdout or stderr 2016-07-18 13:30:39 -05:00
Tony Murray 7c3ff521d8 Fix missing data fonetstats-snmp 2016-07-18 09:07:54 -05:00
Tony Murray 969a08c229 Fix extra data for TCP stats. 2016-07-18 08:36:59 -05:00
laf 5a9a963a03 Final fixes for billing 2016-07-17 20:35:50 +01:00
laf 054ed457b7 Merge branch 'master' of https://github.com/librenms/librenms into issue-3571 2016-07-16 13:18:18 +01:00
Tony Murray dd9e19d9ed Fix slow poller debug (waiting for output)
More robust rrdtool_check_rrd_exists() check
Line return after outputting the rrd command for easier to read debug output
Updated some phpdoc comments in rrdtool.inc.php
2016-07-15 12:21:09 -05:00
Neil LathwoodandGitHub e3a7d182f3 Merge pull request #3827 from thecityofguanyu/fix-ironware-vrf-rd
Fixed ironware VRF RD discovery
2016-07-13 11:48:36 +01:00
Neil LathwoodandGitHub e309ec060c Merge pull request #3820 from vitalisator/pbn-optical-sensor
add pbn SFP Sensors
2016-07-13 11:43:33 +01:00
Søren RosiakandGitHub d7a0c4391c Merge pull request #3781 from laf/max-repeaters 2016-07-12 21:21:16 +02:00
Chris A. Evans 48f6f314d1 fixed ironware VRF RD discovery 2016-07-11 16:17:43 -05:00
Neil LathwoodandGitHub 121781ce9a Merge pull request #3759 from Misch-/master
Always log why discovery fails
2016-07-11 19:02:51 +01:00
laf 0ec980c1cd Moved the device type discovery to before it is needed 2016-07-11 12:33:09 +01:00
laf 33415796bd Re-enable the ability to run a disabled module manually 2016-07-11 12:28:54 +01:00
vitalisator e5ee8a75a7 trim lower current limit 2016-07-11 10:14:53 +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
Carlin Mische ebe42a023d Changed snmp access failed logging to reflect that host could be unreachable too 2016-07-10 20:34:10 -05:00
Søren RosiakandGitHub 919b50f76b Merge pull request #3816 from laf/issue-3748 2016-07-10 22:12:03 +02:00
Søren RosiakandGitHub 4b6816a8d3 Merge pull request #3812 from laf/issue-3795 2016-07-10 22:09:44 +02:00
vitalisator 65dcdc5ac9 add pbn SFP Sensors 2016-07-10 20:05:33 +02:00
thecityofguanyu f7c29640fa fixed typo in adtran-aos mempools discovery if conditional 2016-07-10 09:53:33 -05:00
laf 4b282018b2 Check firmware version of poweralert units before applying divisor for current sensor 2016-07-09 22:33:42 +01:00
laf fdce2d0a28 Added ability to lookup device from IP in syslog 2016-07-09 20:01:35 +01:00
Neil LathwoodandGitHub 8ffc889492 Merge pull request #3792 from crcro/apps-nfs-stats
Apps nfs stats
2016-07-09 19:12:43 +01:00
Neil LathwoodandGitHub eace7333d0 Merge pull request #3804 from thecityofguanyu/thecityofguanyu/add-binos-temperature-sensor
Add discovery/polling support for Telco Systems BiNOS
2016-07-09 18:06:29 +01:00
laf 2530173aac Added d_echo() to ipmi poller 2016-07-09 17:43:21 +01:00
thecityofguanyuandGitHub 17fc6ea114 Changed str_replace to trim 2016-07-09 09:39:54 -05:00
Tony Murray 01cfb960d1 Fix sensors rrd name issue
Use last instead of first, as last won't flush rrdcached
Only stream_select if timeout > 0
Attempt to fix mysql
2016-07-08 22:58:36 -05:00
Tony Murray c5c5469179 Fix rrdtool_check_rrd_exists() 2016-07-08 14:35:00 -05:00
Chris A. Evans 9c145b5475 Added discovery/polling support for Telco Systems BiNOS
Changes to be committed:
	new file:   includes/discovery/mempools/binos.inc.php
	new file:   includes/polling/mempools/binos.inc.php
2016-07-08 14:15:37 -05:00
Chris A. Evans 2df92b5ca9 fixed lantronix-slc temperature sensor discovery 2016-07-08 08:30:38 -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
walrus ff351c3ba3 renamed: includes/polling/adtran-aos.inc.php -> includes/polling/mempools/adtran-aos.inc.php 2016-07-07 19:21:05 -05:00
walrus 6d720fe5b2 Added Adtran AOS Mempool reporting
Changes to be committed:
	new file:   includes/discovery/mempools/adtran-aos.inc.php
	new file:   includes/polling/adtran-aos.inc.php
2016-07-07 19:19:14 -05:00
Chris A. Evans e63f7d6c13 moved slcSystemModelString.0 to features 2016-07-07 15:09:43 -05:00
Chris A. Evans 88d916ff5c fixed model dicovery -- slcSystemModelString.0 does not work on older SW versions 2016-07-07 15:06:39 -05:00
Chris A. Evans 4a70d2e08b * Modified Lantronix SLC modules to snmpget against OID names via MIB rather than OID numbers
* Added Copyright disclaimer to Lantronix SLC modules

 Changes to be committed:
	modified:   includes/discovery/os/lantronix-slc.inc.php
	modified:   includes/discovery/sensors/temperatures/lantronix-slc.inc.php
	modified:   includes/polling/os/lantronix-slc.inc.php
2016-07-07 13:52:18 -05:00
Chris A. Evans f60bccccc6 created lantronix-os branch 2016-07-07 13:32:32 -05:00
laf 55c886b08e Fix conflict 2016-07-07 19:11:13 +01:00
laf eb58daa207 Scrut fixes 2016-07-07 19:10:37 +01:00
Neil LathwoodandGitHub 0f5cfb5af1 Merge pull request #3782 from murrant/git-date
Add date to git version info
2016-07-07 19:09:15 +01:00
Neil LathwoodandGitHub ca73042add Merge pull request #3787 from thecityofguanyu/thecityofguanyu/add-adtran-os
Thecityofguanyu/add-adtran-os
2016-07-07 16:05:06 +01:00
Chris A. Evans ff844dce70 fixed os name case 2016-07-07 08:44:54 -05:00
crcro 93b891b9e3 added a new application monitoring: nfs server stats 2016-07-07 11:05:49 +00:00
Carlin Mische f90b2aa7ff Fixed using undefined variable in discovery failure logging 2016-07-07 00:01:24 -05:00
Tony Murray debe052f56 Re-add missing data 2016-07-06 19:06:54 -05:00
Tony Murray 8362039f67 Support older versions of git 2016-07-06 18:29:41 -05:00
Neil LathwoodandGitHub 1e42c815c4 Merge pull request #3788 from murrant/fix-device-groups
Fix device group search
2016-07-06 23:14:19 +01:00