341 Commits

Author SHA1 Message Date
Daniel Preussker
66ab6482e1 Merge pull request #1326 from laf/issue-1307
Added latency support for devices + logging reasons why devices marked as down
2015-06-24 18:33:10 +00:00
laf
32c20b8a68 Added removing of IP addresses before ports are deleted 2015-06-24 15:38:54 +01:00
laf
03a5e768ec min/avg/max were in the wrong order 2015-06-23 09:48:36 +01:00
laf
9e5c6f87bb Changed default millisec + removed check for loss < 0 2015-06-23 09:01:36 +01:00
laf
0525ca79bc Updated to set millisec delay between packets 2015-06-22 23:23:14 +01:00
laf
30a27d719e Fix scrut issues + tidy more code 2015-06-22 23:02:11 +01:00
laf
6c9810fc3c Fix scrut issues 2015-06-22 22:55:32 +01:00
laf
eee2ae5be1 Added support for logging packet loss and min/max/avg response times on fping 2015-06-22 21:55:31 +01:00
Louis Rossouw
38952215f8 Small fix to ensure php compatability with older php. 2015-06-22 15:18:30 +02:00
Louis Rossouw
7f3f942e83 Adding the ability to use multiple poller groups for a poller. 2015-06-22 12:37:00 +02:00
Paul Gear
a2baae3ccf Move convenience functions into common; d_echo no longer adds "\n" automatically 2015-06-16 08:27:57 +10:00
Paul Gear
0cc75d7d1d Separate convenience function for RRD filename generation; tidy formatting 2015-06-16 08:27:57 +10:00
Paul Gear
6bfad7579c Add a couple of convenience functions to help make code tidier 2015-06-13 23:03:02 +10:00
Paul Gear
f236272acc Merge pull request #1184 from laf/issue-936
Updated BGP polling for Cisco to support CISCO-BGP4-MIB better
2015-06-13 10:20:58 +10:00
laf
e478a495f9 Changed to return during function processing 2015-06-12 16:24:02 +01:00
laf
15cd6d5662 Added fallback to false if it is not an IP 2015-06-11 19:42:54 +01:00
laf
fadc790040 Added function to check if ip already exists and updated addHost to use it 2015-06-11 19:34:11 +01:00
laf
a8c7499021 Mistake - sorted 2015-06-09 15:19:06 +01:00
laf
57b1ce7f33 Fix scrut bug 2015-06-09 15:04:07 +01:00
laf
851b7eb46f Fixed merge conflict 2015-06-09 14:36:45 +01:00
laf
77b9adabc2 More updates to bgp polling/disco and webui 2015-06-09 14:30:19 +01:00
f0o
2467b11290 Merge branch 'issue-laf-110-new' of git://github.com/laf/librenms into laf-issue-laf-110-new
Conflicts:
	html/pages/health/mempool.inc.php
	includes/defaults.inc.php
2015-06-07 10:44:39 +00:00
laf
702b75c0b7 Updates 2015-06-03 15:41:10 +01:00
laf
ffce63968f Fixed negative values for storage: http://munin-monitoring.org/ticket/1371 2015-06-02 17:36:10 +01:00
laf
1ca02fb3c5 Fix scrut issue 2015-06-02 17:07:47 +01:00
laf
b9dabae7d8 Updated BGP polling for Cisco to support CISCO-BGP4-MIB better 2015-06-02 16:32:39 +01:00
Paul Gear
6ed4112b17 Add further Ruckus model/version/serial support 2015-05-27 00:15:34 +10:00
laf
04a4987a23 Merge branch 'master' of github.com:laf/librenms into issue-laf-110-new
Conflicts:
	includes/defaults.inc.php
2015-05-25 18:06:49 +01:00
laf
0ccbc7a6b1 More updates 2015-05-25 18:05:11 +01:00
laf
388d30d2a6 updating to f0os function 2015-05-25 02:12:48 +01:00
laf
071dd060a3 Added fallback for poller_group if empty 2015-05-24 20:48:54 +01:00
laf
23f2825d1f Removed code that performs hostname check 2015-05-20 13:22:58 +01:00
Daniel Preussker
620d2ed194 Merge pull request #1069 from laf/issue-896
Added check if rename was successful
2015-05-19 18:58:53 +02:00
f0o
1f8db156eb Introduce own librenms user and remove rrds when removing a device 2015-05-19 14:44:13 +00:00
laf
b876ddd295 Added check if rename was successful 2015-05-19 10:54:24 +01:00
laf
6e84535031 Dynamic config system 2015-05-14 21:54:33 +01:00
f0o
0279c0f76e Allow per-OS definitions of bad_iftype, bad_if, bad_if_regexp
Supported:
```php
	$config['os'][$os]['bad_if'][] = '...';
	$config['os'][$os]['bad_if_regexp'][] = '...';
	$config['os'][$os]['bad_iftype'][] = '...';
```
Best to be used in `includes/definitions.inc.php`
2015-05-07 10:24:26 +00:00
laf
8093e87a49 Updated nested addhosts to use passed variables to initial addhost call 2015-04-30 21:39:10 +01:00
Alexander Sosna
5a7988e2e4 chmod 0644 to php files not directly executed 2015-04-28 22:58:03 +02:00
laf
deda8c2ab0 Final bits to the schedule maintenance section 2015-04-19 20:23:34 +01:00
Paul Gear
26564c6b19 Move & rename curl proxy function 2015-04-13 19:51:16 +10:00
laf
162775f3f4 Updated docs, updated callback to use new guidv4 function and links to stats url 2015-04-10 17:00:32 +01:00
laf
50cd4ed495 Moved the check for $force_add so that we do not suffer icmp and snmp timeouts - thanks f0o 2015-03-23 16:14:31 +00:00
laf
ab82effa3b Updated adding devices for distributed poller 2015-03-19 22:06:13 +00:00
laf
ec595c3eda Added support for adding / editing with a poller group selected 2015-03-19 12:00:03 +00:00
f0o
0f8074afa5 Added Debug-Info if required. 2015-03-12 15:51:40 +00:00
f0o
1f5d5eeeca Future proof db-cleanup on device deletion. 2015-03-05 22:57:02 +00:00
laf
c1ef9b6808 Resolved a large number index issues and update Console_Color to V2 2015-03-01 18:04:57 +00:00
Neil Lathwood
d15d228276 This should not be zero by default as that means alerts will be triggered constantly. Defaulting to 300 2015-02-26 01:25:25 +00:00
Neil Lathwood
cd43e11032 Fixed some scrut major issues 2015-02-22 19:28:09 +00:00