Commit Graph

244 Commits

Author SHA1 Message Date
Neil Lathwood
42a8c27237 Merge pull request #3821 from adaniels21487/issue-3272-1
Component Update - Status
2016-07-25 20:13:25 +01:00
Aaron Daniels
4c0c560652 - Moved SQL for upstream changes 2016-07-25 06:47:34 +10:00
Aaron Daniels
1d579e8deb - Moved SQL for upstream changes. 2016-07-18 07:14:03 +10:00
laf
1a3a2db4b6 Merge branch 'master' of https://github.com/librenms/librenms into issue-3571 2016-07-17 21:25:25 +01:00
laf
19a74701b8 Renamed 124.sql -> 125.sql 2016-07-17 21:25:21 +01:00
laf
35c558ba10 Re-try two missing tables in mariadb 2016-07-17 21:12:52 +01:00
laf
5a9a963a03 Final fixes for billing 2016-07-17 20:35:50 +01:00
Aaron Daniels
8d01da96e2 - Fixed SQL rename. 2016-07-15 16:26:16 +10:00
Aaron Daniels
52455e1128 Component Update - Status
- Align the component status field with the Nagios standard
  0=ok, 1=warning, 2=critical
- Modify existing modules to report these status' (Cisco-OTV)
- Add/Modify Alerting Macros to use these status'
- Add the a component status widget
- update edit page to report these status'
2016-07-11 16:51:01 +10:00
Tony Murray
f4a1e2798a Merge pull request #3758 from laf/macros-templates
Added more macros and alert templates
2016-07-09 21:20:49 -05:00
laf
a6b649bc86 Renamed sql file 2016-07-09 19:09:28 +01:00
Tony Murray
fe057994ee Actually add the sql content 2016-07-08 20:37:33 -05:00
Tony Murray
49549394a9 Fix sporadic device delete
Recreate duplicate foreign key contraints as a single constraint
2016-07-08 15:33:02 -05:00
laf
51918400a2 ampage to amperage 2016-07-01 10:12:34 +01:00
laf
03b9dc1920 Renamed sql file 2016-06-30 21:38:40 +01:00
Neil Lathwood
c6842281c0 Merge pull request #3745 from murrant/sensor_cleanup
Clean up sensors and related tables and add constraints
2016-06-30 21:38:28 +01:00
laf
d7b158fd2c Added some more macros and alert templates 2016-06-30 21:37:01 +01:00
Tony Murray
f07c286c4f Rename sql to 121 2016-06-30 15:29:58 -05:00
pblasquez
61544e5791 Changed to one line 2016-06-30 11:59:46 -07:00
pblasquez
2759bf0725 Support rates >17.1gb/s 2016-06-30 10:29:22 -07:00
Tony Murray
efadac68d4 Clean up sensors and related tables and add constraints
Remove sensors for non existent devices and delete unused sensors_to_state_indexes, state_indexes, and state_translations
Change sensors.device_id to unsigned to match devices.device_id
Add foreign keys to sensors and sensors_to_state_indexes for cascading deletes
2016-06-28 21:09:25 -05:00
Tony Murray
5f5db66eaa Support Huawei SmartAX products.
Use ifName for display.
ifIndex values exceed 32bit, change ifIndex columnt to bigint
2016-06-28 14:20:04 -05:00
laf
110dcae4c9 Added device_id to eventlog table 2016-06-18 02:09:22 +01:00
Neil Lathwood
2b47c927f9 Merge pull request #3568 from gcoeugnet/master
Add procedure management from alerting widget
2016-06-12 19:26:01 +01:00
Guillaume COEUGNET
d705836c88 Change SQL file name and add /alerts support for procedure 2016-06-09 15:07:02 +02:00
Guillaume COEUGNET
6c8a75a5f7 Change procedure management. Using URL instead of file 2016-06-06 11:41:41 +02:00
Tony Murray
af8cc3a24b SQL query on one line 2016-06-02 16:22:17 -05:00
Tony Murray
009840bf8a Store device group relationships in a pivot table. 2016-06-02 13:25:01 -05:00
Guillaume COEUGNET
d5e26a3438 Add procedure management 2016-05-27 16:11:06 +02:00
Dave Bell
4f75f6aa83 Updated SQL to correct bad macro 2016-05-24 20:24:20 +01:00
Dave Bell
d809276e2b Remove bad fix, and add SQL 2016-05-24 17:42:14 +01:00
pblasquez
8e8315dbcd Move config to WebUI 2016-04-26 12:56:58 -07:00
Tony Murray
40b598d9af Don't drop an index on a table that was just created 2016-04-25 14:55:51 -05:00
Sawachier
f02bba3c11 Rename 115.sql to 113.sql 2016-04-25 10:17:05 +02:00
HenocKA
698576c022 Update sql 2016-04-19 23:50:39 +02:00
HenocKA
814fe46e8a adding sql 2016-04-19 23:48:56 +02:00
Aaron Daniels
111a52d48c Merge branch 'master' into issue-2193 2016-04-12 07:34:40 +10:00
Aaron Daniels
e2988e7725 - Ensure that $check_cmd is always set.
- Move SQL because of upstream changes
2016-04-12 07:34:06 +10:00
Guillaume Coeugnet
713501e270 Create 111.sql
Add new port parameter for Canopsis transport.
2016-04-01 14:20:47 +02:00
Guillaume Coeugnet
7a2faae237 Update 110.sql
Remove port parameter to put it a new file
2016-04-01 14:20:17 +02:00
Guillaume COEUGNET
3855848318 Add canopsis port parameter 2016-04-01 10:05:17 +02:00
gcoeugnet
1fc742e239 Create 110.sql
Add options to config table for canopsis transport.
2016-03-30 14:20:42 +02:00
Aaron Daniels
8f59b8c7f7 Merge branch 'master' into issue-2193 2016-03-29 20:16:07 +10:00
Aaron Daniels
eeb3dff393 - Use Nagios alerting: 0 = Ok, 1 = Warning, 2 = Critical
- Update documentation
- Moved SQL for upstream changes
2016-03-29 20:15:42 +10:00
Tony Murray
5c81602966 Set config_name as a unique index
Work around possible duplicates by keeping the first record.
2016-03-18 23:20:02 -05:00
Daniel Preussker
57339c4221 Merge pull request #3221 from ekoyle/add_web_html_email_option
Add web config option for HTML emails
2016-03-16 14:44:51 +00:00
Eldon Koyle
6a53bcf688 Add web config option for HTML emails 2016-03-15 16:55:27 -06:00
Aaron Daniels
f90ead9f2e Merge branch 'master' into issue-2193 2016-03-16 08:49:40 +10:00
Aaron Daniels
94cdcbbd93 - Moved SQL 2016-03-16 08:49:29 +10:00
Aaron Daniels
0d6cfec589 Nagios Services
- Moved check-services.php to a poller module
    - Added performance data collection to the poller
    - Centralised DB functions to includes/services.inc.php
    - Created add/edit/delete functions off the device, services page
    - Removed legacy edit/delete interfaces.
    - Moved and modified check.inc scripts
    - Documentation Updates
    - Modified services table
2016-03-15 22:23:14 +10:00