Untitled
unknown
plain_text
3 years ago
1.9 kB
6
Indexable
Parece que desde existía StackDriver CentOS 6 pasó a estar deprecated. CentOS 6 End of Life (EOL): https://cloud.google.com/compute/docs/eol/centos6 CentOS EOL guidance: https://cloud.google.com/compute/docs/eol/centos-eol-guidance remove and reinstall/update stackdriver-agent (segunda respuesta): https://stackoverflow.com/questions/64219892/remove-and-reinstall-update-stackdriver-agent Update repo URLs for the deprecated CentOS 6 repos. (#115): https://github.com/Stackdriver/agent-packaging /opt/stackdriver/collectd/lib64/collectd/redis.so not found: https://groups.google.com/g/google-stackdriver-discussion/c/L1ky_H2DTEg?pli=1 Managing Agent Policies (Única referencia de CentOS 6): https://cloud.google.com/stackdriver/docs/solutions/agents/logging/managing-agent-policies#supported_operating_systems ---------------------------------------------------------------------------------------------------------------- agents: Instalación: Comandos reducidos Monitoring: curl -sSO https://dl.google.com/cloudagents/add-monitoring-agent-repo.sh sudo bash add-monitoring-agent-repo.sh --also-install Logging: curl -sSO https://dl.google.com/cloudagents/add-logging-agent-repo.sh sudo bash add-logging-agent-repo.sh --also-install Documentación completa Monitoring: https://cloud.google.com/stackdriver/docs/solutions/agents/monitoring/installation Logging: https://cloud.google.com/stackdriver/docs/solutions/ag Documentación completa Monitoring: https://cloud.google.com/stackdriver/docs/solutions/agents/monitoring/installation Logging: https://cloud.google.com/stackdriver/docs/solutions/agents/logging/installation Configuración: Monitoring: https://cloud.google.com/stackdriver/docs/solutions/agents/monitoring/configuration Logging: https://cloud.google.com/stackdriver/docs/solutions/agents/logging/configuration
Editor is loading...