Profile

Chris Glover

User info

First name Chris
Last name Glover

DevOps Program

Acquired rank
Advocate
Points progress
Number of DevOps Professional Points
68 DevOps Points
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits.
DevOps attestation Request your attestation ID and expiry date

Achievements

Questions asked

Answers given

I've managed to get it to work, more by luck than judgement. The following works - name: CreateElement uri: url: "{{jsonServer }}{{createElement}}" return_content: yes use_proxy: false body_format: json...

View Question
7 Votes Selected

Hi Daniel, It's best to disable shard allocation before doing any reboots (it's going to mangle the json I'm going to put below) Send the following to http://<cluster node>:9200/_cluster/settings...

View Question
6 Votes Selected

If we can send the SNMP trap to any DMA, would this be a use case for Anycast, as SNMP uses UDP and is stateless? Could you add the same /32 IP to each DMA, then use your favourite routing protocol to...

View Question
4 Votes

I've managed to answer my own question. Using IIS "IP Address and Domain Restriction", if I block access to /ConnectionSettings.txt for the hosts I don't want to allow Cube connections for, Cube doesn't...

View Question
2 Votes Selected

We're using the WMI driver to monitor windows machines. We have a few where we alarm on a missing process, you do need to make sure "Auto Clear Task Manager" is set to off. The process of interest needs...

View Question
2 Votes Selected

Thanks Ive, that doesn't quite do what I need. The alarm it generates just says "Notepad - not available", I need to know the specific instance that has failed. So, if "Prog.exe --Inst 1" crashes, I...

View Question
1 Vote

I had the same problem recently, ended up trawling the registry to find any mentions of Cassandra and removed them. After that, the install completed correctly

View Question
0 Votes