Frank Hamand
476ddc02a0
Update email example settings for gmail
...
Using gmail smtp is probably more common than aws so use that as
default example.
Also make USE_SSL default to opposite of USE_TLS as they don't work
nicely together
2017-03-02 11:26:25 +00:00
Jannis Leidel
a961f9621e
Drop django-smtp-ssl in favor of Django's native feature
2017-02-16 13:59:01 +01:00
Frank Hamand
30df15d19a
Add another cleanup test and fix celery test broker
...
Turns out celery doesn't like in-memory sql backends, but has a
built-in memory broker. Use that instead and remove sqlalchemy
requirement
2017-02-16 12:56:20 +00:00
Frank Hamand
ec5f6825e2
Add default.env and test.env and multiple docker-compose files to override settings
2017-02-13 14:48:07 +00:00
Frank Hamand
7bec7393d4
Update CABOT_PLUGINS_ENABLED versions
2017-02-09 17:50:00 +00:00
Matthew Brown
a6caf63431
Merge pull request #333 from imnotjames/configurable-base-url
...
Configurable URL prefix
2016-10-05 16:34:31 +01:00
David Buxton
27f65a2eba
Docker-compose setup
...
- Externalise requirements to pip format
- Add entry-point script
- Update Travis-CI configuration
- Fix test data
2016-09-20 10:33:22 +01:00
James Ward
526c7f97e9
add a URL_PREFIX environment variable
...
this adds the ability to add a prefix to all generated URLs
so placing cabot under a subdirectory of a web server is possible,
such as with a reverse proxy.
resolves #321
2016-04-18 02:30:55 -04:00
David Buxton
087c3be021
Update example key - fixes #209
2015-11-07 17:09:17 +00:00
David Buxton
ef8bcc6253
Update example conf files to hipchat 1.7.0
2015-10-02 10:10:35 +02:00
Neil Williams
8dfaab5641
HTTP Checks: Make User-Agent configurable.
...
This is helpful so the service being checked can log the source of the
health check requests more informatively.
2015-08-07 11:14:06 -07:00
Chris Elsmore
9165f3b662
example production env tweak
...
Only including this as it got me for a little while - a reminder that Cabot won't see your graphite server if you leave off the trailing slash.
(It tries to access graphite.example.comevents instead of joining the URL together with a slash if not already present- suggest using urljoin to prevent this?)
2015-06-11 10:56:24 +01:00
Miguel Perez
bed4ace93b
Add support for authentication with LDAP
...
- add necessary dependencies
2015-05-11 17:20:47 -04:00
Jonathan Balls
6e5762975d
removed URL file missing errors and explicitly defined plugin version numbers.
2015-02-25 18:24:20 +00:00
Jonathan Balls
43ae71a986
Added support for alert plugins
2015-02-09 12:34:36 +00:00
David Buxton
c9ad3ba874
Make redis work out of the box
2014-08-07 11:49:39 +01:00
Mario de Frutos
690c8fd916
Better explanation for setting
2014-08-07 09:56:22 +02:00
Mario de Frutos
3d694dfb51
Now from parameter can be defined in settings file
2014-08-07 09:42:04 +02:00
Peter Baumgartner
68741a7775
Merge branch 'master' into python-package
...
Conflicts:
requirements.txt
2014-07-31 21:33:31 -06:00
Grzegorz Dubicki
6bb4781127
correct syntax
2014-07-14 10:48:53 +02:00
Grzegorz Dubicki
4d0b8a8630
correct syntax
2014-07-14 10:48:43 +02:00
Grzegorz Dubicki
1df3d655b1
move time zone setting to conf file
2014-07-14 10:47:33 +02:00
Grzegorz Dubicki
73a511384e
move time zone setting to conf file
2014-07-14 10:47:28 +02:00
Peter Baumgartner
986c39e9e6
Python packaging support
...
Can be installed from a local checkout with `pip install -e .` or
directly from git: `pip install -e
git+git@github.com:arachnys/cabot.git#egg=cabot`
2014-03-05 16:28:32 -06:00
Hebo
80f0ccb4b3
Allow for the scheme of alert links to be configured
2014-02-20 13:09:48 -08:00
David Buxton
d4d430398d
Add configurable from email address
2014-01-05 20:26:15 +00:00
David Buxton
06fe6c884a
Clean repo
2014-01-05 17:24:04 +00:00