413 Commits

Author SHA1 Message Date
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
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
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
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
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
cd43e11032 Fixed some scrut major issues 2015-02-22 19:28:09 +00:00
a4d3c8709d Fixed the scrut coding style issues 2015-02-22 16:45:40 +00:00
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
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
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
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
cb8afb0451 Remove obsolete function (already provided by getidbyname) 2014-09-27 16:35:31 +10:00
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
b5f38f6a30 Fix typo 2014-06-21 08:06:28 -04:00
cb41d50094 Add IPv6 only host support 2014-06-21 08:02:27 -04:00
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
laf
fc7404a3c4 Updates bringing forms / tables inline with Bootstrap v3, also adds Global search box 2014-01-13 10:08:59 +00:00
aa9dded019 Remove user-facing references to Observium
This eliminates nearly all of the user-facing references to Observium,
including in the names of temporary files and in the metadata of PDFs.  Many
of these may not be used any more, but I've adjusted them anyway.  These
changes should also make it easier to change the branding later if it is
needed.  There are a few references of which I still don't understand the
significance, so I've left them as-is for now.  The Unix agent in particular
is rather untidy.
2013-11-05 09:33:32 +10:00
7603d2074b Remove Observium images 2013-10-29 08:08:23 +10: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