Andy Cobaugh
Andy Cobaugh
Nagios 4.x deprecates command buffers, and so we get perfdata output that includes the following when running with '-s all': TOTCMDBUF=TOTCMDBUF USEDCMDBUF=USEDCMDBUF HIGHCMDBUF=HIGHCMDBUF That is because nagiostats says: # nagiostats...
**What this PR does / why we need it**: This adds `--yamllint-extra-args` and `--yamale-extra-args` flags to `ct lint`. Yamllint in particular has options **Which issue this PR fixes**: This allows...
Upon further reading, backends like influxdb 0.9 can support spaces and other characters that things like graphite can't. It would be useful to have the metric/tag manipulation done in each...
Shawn: If acceptable, this includes hostname and servicedesc in one of the log messages inside of process_log(). I found this immensely helpful when troubleshooting some homegrown nagios plugin outputs.
Should fix issue 99 and 100
Using a config management tool like puppet, cfengine, etc doesn't work when using the provided init script: sudo: sorry, you must have a tty to run sudo I suggest using...
We start the process as /usr/bin/graphios, then try to kill graphios.py. The process shows up like this: nagios 6138 6137 0 15:25 pts/0 00:00:00 /usr/bin/python -tt /usr/bin/graphios So obviously this...
### Terraform Version ``` Terraform v0.12.6 ``` ### Terraform Configuration Files ```hcl module "cdn" { source = "/home/acobaugh/work/eit/terraform-modules/tf-aws-swe-cdn" # other config } module "developer" { source = "/home/acobaugh/work/eit/terraform-modules/tf-aws-swe-cdn" # other...