romgo
09/23/2022, 2:42 PMpackage { 'taniumclient':
name => $name_pck,
ensure => present,
provider => $provider,
source => "${puppet_tanium::install_path}/${package_name}",
require => File["${puppet_tanium::install_path}/${package_name}"],
}
where $name_pck has been defined for redhat and debian has taniumclient_7.4.7.1094-debian10_amd64.deb & TaniumClient-7.4.8.1054-1.rhe7.x86_64.rpmSlackbot
09/23/2022, 2:42 PMromgo
09/23/2022, 2:43 PMramindk
09/23/2022, 4:16 PMapache
and the OS happily helps by installing apache2
for the module. Puppet runs, sees no apache
package and attempts to install it.Slackbot
09/23/2022, 5:50 PMSlackbot
09/23/2022, 5:51 PMGowtham
09/23/2022, 5:56 PMGowtham
09/23/2022, 6:22 PMsameer
09/25/2022, 6:37 PMsameer
09/25/2022, 6:39 PMPatrick Rynhart
09/25/2022, 10:18 PMSlackbot
09/25/2022, 10:18 PMPatrick Rynhart
09/25/2022, 10:19 PMSteve Handy
09/26/2022, 3:41 AMSteve Handy
09/26/2022, 3:42 AMSteve Handy
09/26/2022, 3:49 AMSteve Handy
09/26/2022, 3:50 AMkenyon
09/26/2022, 3:52 AMSteve Handy
09/26/2022, 4:14 AMSlackbot
09/26/2022, 9:08 AMDavid Sandilands
09/26/2022, 9:08 AMDavid Sandilands
09/26/2022, 9:08 AMJoel Wilson
09/26/2022, 3:48 PMJoel Wilson
09/26/2022, 3:48 PMSlackbot
09/26/2022, 4:16 PMSlackbot
09/26/2022, 5:25 PMNirav
09/26/2022, 5:25 PMNirav
09/26/2022, 5:29 PMthedonkdonk
09/26/2022, 5:30 PMcsharpsteen
09/26/2022, 6:05 PMmean
is in milliseconds (see DurationUnit
):
$ curl -k --cert "$(puppet config print hostcert)" --key "$(puppet config print hostprivkey)" '<https://localhost:8140/metrics/v2/read/puppetserver:name=*.compiler>' |python3 -m json.tool
{
"request": {
"mbean": "puppetserver:name=*.compiler",
"type": "read"
},
"value": {
"puppetserver:name=puppetlabs.clspe2-928bbc-0.compiler": {
"Mean": 26.034399792236776,
"StdDev": 248.19908355690887,
"75thPercentile": 3.0,
"98thPercentile": 175.0,
"RateUnit": "events/second",
"99thPercentile": 494.0,
"95thPercentile": 32.0,
"Max": 5119.0,
"Count": 4897,
"FiveMinuteRate": 0.018434010775438155,
"50thPercentile": 1.0,
"MeanRate": 0.6950233208908544,
"Min": 0.0,
"OneMinuteRate": 3.8211971028211754e-11,
"DurationUnit": "milliseconds",
"999thPercentile": 5119.0,
"FifteenMinuteRate": 0.2613376705576153
}
},
"timestamp": 1664215341,
"status": 200
}