crcro
995b7069eb
webui: Added support for stacked graphs ( #7725 )
...
* initial release
* newline fix
* missed some graphs in edit
* style fixes
* revert custom function, use Config
* unified config option
added webui graph config entry
added sql entry for webui config
* removed config_id from sql file
* remove graph stack from defaults
* moved transparency and stacked option to functions.php
* style fixes
* style fixes
* changes in code
added docs about stacked graphs
* return keyed array
* new colors and transparency
* sql rename
2017-12-02 20:28:03 +00:00
Neil Lathwood
f84844f2a7
fix: Better validation on callback url for Pagerduty integration ( #7658 )
2017-11-07 09:32:09 -06:00
celalemre
973764e7d3
alerts: Added OpsGenie transport. ( #7392 )
...
* Add OpsGenie transport.
* Log response body from OpsGenie only when an error occurs.
* Move OpsGenie SQL config to a new sql file.
2017-09-28 21:20:21 +01:00
Aldemir Akpinar
c592f901b0
feature: Added jira alert transport ( #7040 )
...
* feature: added jira transport
* Trying to fix travis-ci sql problem
* Surpress mysql warnings
* Fix for typo
* Update Alerting.md
2017-07-19 16:25:03 +01:00
pblasquez
cc38930007
feature: Added elasticsearch transport and docs ( #6687 )
...
* Add elasticsearch transport and docs
* Fix formatting
* Fix formatting
* Remove librenms string from sql file
* Add missing states
* Use ifAlias not ifDescr
* Update Alerting.md
* Remove unused es_enabled flag
* Fix storage column names
* Fix processor columns
* Rename 194.sql to 193.sql
2017-06-01 12:16:39 +01:00
crcro
5af3048a76
fix: Ensure rrdtool web settings aren't overwrote by defaults ( #6698 )
...
* fix for web settings
* revert db config
* revert description
* ensure rrdtool path is set
2017-05-30 19:44:40 +01:00
Neil Lathwood
612186dabf
alerting: Added option to enable/disable option for sending alerts to normal users ( #6590 )
...
* alerting: Added option to enable/disable option for sending alerts to normal users
* Update notifications.rss
* added missing sql
* Fix schema
* Update notifications.rss
2017-05-15 23:35:26 +01:00
pblasquez
c2cdf14223
feature: Added syslog alert transport ( #6246 )
...
* Add syslog alert transport and docs
* Remove redundant priority variable
* Log syslog transport events as critical
2017-03-23 08:46:28 +00:00
Neil Lathwood
5f5dc2a854
feature: Peeringdb integration to show the Exchanges and peers for your AS' ( #6178 )
2017-03-22 10:17:13 +00:00
Neil Lathwood
f6d8859bb4
feature: Added support for sending alerts to Telegram #2114 ( #6202 )
2017-03-22 09:02:24 +00:00
towster
605b9d2092
feature: Send default mail when no email destinations found ( #6165 )
...
* when an email is attempted to be sent but there are no recipients send to default_mail address
2017-03-14 23:22:43 +00:00
barryodonovan
0f663b3a82
feature: Add Smseagle transport support ( #5989 )
...
* added alert transport for SMSEagle hardware gateway (smseagle.eu)
* added newline
* schema file update + small code refactor
* added docs
2017-02-24 11:55:53 +00:00
Neil Lathwood
fad5aca1b7
feature: Allow customisation of rrd step/heartbeat when creating new rrd files ( #5947 )
...
* feature: Allow customisation of rrd step/heartbeat when creating new rrd files
* revert defaults
* added docs + webui config option
* Move RrdDefinition to an Object to make them easier to create and remove the possibility of typos.
* Fix style/lint issues and missing use statements
* 3 more missing use statements
* updated doc + moved schema file
2017-02-23 22:45:50 +00:00
Neil Lathwood
a8691680ab
feature: Added ability to output graphs as svg ( #5959 )
...
* feature: Added ability to output graphs as svg
* Update graph.inc.php
* added ability to gzip various files for web servers
2017-02-22 06:08:18 -06:00
Søren Rosiak
9b32fb2b91
feature: Added Cisco Spark Transport #3182
...
* feature: Added Cisco Spark Transport
* updated sql to be compliant
2017-02-02 23:10:39 +00:00
ToeiRei
6bc7b1991e
feature: Added Rocket.Chat transport #5427
...
* Implement Rocket.Chat transport
* copyright stuff as I didn't have anything to hack anything on transport.rocket.php
* Update config-item.inc.php
Use space instead of tabs
* Update config-item.inc.php
kill a blank line
* Update AUTHORS.md
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2017-01-31 23:05:35 +00:00
Rob Nichols
f98829ba9d
fix: Added support for autotls in mail transport #5314
2017-01-10 10:03:47 +00:00
Tony Murray
48b0e53a54
fix: use password type for SMTP Auth #5051
2016-11-24 08:55:34 +00:00
Neil Lathwood
3735f94e20
webui: Added support for removing pagerduty config in the webui ( #5004 )
2016-11-20 20:03:13 -06:00
Søren Rosiak
9fb02bbcd3
feature: Add Microsoft Teams Alert Transport ( #5023 )
2016-11-19 14:49:18 +00:00
Søren Rosiak
23da8be9c3
feature: Add osTicket Alert Transport ( #4791 )
2016-10-20 19:31:30 +01:00
Neil Lathwood
f94b352dbe
Merge pull request #4429 from crcro/availability-map-update-5
...
webui: More updates for availability map
2016-09-23 19:32:21 +01:00
Bennett Blodinger
07574b27d8
Move to Font Awesome
...
Keeps the look more in line with the navigation bar icons.
In the future with Bootstrap 4, Glyphicons will not be included, so this
starts the transistions away.
2016-09-22 10:44:17 -04:00
crcro
63f42acda6
general updates
2016-09-22 00:11:16 +03:00
crcro
52693426bc
changed webui and sql from old availability map to compact availability map
2016-09-15 00:07:03 +03:00
crcro
aad9b675c3
more options to amap
2016-09-06 02:01:15 +03:00
crcro
921d5b9ed5
webui: availability map update ( #4300 )
...
* a-map update 3
* pre-commit.php fixes
* moved group query inside if
2016-09-02 12:42:45 -05:00
crcro
49dbe3ea01
availability map updates ( #4183 )
...
webui: More updates to availability map #4183
2016-08-28 21:48:05 +01:00
Eldon Koyle
787c4f09f7
Config option for global default dashboard ( #4080 )
...
* Config option for global default dashboard
Add config option to set a global default dashbord. This will be used
instead of the user's "Default" dashboard unless they have changed their
default dashboard in their user settings.
* Use a dropdown for the default_dashboard option
Update generate_dynamic_config_panel to allow assoc arrays with
`'value'` and `'description'` as keys and change to a select box.
* Fix PHP style issues lost during merge
2016-08-23 19:37:12 +01:00
crcro
6190562d9a
availability map updates ( #4160 )
...
* fix for services visibility if no service available or not enabled in config
* availability map option to switch to old view
* updates as guided by @laf
2016-08-22 19:12:44 +01:00
Tony Murray
8c639aa5a4
PSR2 Cleanup: /html edition
...
Travis tests for code conformance. Ignore warnings for now.
Fixed all errors, left most warnings.
2016-08-18 21:29:30 -05:00
pblasquez
8e8315dbcd
Move config to WebUI
2016-04-26 12:56:58 -07:00
Guillaume Coeugnet
c6a022694b
Update alerting.inc.php
...
Code indentation
2016-04-01 10:21:11 +02:00
Guillaume COEUGNET
ac89c7b00c
Add canopsis port parameter
2016-04-01 10:04:58 +02:00
gcoeugnet
758453938e
Update alerting.inc.php
2016-03-29 15:43:31 +02:00
Thom Seddon
d2dd3e256f
Fix URL path to ajax_form.php for testing alerts
2016-03-23 09:43:34 +00:00
Eldon Koyle
6a53bcf688
Add web config option for HTML emails
2016-03-15 16:55:27 -06:00
Tony Murray
9f22b18dc8
Split is removed in PHP7, replace with explode as none were using it as a regex.
...
Also fix two array keys without quotes in include/syslog.php
Fixes #2205
2016-02-25 14:34:06 -06:00
Neil Lathwood
46a17eabf0
Merge pull request #2957 from Rosiak/issue-2557
...
Make Global Search Limit Configurable
2016-02-20 10:30:48 +00:00
Rosiak
1c630b0b8d
Move function to WebUI
...
Based on Neil’s suggestion.
2016-02-13 21:09:45 +01:00
laf
4aaf4d8a7b
Added missing from email settings field
2016-02-11 22:11:07 +00:00
Rosiak
4581366bf4
Add WebUI settings
2016-01-17 19:19:56 +01:00
laf
a35f6d8c7a
Added group support for Oxidized
2016-01-10 19:45:54 +00:00
Daniel Preussker
a2d97f4283
Merge pull request #2458 from laf/rrdtune
...
Fix for crazy traffic values seen in graphs
2015-12-08 16:12:22 +00:00
laf
3429d56561
Added dropdown caret to alert setting accordians
2015-12-01 22:58:17 +00:00
laf
eb689fe66e
Rebased from upstream
2015-12-01 21:50:13 +00:00
laf
df652f0507
Added WebUI support for VictorOps
2015-11-19 07:37:32 +00:00
laf
72426b9a1b
Rebased SQL file
2015-11-18 23:55:00 +00:00
laf
52e0be911b
More updates
2015-11-17 05:38:45 -08:00
laf
253b27d403
More updates to tune rrdfiles
2015-11-17 05:14:41 -08:00