Commit Graph
24 Commits
Author SHA1 Message Date
Aaron Daniels 2a59034193 - Resolved some issues identified by scrutiniser. 2016-01-15 20:37:54 +10:00
Aaron Daniels ad751983dc Merge branch 'master' into issue-1650 2016-01-15 17:52:40 +10:00
Aaron Daniels f61838a617 - Moved sql beacuse of upstream changes 2016-01-15 17:52:12 +10:00
Aaron Daniels 6492b887e9 Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1650 2016-01-14 06:10:31 +10:00
Aaron Daniels 29ae6aaaae - Move 085.sql to 089.sql 2016-01-14 06:10:00 +10:00
Aaron Daniels 87e88dacfd - Compress API filters to a loop
- Check for filters for valid fields
2016-01-14 05:22:37 +10:00
Aaron Daniels 6286d7cb6a Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1650
Conflicts:
	html/api_v0.php
	html/includes/api_functions.inc.php
2015-12-22 11:16:54 +10:00
Aaron Daniels 0453c23544 - Moved SQL to reflect upstream changes. 2015-12-22 11:06:30 +10:00
Aaron Daniels c6be2a8ad7 - Removed default alerting rules, user can create their own.
- Updated documentation
2015-12-22 11:05:42 +10:00
Aaron Daniels c63b7119cb Device Components.
The purpose of this feature is to provide a framework for discovery modules to store
information in the database, without needing to add new tables for each feature.

This Feature provides:
- A database structure to store data.
- An API to store and retrieve data from the database.
- Integration to the LibreNMS APIv0.
- Ability to disable/ignore components.
- Default alerting rules.

- The API returns $COMPONENT[$device_id][$component_id] to allow pulling of data for multiple devices.
  The intent is to be able to create 'Applications' the consolidate data from applications covering multiple devices.
- Added some developer documentation
2015-12-14 07:52:03 +10:00
Aaron Daniels cc9a6b5070 - Oops.. remove testing code. 2015-11-20 07:52:16 +10:00
Aaron Daniels cd62c1a792 - Added 'Plugin' text, shrunk padding to fit in 1200w 2015-11-19 16:54:37 +10:00
Aaron Daniels 2a52b935b5 Modify Menubar
- Small Screens - Icon only - Wrap the label in a span with hidden-sm
- Medium Screen - Text only - add hidden-md to the icon
- Large Devices - shrink the left/right padding on .nav>li>a to 10px.
2015-11-18 08:33:56 +10:00
Aaron Daniels dde56c3b24 Modified code to use graph generation functions instead of generating manually.
The graph generation functions check for the status of 'web_mouseover'.
2015-08-05 07:13:19 +10: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
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
Aaron Daniels cba431df6c Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1540 2015-07-31 07:01:19 +10:00
Aaron Daniels a327786835 Change formatting to properly conform to the Coding guidelines. 2015-07-31 06:52:10 +10:00
Aaron Daniels f6ee98ce07 Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1540 2015-07-30 20:32:47 +10:00
Aaron Daniels b68b6192a0 Added Poller modules for Cisco Voice Routers
Added the following modules:
- Cisco PRI - graphs the total and inuse Primary Rate ISDN channels.
- Cisco DSP - graphs the total and inuse Digital Signal Processor (DSP) resources.
- Cisco MTP - graphs the total and inuse Media Termination Point (MTP) resources.
- Cisco XCode - graphs the total and inuse Transcoder resources.
2015-07-30 17:10:24 +10:00
Aaron Daniels a14513a9db I agree to the conditions of the Contributor Agreement
contained in doc/General/Contributing.md.
2015-07-28 20:15:10 +10:00