317 Commits

Author SHA1 Message Date
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
ffce63968f Fixed negative values for storage: http://munin-monitoring.org/ticket/1371 2015-06-02 17:36:10 +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
Neil Lathwood
a4d3c8709d Fixed the scrut coding style issues 2015-02-22 16:45:40 +00:00
Neil Lathwood
8deae3ff79 Added Hikvision support 2015-01-05 21:06:49 +00:00
laf
807fc9a3ba Alerts gui commit 2014-12-16 20:03:19 +00:00
Greg
6361e183e0 This is a workaround to show d-link port channel devices. Thanks to lafwood for this. 2014-11-07 08:50:59 -08:00
Paul Gear
b5136b444c Remove unused function; make it clearer that _json_format is not used in PHP 5.4 & later 2014-10-25 09:16:07 +10:00
Paul Gear
208ac0b104 Merge remote-tracking branch 'laf/issue-laf-47' 2014-10-25 08:49:28 +10:00
laf
d8904d866c Added options for fping to retry and timeout 2014-10-16 21:52:35 +01:00
laf
4b16b0e4d2 Added missing source for code 2014-10-07 11:29:54 +01:00
laf
2be63b2041 Added an option to rediscover a device from the web page 2014-10-02 20:17:45 +01:00
laf
62200aa5eb Fixed some scrutinizer warnings 2014-09-30 19:13:51 +01:00
laf
6afaa17a80 Updated ping rrd response to include fping6 response 2014-09-30 19:13:51 +01:00
laf
9a178363a0 Added ping response graphs and some small updates 2014-09-30 19:13:50 +01:00
Paul Gear
cb8afb0451 Remove obsolete function (already provided by getidbyname) 2014-09-27 16:35:31 +10:00
Paul Gear
48d3a43669 Tidy device deletion 2014-09-27 16:32:55 +10:00
laf
8790bfee0a Added api call to delete device 2014-09-17 21:03:02 +01:00
laf
ad6d425333 Added add_device api call 2014-09-16 22:19:28 +01:00
laf
2f89df2835 Updated delete_device function to include new table 2014-07-03 17:59:50 +01:00
laf
78ecb75230 Added null check for $id 2014-06-26 00:33:00 +01:00
laf
7e0b0f4773 Created validate_device_id() function 2014-06-24 16:14:42 +01:00
bohdan-s
b5f38f6a30 Fix typo 2014-06-21 08:06:28 -04:00
bohdan-s
cb41d50094 Add IPv6 only host support 2014-06-21 08:02:27 -04:00
Paul Gear
d1c082d507 Merge pull request #189 from laf/issue-154
First full commit of plugin system
2014-03-29 09:30:57 +10:00
f0o
e546c6ccf1 Added generic 'send_mail()' Function
`send_mail( (string|parse_email array) $emails, (string) $subject, (string) $message, (boolean) $html=false) ? boolean`
2014-03-07 22:30:07 +01:00
laf
c7e421e1fd First full commit of plugin system 2014-03-03 20:23:29 +00:00