Commit Graph

7353 Commits

Author SHA1 Message Date
Daniel Preussker
5f5006b673 Merge pull request #1605 from syzdek/ds/device_groups-sort-order
Ds/device groups sort order
2015-08-04 06:32:19 +00:00
Paul Gear
6f147049de Merge pull request #1601 from f0o/daily-fix
Fix and reformat daily.{sh,php}
2015-08-04 09:26:58 +10:00
Paul Gear
cb49c592e4 Merge pull request #1604 from syzdek/ds/poller-sort-order
Ds/poller sort order
2015-08-04 09:24:44 +10:00
David M. Syzdek
b5db25c436 Adding ORDER BY so device groups are sorted by name instead of creation.
Currently the function for retrieving device_groups returns rows in the order
in which they were created.  This causes the WebUI to display is a semi-random
order.  This patch causes the devices to be sorted by name which makes the
group lists easier to navigate.
2015-08-03 15:18:21 -08:00
David M. Syzdek
853d4a9dd8 Sorting pollers by name on the pollers/tab=pollers page. 2015-08-03 14:55:05 -08:00
David M. Syzdek
23286480c5 Adding David M. Syzdek <david@syzdek.net> (github: syzdek) as an author.
I agree to the conditions of the Contributor Agreement
contained in doc/General/Contributing.md.
2015-08-03 14:10:30 -08:00
Daniel Preussker
d4a47c3083 Merge pull request #1600 from Rosiak/pcoweb_state
PCOWEB improvement
2015-08-03 18:20:40 +00:00
Daniel Preussker
2f4e9fb9c5 Merge pull request #1599 from laf/billing-api
Updated billing features within API + docs
2015-08-03 17:42:58 +00:00
Daniel Preussker
dbefe0c882 Merge pull request #1594 from vitalisator/issue-1593
add support for Google API key in geocoding
2015-08-03 17:41:49 +00:00
Daniel Preussker
982121bb6e fixup 2015-08-03 17:19:16 +00:00
f0o
c83b9a374e
Fix and reformat daily.{sh,php} 2015-08-03 17:14:33 +00:00
laf
016415df8f Added missing router variable 2015-08-03 15:02:35 +00:00
vitalisator
6290019623 make the code clear 2015-08-03 16:56:57 +02:00
Rosiak
e28a3fbfaf PCOWEB improvement
- Add Compressor State
2015-08-03 16:52:54 +02:00
laf
715f2a19b3 Updated billing features within API + docs 2015-08-03 14:41:35 +00:00
Daniel Preussker
39ce08b62d Merge pull request #1598 from vitalisator/patch-1
Update AUTHORS.md
2015-08-03 14:02:54 +00:00
Vitali Kari
157fbc2323 Update AUTHORS.md
I aggree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md
2015-08-03 15:58:42 +02:00
Daniel Preussker
1de57eef5f Merge pull request #1590 from laf/discovery-debug
Added debug to discovery protocols + stop them running if not configured
2015-08-03 09:06:15 +00:00
vitalisator
7e2b8f72f1 add google gecode API key support. Config variable: $config[geoloc][api_key] = "place_your_key_here" 2015-08-03 10:29:08 +02:00
vitalisator
1633b83e91 add support for Google geocoding API key 2015-08-03 10:18:52 +02:00
laf
741742aa85 Added debug to discovery protocols + stop them running if not configured 2015-08-02 19:23:54 +00:00
Daniel Preussker
3a36fc8974 Merge pull request #1588 from laf/changelog
Changelog updated 2nd August 2015
2015-08-02 15:00:02 +00:00
laf
0e32eea322 Changelog updated 2nd August 2015 2015-08-02 14:58:26 +00:00
Daniel Preussker
2dff6bf869 Merge pull request #1587 from SaaldjorMike/fix-spelling
Changed formulation regarding picking mysql/mariadb in install docs
2015-08-02 13:35:12 +00:00
Mike Rostermund
734a32760f Changed formulation regarding picking mysql/mariadb in install docs 2015-08-02 15:30:26 +02:00
Daniel Preussker
6f326a50fa Merge pull request #1586 from adaniels21487/issue-1571
Discover UDP Jitter types for Cisco IPSLAs
2015-08-02 13:21:44 +00:00
Daniel Preussker
8f14a36392 Merge pull request #1583 from laf/delete-widgets
Fixed ability to delete new widgets added without refresh
2015-08-02 10:38:55 +00:00
Daniel Preussker
556fce8405 Merge pull request #1580 from laf/widget-syslog
Added Syslog, Eventlog and Globe Map widgets
2015-08-02 10:32:58 +00:00
Aaron Daniels
128c330ebb Resolved bug where $text would use the previous iteration if $sla_type was unknown.
Now set a default $text value which will be over written if $sla_type is known.
2015-08-02 20:18:14 +10:00
Aaron Daniels
9ccfc0d2b5 Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1571 2015-08-02 20:10:44 +10:00
Daniel Preussker
fc92134ce5 Merge pull request #1581 from laf/old-alerting
Removed old alerting system code
2015-08-02 03:32:22 +00:00
Paul Gear
f19ded4139 Merge pull request #1585 from laf/docs-mariadb
Added info on using MariaDB or MySQL
2015-08-02 10:03:46 +10:00
laf
25f9843cac Added info on using MariaDB or MySQL 2015-08-01 19:15:40 +00:00
laf
9f2a623d36 Fixed ability to delete new widgets added without refresh 2015-08-01 18:29:25 +00:00
laf
17dac9e755 Removed old alerting system code 2015-08-01 15:54:15 +00:00
laf
2e24c633c9 Added Syslog, Eventlog and Globe Map widgets 2015-08-01 15:36:15 +00:00
Daniel Preussker
8a54cddaf2 Merge pull request #1579 from librenms/paulgear-discovery-doc
Minor doc fixes
2015-08-01 10:33:52 +00:00
Paul Gear
2bdb84c9d9 Minor doc fixes 2015-08-01 20:32:52 +10:00
Paul Gear
bd48536189 Merge pull request #1577 from f0o/snmp-scan
Added SNMP-Scanner + Docs
2015-08-01 20:29:52 +10:00
Daniel Preussker
429f32d7f4 Merge pull request #1578 from laf/globe-fix
Added mres around location
2015-08-01 10:09:10 +00:00
laf
7fd8afd690 Added mres around location 2015-08-01 10:07:47 +00:00
Daniel Preussker
b01fa8a751 Merge pull request #1523 from laf/issue-685
Dynamic dashboard
2015-08-01 10:06:28 +00:00
f0o
531caf2823
Fix Scrut. Moved ip-check out of transport-loop. 2015-08-01 09:58:56 +00:00
f0o
fef715cde3
Add support for $config['nets'] 2015-08-01 09:35:49 +00:00
Paul Gear
3227156599 Merge pull request #1565 from adaniels21487/issue-1540
Issue 1540 - Add support for Cisco Voice Gateways
2015-08-01 19:24:24 +10:00
f0o
e2d6a99903
Added SNMP-Scanner + Docs 2015-08-01 08:59:35 +00:00
Aaron Daniels
659f31f3e7 Added tag to IPSLA type Jitter 2015-08-01 17:07:49 +10:00
Aaron Daniels
f0347bd7aa Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1540 2015-08-01 14:51:38 +10:00
Aaron Daniels
8379c96346 Merged separate modules into a single 'cisco-voice' module.
Renamed each module to a more appropriate name.
2015-08-01 14:48:54 +10:00
Daniel Preussker
19a044ef2a Merge pull request #1574 from librenms/f0o-patch-1
Update Network-Map Docs
2015-07-31 16:49:14 +00:00