devops
Here are 4,954 public repositories matching this topic...
It's not clear from the website's documentation, or the --help
output, how to do the following equivalent curl task:
Post a raw JSON query to ElasticSearch:
curl \
--header "Content-Type: application/json" \
--request POST \
--data '{ "_source": [ "restricted_countries.*" ], "query": { "match_all": {} }, "size": 1000 }' \
'http://localhost:9200/_search'
T
-
Updated
May 20, 2020
-
Updated
May 18, 2020
Summary
Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in lua
can be very useful.
Additional Details
There are many use-cases that come to mind:
- Using environment variables inside the d
In reference to getsentry/docker-sentry#210 (comment) it would be great to get a better and more complete documentation on how to work with the getsentry/sentry docker images
- Gitea version (or commit ref):
Gitea version 1.11.4 built with GNU Make 4.1, go1.13.9 : bindata, sqlite, sqlite_unlock_notify
- Git version: 2.20.1
- Operating system: Debian
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
-
Updated
May 20, 2020 - Go
-
Updated
May 22, 2020 - Java
The go build command in the Compilation Wiki will throw complaints.
#Compile from source
cd $HOME/gocode/src/github.com/buger/gor
go build LDFLAGS = -ldflags "-extldflags "-static""
$ go build LDFLAGS = -ldflags "-extldflags \"-static\""
can't load package: package LDFLAGS: malformed module path "LDFLAGS": missing dot
What problem does this solve?
Configs are prone to error. If we can give people a setup command to ease problems, this would reduce errors.
How do envision it working?
In #408, it was brought up that since every module has a strongly typed config, this means we should be able to annotate the config to generate documentation. It follows that, if we can generate documentation, we
Gitea integration
问题描述
使用的docker配置http://walle-web.io/docs/installation_docker.html
添加部署公钥要无法验证通过
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0755 for '/root/.ssh/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.
Installation method "Method
NETW-3200 Docs NYI
Describe the bug
Online docs for NETW-3200 are not yet implemented.
Version
- Distribution: Ubuntu 18.04
- Lynis version: 3.0.0
Expected behavior
A (minimal) description of the problem should exist and ideally a general direction on how to fix the issue.
Output
A new discovery!
Oops, looks like this control is not listed yet in the database.
Want to help
-
Updated
Jan 22, 2020
https://github.com/chef/chef/blob/master/CHEF_MVPS.md doesn't have this years community chefs in it
Description
Expected Behavior
it should just work ;^) But if not it needs to feed the errored state back somehow.
in this case it probably needs to say that the disk is already mounted.
## Current Behavior
<!-- Tell us what happens instead -->
Repro'ed:
bmath@timesink:~/maya/gke/test86$ ca
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
Documentation:
https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
Yaml that duplicates error:
name: Test
on:
push:
branches:
- master
jobs:
build:
runs-on: [self-hosted, windows]
name: Test
steps:
- name: Ensure Docker is running
run: |
docker ps -a
Error received:
I've just discovered while grepping through the code that webhook also supports YAML. That's great! :) Could we please have a proper documentation for this? Currently nothing in the documentation points to any kind of yaml support.
-
Updated
May 19, 2020 - Java
-
Updated
May 3, 2020
Hi we added a new plugin check for Cabot that allows Cabot to create something similar to https://deadmanssnitch.com/ . It uses redis keys to check for background jobs/processes that fail to check in within a specific interval. Also unlike Deadmansnitch it works with much more granular intervals down to seconds or even larger ones like days.
The Readme states that a three node cluster on Hetzner Cloud cost a little less than €7.50/month for 3x2GB nodes (1vCPU). But with an hour price of €0.005 this would actually cost 3x €3.65 = €10.95 per month
If you take a slightly better AWS spot instance, let's say the t3.small:
- t3.small with 2 vCPU and 2.0 GB, 3x $5.256 = $15.768 -> €14.37 per
For the life of me, I can't find where valid keys are defined or how they're determined. This information would be particularly handy in the awless show --help
output. FWIW, my immediate use-case is only concerned with EC2 instance "Launch Time".
awless show i-foobar
shows an Uptime
key but that doesn't work.
$ awless show --values-for Uptime i-foobar
[error] no values for ["
Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.
Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i
Improve this page
Add a description, image, and links to the devops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the devops topic, visit your repo's landing page and select "manage topics."
Netdata is not working with MySQL, only MariaDB. This is because this command SHOW USER_STATISTICS in this file only works in MariaDB.
Problem code is https://github.com/netdata/netdata/blob/bfae683664b488df91940a81760459db2b18983c/collectors/python.d.plugin/mysql/mysql.chart.py
My install is http://walkercodetutorials.codes:19999