Neil Lathwood
ff99f4fad4
fix: ubnt bad edgeswitch uptime #4470
...
fix: ubnt bad edgeswitch uptime #4470
2016-09-18 19:24:09 +01:00
Tony Murray
b8d085202d
correct phpdoc for data_update() ( #4481 )
2016-09-18 07:11:12 -05:00
crcro
2c5bd406ae
only edgeswitch
2016-09-17 18:06:38 +03:00
crcro
a5f397ed68
fix for ubnt bad edgeswitch/edgeos uptime #4470
2016-09-17 03:49:39 +03:00
Neil Lathwood
45e41ad02e
fix: New installs would have multiple entries in dbSchema table ( #4460 )
2016-09-16 18:20:34 -05:00
David Bell
5115533c73
Scale up rate by a factor of 8 to go from bytes to bits ( #4469 )
2016-09-16 18:16:55 -05:00
Neil Lathwood
4eb8960050
fix: This change broke the web installer
...
fix: This change broke the web installer
2016-09-16 10:56:24 +01:00
Neil Lathwood
8c5ff4609b
fix: This change broke the web installer
2016-09-16 10:51:52 +01:00
Neil Lathwood
768fcf94ad
Merge pull request #4457 from laf/issue-4453
...
Removed debug
2016-09-16 10:26:46 +01:00
Neil Lathwood
27cf5a3ae1
Removed debug
2016-09-16 10:19:25 +01:00
Neil Lathwood
baca34d8d3
fix: Force add now ignores all snmp queries
...
fix: Force add now ignores all snmp queries
2016-09-16 10:03:06 +01:00
Neil Lathwood
ed48e8f0c8
fix: Force add now ignores all snmp queries
2016-09-16 09:40:00 +01:00
Neil Lathwood
8ae2a478fa
Merge pull request #4452 from laf/sharp
...
Updated sharp printer discovery and test unit
2016-09-16 08:41:09 +01:00
Neil Lathwood
a9a982b7db
Updated sharp printer discovery and test unit
2016-09-16 07:59:48 +01:00
Neil Lathwood
5b90a71042
device: Added feature to support Sharp printers
...
device: Added feature to support Sharp printers
2016-09-16 07:57:34 +01:00
Neil Lathwood
3e143101df
docs: Small readme updates ( #4451 )
2016-09-15 21:24:04 -05:00
Neil Lathwood
c87de0532e
webui: Relocate Alerts menu
...
webui: Relocate Alerts menu
2016-09-15 21:26:45 +01:00
Neil Lathwood
b70310f146
docs: Added info on how to perform unit testing
...
docs: Added info on how to perform unit testing
2016-09-15 21:07:13 +01:00
Neil Lathwood
88b331909b
Added info on how to perform unit testing
2016-09-15 20:58:49 +01:00
Neil Lathwood
96a57587e9
doc: Added faq to explain why devices show as warning ( #4449 )
2016-09-15 14:15:33 -05:00
Neil Lathwood
fad8e3f322
Removed blank line
2016-09-15 20:15:32 +01:00
Morgan Henreaux
7ac293f59b
device: Added feature to support Sharp printers
2016-09-15 14:05:30 +02:00
Morgan Henreaux
4159e1e0da
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2016-09-15 13:59:39 +02:00
Neil Lathwood
361732bfc2
device: cisco ons support ( #4441 )
...
* initial support for cisco ons
* oh travis...
* renamed from ciscoons to ons
2016-09-15 11:36:55 +01:00
crcro
99cc15b855
renamed from ciscoons to ons
2016-09-15 12:28:24 +03:00
Neil Lathwood
85b92caf47
Added alert indicator to navbar
2016-09-15 10:21:28 +01:00
Tony Murray
36f6338ad6
fix: Clean up errors in the webui ( #4438 )
2016-09-15 08:46:26 +01:00
Tony Murray
83d7bbdd1b
fix: reduce mib graph queries ( #4439 )
...
Used have 1 query for every graph type known to LibreNMS.
Now it just gets a list of the graphs for the device and checks against that.
2016-09-15 08:45:45 +01:00
jonathon-k
5b3ee62b33
webui: Update Alerts table (and widget) to re-sort rather than reload page when ack'ed ( #4440 )
...
* Update Alerts table to re-sort rather than reload page when ack'ing
* msg box updates
2016-09-15 08:44:22 +01:00
Tony Murray
6d93dc0572
newdevice: Add support for APC Netbotz 200 ( #4443 )
...
Unfortunately, it is clobbered by other devices because it returns a value for all sorts of snmpget requests
2016-09-15 08:21:29 +01:00
crcro
98763b13d9
oh travis...
2016-09-15 00:44:19 +03:00
crcro
b9cd6012b7
initial support for cisco ons
2016-09-15 00:25:25 +03:00
Tony Murray
d2193f76ca
feature: allow scripts to be run from any working directory ( #4437 )
...
* feature: allow validate.php to be run from any working directory
* remove redundant realpath() call
* re-add realpath() to remove symbolic links
* realpath() isn't needed...
* chdir() in all php scripts in ./ and ./scripts/
* update-sql.php clearly is not used, as it was broken.
* Change some scripts to executable
Remove extra chdir() call in snmp-scan.php
* Missed console-ui.php
Kind of fixed console-ui.php help output
* Re-add newline
2016-09-14 16:53:04 +01:00
Aaron Daniels
f7b68c4714
fix: Graph formatting for udp-jitter graphs. ( #4433 )
2016-09-14 16:24:23 +01:00
Dennis Væversted
8e4be8bbb2
api: Add severity on list alerts API method ( #4436 )
...
* Added severity field from the alert rule to the output of list_alerts.
* I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2016-09-14 14:29:46 +01:00
Tony Murray
0351b54fb8
webui: make d_echo work in webui ( #4432 )
...
* webui: make d_echo work in webui
Remove d_print_r(), it is redundant to d_echo()
Remove d_echo calls in services.inc.php
* Switched debug check to work with nginx
2016-09-14 10:05:49 +01:00
Tony Murray
ce95ceaa2b
refactor: set mysqli as the default + cleanup ( #4430 )
...
* refactor: set mysqli as the default
dbFacile.mysqli cleanup
Init $db_stats array
number_format() returns string
remove unreachable statement, commented code, and unused global
* Fix style issues
2016-09-14 09:05:32 +01:00
Neil Lathwood
e8b5c7fe66
fix: Added support for Graylog 2.1 API change ( #4411 )
2016-09-13 22:23:52 -05:00
Tony Murray
2529109fc4
fix: ports page includes disabled, ignored, and deleted ports ( #4419 )
2016-09-13 20:33:07 -05:00
Neil Lathwood
05b728bb80
Webui: Updated force add option for addhost.php to be present in all instances ( #4428 )
2016-09-13 20:32:45 -05:00
Neil Lathwood
fe9d0c18ce
fix: Call was always being done to check for local files ( #4427 )
2016-09-13 20:26:28 -05:00
Neil Lathwood
a0d3935060
Added schema 133 ( #4426 )
...
This was part of the reverted PR and we should fill the gap in otherwise 133 will be skipped or different for some users.
2016-09-13 22:30:06 +01:00
Tony Murray
7f7e3d22bc
Fix: NIOS detection #4420
2016-09-13 22:16:02 +01:00
Neil Lathwood
a8efda8f30
Revert "Updated to remove passwords from sessions" ( #4422 )
2016-09-13 09:10:42 -05:00
Tony Murray
ec9383be60
docs: Standardize snmp extend script location to /etc/snmp/ ( #4418 )
2016-09-12 22:17:53 -05:00
crcro
7da4cca4e4
feature: new app: ups-nut ( #4386 )
...
* app: ups-nut
* newline ...
* removed code from another pr
* added battery charge status
* added battery charge status
* be happy travis...
* added UPS-nut to Applications
2016-09-12 21:59:33 -05:00
Neil Lathwood
deb4b74bc9
webui: remove passwords from sessions, 'remember me' works for all auth types ( #4134 )
...
* Updated to remove passwords from sessions
* Remove users sessions when user deleted
* Updated when cookies are set
* Updated setcookies to always contain a value
* Added destroy_cookies() to remove users cookies on failed login
* Removed debug line
* Fixed graph issues
2016-09-12 21:41:19 -05:00
Neil Lathwood
a710c4a33c
newdevice: Added support for Axis network video encoder #4395 ( #4400 )
...
* newdevice: Added support for Axis network video encoder #4395
* Merge the preg_match
* Add Network Camera test
Couldn't find one for "Video Server"
2016-09-12 12:19:24 -05:00
Neil Lathwood
9e85f24b00
fix: Make irc bot to use authentication module for user info ( #4372 )
2016-09-12 11:24:22 -05:00
Neil Lathwood
b397e23763
docs: Added NFSen docs + update general config docs ( #4412 )
...
* Added NFSen docs + update general config docs
* Fix missing brackets
2016-09-12 11:22:34 -05:00