Daniel Preussker
|
7b43810f34
|
Merge pull request #484 from laf/issue-483
Updated the way debug=yes in url works to make it visually more appealing
|
2015-03-01 18:46:47 +01:00 |
|
Daniel Preussker
|
ef691748d8
|
Merge pull request #527 from laf/issue-laf-130
Final tidy up of the date search box for graphs
|
2015-03-01 18:31:27 +01:00 |
|
Daniel Preussker
|
f2e5f0827d
|
Merge pull request #530 from laf/issue-laf-132
Removed remains of qTip which is no longer needed / used
|
2015-03-01 18:29:40 +01:00 |
|
laf
|
15ac62c3dc
|
Removed remains of qTip which is no longer needed / used
|
2015-03-01 15:28:18 +00:00 |
|
laf
|
a2366cad2d
|
Updated docs including adding code standards doc
|
2015-03-01 13:57:31 +00:00 |
|
Neil Lathwood
|
e1722d7b60
|
Added code guidelines documentation
|
2015-03-01 13:56:31 +00:00 |
|
Daniel Preussker
|
ae12737628
|
Merge pull request #528 from laf/issue-laf-131
Added indexes to relevant tables
|
2015-03-01 13:42:55 +01:00 |
|
Daniel Preussker
|
cb9d3d1cbb
|
Merge pull request #521 from laf/issue-463-2
Fixing mysql_strict issues / errors
|
2015-03-01 13:40:31 +01:00 |
|
laf
|
3d0e604a72
|
Added indexes to relevant tables
|
2015-03-01 12:28:10 +00:00 |
|
laf
|
7f823b6d49
|
Adding more updates found by f0o
|
2015-03-01 12:23:31 +00:00 |
|
laf
|
082ac6cc66
|
Final tidy up of the date search box for graphs
|
2015-03-01 11:57:35 +00:00 |
|
Neil Lathwood
|
c57ac2dfb7
|
Merge pull request #496 from paulgear/compact-controls
Vertically compact controls on main graph screen
|
2015-02-28 13:42:59 +00:00 |
|
Neil Lathwood
|
c63d6fda8d
|
Merge pull request #525 from laf/issue-507
Added slack integration for alerting system
|
2015-02-28 12:07:36 +00:00 |
|
laf
|
c1c520d781
|
Removing POST / GET code as slack only uses POST
|
2015-02-28 11:45:30 +00:00 |
|
laf
|
54cff79acb
|
Added docs for slack transport
|
2015-02-27 15:36:12 +00:00 |
|
laf
|
06bf9cd95e
|
Removed debug line!
|
2015-02-27 15:26:13 +00:00 |
|
laf
|
92b069bff1
|
Final updates (hopefully) for slack transport
|
2015-02-27 15:23:14 +00:00 |
|
laf
|
4f48346d56
|
Added slack transport agent
|
2015-02-27 12:10:34 +00:00 |
|
Neil Lathwood
|
e2caf52429
|
Merge pull request #524 from laf/issue-laf-129
Fixed javascript event. issue - stopped Firefox working
|
2015-02-27 12:07:12 +00:00 |
|
Neil Lathwood
|
2f98d5f45a
|
Merge pull request #523 from laf/issue-laf-128
Updated split regex to cover more advanced rules
|
2015-02-27 12:04:33 +00:00 |
|
laf
|
dae96388e8
|
Fixed javascript event. issue - stopped Firefox working
|
2015-02-27 11:57:43 +00:00 |
|
laf
|
78a9b33c4b
|
Updated split regex to cover more advanced rules
|
2015-02-27 11:51:54 +00:00 |
|
Neil Lathwood
|
83922b10d9
|
Merge pull request #522 from laf/issue-520
Added .alerts.lock to .gitignore
|
2015-02-26 23:16:43 +00:00 |
|
Neil Lathwood
|
6e341a960f
|
Added .alerts.lock to .gitignore
|
2015-02-26 23:15:17 +00:00 |
|
laf
|
e1b460320a
|
Tidying up
|
2015-02-26 23:04:14 +00:00 |
|
laf
|
ba5eb4e51a
|
Tidying up
|
2015-02-26 23:04:12 +00:00 |
|
laf
|
15cc00c27d
|
Tidying up
|
2015-02-26 23:04:10 +00:00 |
|
laf
|
e0fbcb9268
|
test
|
2015-02-26 23:04:07 +00:00 |
|
mchasteen
|
984e4a8cab
|
Fixed the global alert_rull add SQL. Added a default value for disabled (set to 0). This could probably be fixed in the schema if the default value is set.
|
2015-02-26 23:04:05 +00:00 |
|
mchasteen
|
9d3b866202
|
This probably should have been commited earlier. Added some logic to remove NULL values from sensor DB inserts.
|
2015-02-26 23:04:02 +00:00 |
|
mchasteen
|
af291f4fc7
|
Added some logic to keep a mac address that has no associated port from being added to the ipv4_mac table. I found that a cisco device was trying to add a loop-back mac address (000000000000).
|
2015-02-26 23:03:59 +00:00 |
|
mchasteen
|
dd55334293
|
Rethought this code. Added some logic to detect a temperature value that contains more than numbers.
|
2015-02-26 23:03:56 +00:00 |
|
mchasteen
|
7996686e53
|
Fixed SQL error relating to the temperature in the cisco-envmon.inc.php in discovery.
|
2015-02-26 23:03:54 +00:00 |
|
mchasteen
|
87bd0da996
|
Fixed polling ports so that NULL values don't break stuff. Basically I just have a foreach loop to unset any NULL values. Also fixed the NOW() SQL statements at the end of polling.
|
2015-02-26 23:03:50 +00:00 |
|
mchasteen
|
d7ea7e71bf
|
Fixed polling mempool thing so that NULL values don't break things.
|
2015-02-26 23:03:48 +00:00 |
|
mchasteen
|
4781e6d05e
|
Fixed the discovered_last field update thing.
|
2015-02-26 23:03:45 +00:00 |
|
mchasteen
|
c2ab3e1d0d
|
Fixed the discover_links function so that it can not blow up with NULL values.
|
2015-02-26 23:03:43 +00:00 |
|
mchasteen
|
03ad4b7bc5
|
Fixed SQL statement so things don't go broke.
|
2015-02-26 23:03:28 +00:00 |
|
mchasteen
|
d47952f69e
|
Fixed mempools function.
|
2015-02-26 23:03:25 +00:00 |
|
mchasteen
|
469a06ae93
|
Fixed processor discovery. SQL correctly inserts and updates now. Also fixed usage field for cisco devices.
|
2015-02-26 23:03:23 +00:00 |
|
mchasteen
|
f70989542b
|
Fixed entity-physical. Fixed the ifindex logic. Also fixed the update and insert function calls.
|
2015-02-26 23:03:20 +00:00 |
|
mchasteen
|
b73f642bc6
|
Fixed vlan discover so there isn't any more SQL errors. Will need further testing.
|
2015-02-26 23:03:17 +00:00 |
|
mchasteen
|
357af32654
|
Fixed UpadteDB function. It didn't seem to work. I fixed the syntax and hopefullt this won't break other things, but I guess as I test I'll find out.
|
2015-02-26 23:03:14 +00:00 |
|
mchasteen
|
a1ef2e0f69
|
Fixed the mysql auth include and the db schema. I set the desc field to be a varchar(200) and set it to be NULL by default (this is a personal preference but since it was not set in the code...). I fixed adduser function in html/includes/authentication/mysql.inc.php. I added $description and $twofactor to the function argument with default values and added descr and twofactor elements in the array passed to the dbInsert function call. OpenSuSE 13.2
|
2015-02-26 23:03:05 +00:00 |
|
Micah Chasteen
|
98aba4307f
|
Fixed the INSERT line in build.sql so that graph order is always an int value of 0.
|
2015-02-26 23:02:59 +00:00 |
|
Neil Lathwood
|
3c16d07698
|
Merge pull request #519 from laf/apcUPS
Battery charge monitoring for APC UPS
|
2015-02-26 19:55:21 +00:00 |
|
laf
|
a0701fbd25
|
Fixing scrutinizer issue
|
2015-02-26 19:48:54 +00:00 |
|
laf
|
fdf902116e
|
Updaetd page formatting
|
2015-02-26 19:38:47 +00:00 |
|
mchasteen
|
4c4e140044
|
I agree to the conditions of the Contributor Agreement
contained in doc/General/Contributing.md.
|
2015-02-26 19:38:11 +00:00 |
|
mchasteen
|
5de5d9c251
|
Added support for non-high precision APC UPS devices. Tested with APC UPS 8000XL.
|
2015-02-26 19:31:08 +00:00 |
|