96 Commits

Author SHA1 Message Date
2e610cb256 dashboards as cfg: move dash/ds config files to /provisioning/* 2017-12-07 15:27:01 +01:00
50bc801f1c dashboards as cfg: copy dash/ds files if missing 2017-12-07 15:27:01 +01:00
361acd3fa1 dashboards as cfg: include cfg files in dist packages 2017-12-07 15:27:01 +01:00
d28ca54129 Use systemd notification where applicable
With this change in place, the grafana service will signal
readiness to serve by writing "READY=1" to the path specified
through the NOTIFY_SOCKET environment variable. If this
environment variable is not present or empty, no notification
will happen. This notification is the standard systemd
mechanism for indicating a service is ready to serve. For
Grafana this may be a couple of seconds from startup due to
database migrations. This change also adjusts the Grafana
systemd service definition to make use of this feature.
2017-12-01 10:31:58 +01:00
5b674ce29c docs: release 4.6.2 2017-11-16 11:22:09 +01:00
d5d42c046d packages: update published package version 2017-11-01 12:54:35 +01:00
b51476f18a Fix typo in init.d script 2017-10-20 13:31:52 -04:00
7069fed31d update packagecloud script for 4.6.0-beta1 2017-10-13 13:11:18 +02:00
ca0085f429 docs: update docs 2017-09-22 14:05:25 +02:00
085245f97d publish_both.sh update for 4.5.1 2017-09-15 11:09:48 +02:00
b333ad9481 docs: updated docs with v4.5 beta links 2017-09-05 16:01:28 +02:00
5d3c3a6889 packaging: changed how pid directory is created for systemd systems, #9133 2017-09-04 16:41:07 +02:00
c3cffeb10c packaging: fixed issue with pid file on systemd systems, fixes #9133 2017-09-04 10:43:04 +02:00
649fe7e462 Merge branch 'v4.4.x' 2017-08-07 10:47:23 +02:00
0d25357367 build: remove downloaded pkg files after publish 2017-08-07 10:46:37 +02:00
ecfe28d7ac packaging: added strech to publish script, closes #8737 2017-08-01 09:49:26 +02:00
a4266319ad packaging: v4.4.1 2017-07-05 22:14:03 +02:00
de9ebc9a74 packaging: updates for v4.4.0 2017-07-05 22:12:51 +02:00
36a1ab48c5 packaging: updates for v4.4.0 2017-07-05 22:04:27 +02:00
d4048e1423 docs: updated download links 2017-05-23 16:18:37 +02:00
423ad4d36e docs: updated docs 2017-05-23 12:45:15 +02:00
fcbe306628 release: version bump for package cloud script 2017-05-12 13:36:42 +02:00
5dad324ab7 #8144 Only require root to start/stop grafana (#8145) 2017-04-18 13:49:04 +02:00
68e6700663 Add an After= DB ordering relation to systemd .service (#7903)
In systemd `After=` merely codes an ordering relation and does not start
other units.

Grafana needs to specify that it wants to start up _after_ either of the
supported DB services have started, _if they start_.

Enabling the database services, however, is out of scope for Grafana.
2017-03-22 16:49:35 +01:00
8aa00f9227 build: updated publish script 2017-03-22 15:07:24 +01:00
99064603a4 packaging: added rpm posttrans script to fix config file change, fixes #7686 2017-03-21 10:36:15 +01:00
a763285daa updates script for packagecloud 2017-02-27 11:05:05 +01:00
89fdcc84de docs: release 4.1.2 2017-02-13 13:52:42 +01:00
f602752bdc fix(packaging): fixed issue in deb package post install script that made it think upgrade was happening, fixes #7403 2017-01-31 10:56:04 +01:00
b191638f41 feat(packaging): Make config file not part of package to simplify upgrade, made commit always a short sha, changed RESTART_ON_UPGRADE to true by default, #7399, #7227 2017-01-30 08:08:37 +01:00
bccdd7cad1 Update postinst (#7233)
With present postinst script on Centos 7, restart after upgrade is not working with Warning: grafana-server.service changed on disk. Run 'systemctl daemon-reload' to reload units.

So i added systemctl daemon-reload.
2017-01-13 06:27:36 +01:00
5e14f4a16e tech(build): changes build for 4.1 release 2017-01-11 11:07:01 +01:00
f4e9bd507b tech(build): updates packagecloud script 2017-01-11 08:59:44 +01:00
afa5e9507a docs: updates install links for 4.1.0 beta 2016-12-20 13:15:59 +01:00
2660609c40 tech(build): adds scripts for only uploading to testing 2016-12-20 11:12:19 +01:00
49827de278 docs: release 4.0.2 2016-12-08 15:05:37 +01:00
a73bebbf3d tech(build): update publish script for 4.0.x release 2016-11-29 18:18:44 +01:00
6afb456bef Update systemd unit's description to be more understandable
Signed-off-by: Christopher Meng <i@cicku.me>
2016-09-06 16:29:15 +02:00
6b90587d27 feat(alerting): fixing failing go unit test 2016-08-16 10:22:16 +02:00
65ce01fbff feat(alerting): fixing failing typescript build 2016-08-16 10:09:07 +02:00
2c4ab4af02 Mac grafana wrapper script (#5779)
* One of the homebrew folks first asked for a wrapper script to make launching grafana easier. Later I was asked to remove it and submit it upstream, so here it is.

* add instructions for installing grafana HEAD from git with homebrew back to the docs
2016-08-11 07:36:14 +02:00
84d7305d37 docs(): updated release links 2016-08-01 12:45:31 +02:00
817f24e6fb Merge remote-tracking branch 'origin/development' 2016-07-11 15:24:24 +02:00
eafb0f3248 get rid of weird line breaks and use action (#4926)
* get rid of weird line breaks and use action

When using restarts/stops/starts you'd get weird output sometimes, Strange line breaks 'OK' status overlapping the next lines etc...
This fixes those moves OK to the right place and colorizes them correctly.

* added : for more uniformity

when doing a restart the output looked like:
Stopping Grafana Server ...                                [  OK  ]
Starting Grafana Server: ...                               [  OK  ]

The Stopping line did not have a colon. I added it just to make it look better.
2016-07-11 15:23:39 +02:00
1d35b90484 docs(): updated download links 2016-06-23 10:35:47 +02:00
51878aeca8 change start to restart also for systemctl
I've forgotten to update the systemctl start to restart in my first commit
2016-06-05 16:27:57 +02:00
1d2eb0f903 restart grafana after upgrade
The current script only tries to start the already running grafana process after an upgrade. This leads to errors due to changed js and css hashes while grafana is delivering the old ones. To load the new sources we need to restart grafana after an upgrade.
2016-06-05 16:19:53 +02:00
3312a042dd docs(): updated download links 2016-05-25 11:50:00 +02:00
9eec68985d docs(): updated download links 2016-05-23 11:49:07 +02:00
99db89067e fix(): reverted RESTART_ON_UPGRADE change 2016-05-17 08:34:34 +02:00