Daniel Preussker
fdf1610fca
Merge pull request #1665 from laf/issue-381
...
Simple graylog integration
2015-08-18 17:07:21 +00:00
laf
85c8e1487f
updated sql file #
2015-08-16 11:12:24 +00:00
Rosiak
543a67851c
Fix #1670
...
- Convert column to bigint to support 4 byte ASN
2015-08-14 20:54:56 +02:00
Neil Lathwood
06430a9edc
Added graylog support
2015-08-10 13:36:55 -07:00
laf
34f783fb0b
Added proper indexes to the device_perf table
2015-08-05 19:01:03 +00:00
laf
2e24c633c9
Added Syslog, Eventlog and Globe Map widgets
2015-08-01 15:36:15 +00:00
root
c893061f51
Rebased
2015-07-26 11:09:46 +00:00
laf
0b93725029
Updated to use new table name
2015-07-23 18:41:41 +01:00
laf
a91ab4d987
Hopefully last changes
2015-07-23 17:09:18 +01:00
laf
8f282c5174
Tidy up + new tiles
2015-07-22 22:04:33 +01:00
laf
e9cabb908a
Update sql file
2015-07-20 17:16:44 +01:00
laf
f6967ef523
Actually add sql file
2015-07-20 17:07:13 +01:00
laf
4c39421787
Network map sql update + fix for duplicate links
2015-07-15 20:09:20 +01:00
Daniel Preussker
0fa64e9a99
Revert "Network map sql update + fix for duplicate links"
2015-07-14 20:00:20 +00:00
laf
aed77ecc1a
Update SQL schema
2015-07-14 18:20:12 +01:00
laf
09fb454ff0
Updated schema for ipv4_mac to be optimal
2015-07-14 18:04:26 +01:00
laf
820afa6dbb
Added logging of reason device was detected as down (icmp/snmp)
2015-06-22 22:11:02 +01:00
laf
eee2ae5be1
Added support for logging packet loss and min/max/avg response times on fping
2015-06-22 21:55:31 +01:00
f0o
7c731103fd
Add macro %macros.sensor
to filter out ignored sensors
2015-06-19 17:11:56 +00:00
Paul Gear
95e3d7000d
Add missing SQL schema
2015-06-16 08:27:58 +10:00
laf
6813c1face
updated alert template mapping to own table
2015-06-15 11:13:19 +01:00
Paul Gear
f271887745
Merge pull request #1178 from laf/issue-337
...
Updated remaining MyIsam tables to innodb
2015-06-13 10:17:52 +10:00
laf
4bb63bf7f0
Updated remaining MyIsam tables to innodb
2015-06-01 21:56:22 +01:00
laf
6fab7cf718
Some last changes
2015-05-28 17:07:14 +01:00
laf
b769af2459
More work on alerting config
2015-05-17 03:20:28 +01:00
laf
8327466d14
Adding alerting config
2015-05-15 14:19:45 +01:00
laf
a586eb21d0
Added a new db field to record when custom high/low limits are set and stop them being overwrote
2015-05-12 10:10:03 +01:00
f0o
73c5fee997
Change DB-Field device_groups.pattern
from varchar(255)
to text
2015-05-08 09:52:09 +00:00
laf
5540994f8b
Updates to schedule maintenance
2015-04-19 00:43:16 +01:00
laf
eb20bc787e
Added alter statement to add index to alert_log table
2015-04-12 14:57:51 +01:00
laf
4d66de4b00
Updated sql statement
2015-04-12 11:37:15 +01:00
laf
8b19022744
Initial setup of callback
2015-04-06 09:23:13 +01:00
f0o
441c27a7d4
Assign invalid device_id
if a rule is created with a mapping.
...
Update rule to invalidate `device_id` if a map has been assigned afterwards.
Update rule to restore `device_id` if no more maps are assigned to it.
Remove all maps (if any) if a rule is deleted.
Fixed SQL-schema
2015-04-04 11:37:07 +00:00
f0o
ba99eb25a2
Device-Groups Draft
2015-04-03 18:22:29 +00:00
laf
8f5d6e8a94
Added code to rediscovery links and include device ids
2015-03-28 14:05:40 +00:00
Neil Lathwood
6d33a98c75
Merge pull request #610 from laf/issue-608
...
Web UI components for dist poller
2015-03-19 16:34:12 +00:00
laf
d74a37c078
Added support for managing poller groups and viewing poller stats
2015-03-15 21:44:35 +00:00
f0o
ffd5a3d928
Adds Distributed Polling via Memcached.
2015-03-15 16:29:59 +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
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
f0o
42de11884e
Added:
...
039.sql: create a new table processes
processes.inc.php: show all processes from given device including sort-options
Changed:
unix-agent.inc.php: insert all processes reported by check_mk_agent
device.inc.php: added tab with link to process-list
2015-01-15 07:18:10 +00:00
f0o
d66cec7017
Added TwoFactor Authentication (RFC4226)
...
Tested against Google-Authenticator app on Android 4.4.4
Made `verify_hotp` more efficient.
Added autofocus on twofactor input
Added GUI Unlock and Remove for TwoFactor credentials in /edituser/
Allow additional tries after elapsed time from last try exceeds configured parameter `$config['twofactor_lock']`.
If `$config['twofactor_lock']` is not defined or is set to `0`, administrators have to unlock accounts that exceed 3 failures via GUI.
Added Documentation
Moved TwoFactor form to logon.inc.php
Disabled autocomplete on twofactor input field
Updated Docs to include link to Google-Authenticator's install-guides
Moved authentication logic from authenticate.inc.php to twofactor.lib.php
typo in docblock for `twofactor_auth()`
Fixed scrutinizer bugs
To please scrutinizer
2014-12-28 15:40:40 +00:00
Neil Lathwood
51616844bc
Added ability to name alert rules
2014-12-21 15:44:50 +00:00
f0o
7d3fd3a29a
Added field name
into SQL-Table alert_templates
2014-12-15 14:25:03 +00:00
f0o
c0e1d9cbc5
Added Alerting
2014-12-15 11:10:26 +00:00
laf
8ea7a16e3e
Added sql schema update for ping graphs
2014-09-30 19:13:51 +01:00
Paul Gear
4a8f54dafc
Increase API token length to allow for future growth
2014-09-27 14:49:33 +10:00
laf
96c0457a75
More updates to api
2014-09-16 22:19:28 +01:00
laf
a271a28115
Moved the insert statement to the correct SQL file!
2014-07-03 17:58:08 +01:00