5969 Commits

Author SHA1 Message Date
ef23f47b6d Change submenu entry name
- Device -> Network
2015-07-17 13:05:25 +02:00
c2c53fa9f8 Merge pull request #1460 from spinza/bulkinsert
Create bulk insert db function and implement in unix-agent process polling.
2015-07-17 11:25:30 +02:00
8d09a66f80 Minor corrections
- Made some changes according to f0o’s recommendation
2015-07-17 11:17:22 +02:00
c8a5475c08 Fix return in dbBulkInsert. 2015-07-17 06:15:57 +02:00
c975b27515 Remove fullsql and comment. 2015-07-17 06:11:01 +02:00
650369603d Revise unix-agent (processes section) to use dbBulkInsert. 2015-07-17 06:08:03 +02:00
54dd165917 Create dbBulkInsert which allows bulk insertion of records. 2015-07-17 06:08:03 +02:00
eb87668d07 Availability-map
- Availability-map
- Maps submenu
- Remove old network-map menu entry
2015-07-17 00:36:29 +02:00
3de258a23f Merge pull request #1452 from alangregory/powerconnect
Added PowerConnect 3548 support
2015-07-16 21:39:42 +01:00
ea80d6abb6 Merge pull request #1 from clinta/lazyload
Rebase on master
2015-07-16 13:04:27 -04:00
102bb966af add lazyload link 2015-07-16 12:51:08 -04:00
3d3a456543 Merge commit 'b96617cda4fb082a38c61b8e30be53f84ef5c9b2' as 'lib/jquery_lazyload' 2015-07-16 12:48:37 -04:00
b96617cda4 Squashed 'lib/jquery_lazyload/' content from commit f82eee9
git-subtree-dir: lib/jquery_lazyload
git-subtree-split: f82eee9f752a58fe5202b76adda2466fae2fd398
2015-07-16 12:48:37 -04:00
ca3e77fa1b add lazyload.js 2015-07-16 12:46:36 -04:00
b5e8998c70 apply lazyload patch 2015-07-16 12:42:58 -04:00
ef35ee1adc Merge remote-tracking branch 'travishegner/lazyload' into lazyload 2015-07-16 12:41:58 -04:00
57163b1851 Merge pull request #1463 from clinta/collectd-flush
Collectd flush
2015-07-16 17:21:14 +01:00
54cc274f13 REmoved aditional space 2015-07-16 13:11:12 -03:00
c3db4f4422 Updated standards 2015-07-16 13:09:54 -03:00
6e74c9da45 document the option 2015-07-16 11:14:02 -04:00
3edce4d7e1 remove checks for options that socket does not use 2015-07-16 11:11:11 -04:00
721455a0d7 don't override the socket option 2015-07-16 11:10:32 -04:00
d1c7886d66 Updated old code and fixed some code standards 2015-07-16 09:45:17 -03:00
f51be32ca9 Merge pull request #1459 from laf/scrut-fixes
Scrut fixes
2015-07-15 23:11:06 +02:00
laf
ef6d7b9565 Fixed some scrut issues labelled Major 2015-07-15 22:04:19 +01:00
be670131c1 Fixed some code standards 2015-07-15 18:04:13 -03:00
laf
c2bcb69982 Fixes Debugging code issues from scrut 2015-07-15 21:32:18 +01:00
a71f937fdd Merge pull request #1458 from laf/transports-fix
Removed <?php from files
2015-07-15 22:27:12 +02:00
f9e38dba78 Merge pull request #1457 from f0o/issue-1422
Added DeviceGroup-Macros
2015-07-15 21:27:02 +01:00
laf
4c1e4326d4 Removed <?php from files 2015-07-15 21:25:10 +01:00
1f68d19c0d Merge pull request #1440 from laf/changepasswd
Added ability to update users passwords
2015-07-15 22:05:25 +02:00
f0o
89caa7758f Added DeviceGroup-Macros 2015-07-15 19:56:18 +00:00
laf
fac3751938 Rebased 2015-07-15 20:52:43 +01:00
5f8c4dd3d7 Merge pull request #1455 from laf/network-map-sql
Network map sql update + fix for duplicate links
2015-07-15 21:34:35 +02:00
d621af6aad Merge pull request #1454 from alangregory/temperature
Updated Design for better mobile view
2015-07-15 21:33:33 +02:00
6457584660 Merge pull request #1447 from spinza/fixunixprocesspolling
Processes get added to db in one big query instead of individual inserts.
2015-07-15 21:32:00 +02:00
636b75171f Merge pull request #1443 from spinza/alwayscheckips
Add a config flag to control whether ips of hostnames are checked.
2015-07-15 21:30:06 +02:00
8b35d6aa73 Merge pull request #1357 from laf/issue-1328
Added basic detection for Mellanox devices
2015-07-15 21:26:52 +02:00
f261b7be95 Escape values passed to query. 2015-07-15 21:23:47 +02:00
605d92bc11 Processes get added to db in one big query instead of individual row inserts. 2015-07-15 21:21:58 +02:00
laf
08ae68bc58 fixed a couple of issues 2015-07-15 20:20:53 +01:00
laf
4c39421787 Network map sql update + fix for duplicate links 2015-07-15 20:09:20 +01:00
3fc12b92a7 Add and implement option addhost_alwayscheckip. 2015-07-15 21:07:04 +02:00
522c957510 Add documentation. 2015-07-15 21:00:45 +02:00
f09fcfca29 Updated Design for better mobile view 2015-07-15 15:52:05 -03:00
b931e5d5c7 Added PowerConnect 3548 support 2015-07-15 11:50:42 -03:00
94e4a075fc Merge pull request #1450 from Rosiak/code-bestprac-fixup2
Adjust code to Best Practice
2015-07-15 13:14:20 +02:00
bceb6e1dfa Adjust code to Best Practice
- More adjustments. Done after the big cleanup PR
I’ve gone through discovery and polling folders.
2015-07-15 13:11:40 +02:00
61b14557ce Merge pull request #1449 from job/coding_style_old_files2
Fix coding style part 2 take #2
2015-07-15 11:34:46 +02:00
d8693f05ae Fix coding style part 2 2015-07-15 11:04:22 +02:00