4180 Commits

Author SHA1 Message Date
bb318fdcad refactor: consolidate snmpcmd generation
I needed to generate an snmpcmd for an upcoming PR, so I figured I'd save a little code duplication.
2016-09-18 00:08:14 -05:00
c74aa49e5c feature: Add more state sensors to Dell iDrac 2016-09-17 19:00:52 +02:00
2c5bd406ae only edgeswitch 2016-09-17 18:06:38 +03:00
b6df511ab7 version order fix 2016-09-17 04:14:03 +03:00
e56fd99846 fix poweralert divisor based on version #4391 2016-09-17 04:09:20 +03:00
a5f397ed68 fix for ubnt bad edgeswitch/edgeos uptime #4470 2016-09-17 03:49:39 +03:00
45e41ad02e fix: New installs would have multiple entries in dbSchema table (#4460) 2016-09-16 18:20:34 -05:00
1d73fd3f93 fix 4464 2016-09-17 02:10:55 +03:00
256c1087df smal change 2016-09-16 23:02:55 +02:00
a5e9988112 newdevice: Added support for Cisco Callmanager 2016-09-16 21:48:08 +02:00
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
ed48e8f0c8 fix: Force add now ignores all snmp queries 2016-09-16 09:40:00 +01:00
a9a982b7db Updated sharp printer discovery and test unit 2016-09-16 07:59:48 +01:00
5b90a71042 device: Added feature to support Sharp printers
device: Added feature to support Sharp printers
2016-09-16 07:57:34 +01:00
c87de0532e webui: Relocate Alerts menu
webui: Relocate Alerts menu
2016-09-15 21:26:45 +01:00
7d7621fd3e removed file versions from comments 2016-09-15 23:24:25 +03:00
fad8e3f322 Removed blank line 2016-09-15 20:15:32 +01:00
0dd523be45 app-ups-nut update 1 2016-09-15 19:37:52 +03:00
7ac293f59b device: Added feature to support Sharp printers 2016-09-15 14:05:30 +02:00
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
99cc15b855 renamed from ciscoons to ons 2016-09-15 12:28:24 +03:00
85b92caf47 Added alert indicator to navbar 2016-09-15 10:21:28 +01:00
36f6338ad6 fix: Clean up errors in the webui (#4438) 2016-09-15 08:46:26 +01:00
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
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
98763b13d9 oh travis... 2016-09-15 00:44:19 +03:00
b9cd6012b7 initial support for cisco ons 2016-09-15 00:25:25 +03:00
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
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
2529109fc4 fix: ports page includes disabled, ignored, and deleted ports (#4419) 2016-09-13 20:33:07 -05:00
7f7e3d22bc Fix: NIOS detection #4420 2016-09-13 22:16:02 +01:00
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
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
de707a259f refactor: ntp apps (#4333)
* updated nicecase function for ntp server and client app

* ntp applications refactoring

* removed agent for ntp-server: reported as not working

* removed ntpd from agent polling. thx @murrant
2016-09-10 07:37:00 -05:00
d6d2ff8499 Updated Sonus SBC detection (#4363)
* Updated Sonus SBC detection

* Updated to array
2016-09-09 12:11:24 -05:00
66bc0a7826 newdevice: Updated zxr10 device support #4380 (#4381)
* newdevice: Updated zxr10 device support #4380

* Space :(
2016-09-09 12:10:58 -05:00
f76f0f7b96 newdevice: Added support for Eaton 5P units #3508 (#4376)
* newdevice: Added support for Eaton 5P units #3508

* Small fix

* Keep OSDiscoveryTest.php alphebetized
2016-09-09 11:57:05 -05:00
9db13372ca fix: MikroTik OS detection #3593
* MikroTik Updates

To address, Mikrotik SwOS Issues (#3593)

* Remove Default OS Setting
2016-09-09 17:29:46 +01:00
c5845006a1 refactor: Updated arp-table discovery to use ipNetToPhysicalPhysAddress (#4367) 2016-09-09 11:22:01 -05:00
b8cc59922e fix: NIOS discovery (#4389)
* fix: NIOS discovery
Add nios test

* Add actual sysDescr string for nios
2016-09-09 15:57:40 +01:00
833f509c36 Add type comments to the Proc objects in rrdtool.inc.php (#4383) 2016-09-09 07:29:02 +01:00
4d9582efb2 newdevice: Procurve 5400R series #4375
Update the discovery so that the 5406R and 5412R are discovered as procurve devices
2016-09-08 16:01:36 +01:00
7dec670494 refactor: Updated a lot of references to LibreNMS - copyright still left intact (#4339) 2016-09-08 08:12:23 -05:00
1ffebeac69 fix: Added cisco886Va to bad_ifXEntry for cisco os (#4374) 2016-09-07 20:31:33 -05:00
f00c383d60 fix: Stop irc bot crashing on .reload #4353
* Removed duplicate include

* Move set_debug into functions.php, and restore the (re)loading of includes/defaults

* Move debug call until after function has been included
2016-09-07 18:42:49 +01:00
7b923ae307 fix: Quanta blade switches are now being correctly detected as Quanta switches (#4358)
* Quanta blade switches are now being correcly detected as Quanta switches

* Fixed syntax error
2016-09-06 17:41:25 +01:00
948d4f67a1 feature: extended graphing for sla - icmp-jitter #4341
* - Added more graphs for rtt_type: icmpjitter

* - use $fields as that is the standard throughout the code.
2016-09-06 17:19:10 +01:00
4001f8c60a webui: Updated bootgrid + added syslog colouring based on priority (#4287)
* Updated bootgrid + added syslog colouring based on priority

* Updated functions and removed uneeded file
2016-09-06 07:39:53 -05:00
f6134f429c refactor: OS Discovery cleanup (Part 1) (#4335)
* refactor: OS Discovery cleanup (Part 1)
Convert linux.inc.php to use new string functions
Create OS discovery tests
Use glob instead of readdir in os discovery (could change discovery order)
Stop discovering once $os is set

* Remove duplicate file header.
2016-09-06 11:43:04 +01:00
ec3a6182a7 fix: Enterasys use ifname for port names #3263
fixes #3263
2016-09-04 16:37:23 +01:00