View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000225 | My infrastructure | General | public | 2024-05-29 11:36 | 2024-09-28 12:11 |
Reporter | dvl | Assigned To | dvl | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Summary | 0000225: review snmpd in ansible | ||||
Description | * check files permission (scripts. config files) - should be chown snmpd:snmpd for example * check cronjobs re: https://dan.langille.org/2024/05/26/notes-on-running-net-snmp-as-non-root/ | ||||
Tags | No tags attached. | ||||
|
Things I did:* update /usr/local/etc/newsyslog.conf.d/net-snmp.conf sudo chmod o+r /usr/local/etc/snmpd.conf sudo chmod +rx /usr/local/etc/snmp/postgres sudo chmod +rx /usr/local/etc/snmp/check_postgres/check_postgres.pl |
|
The "sudo chmod o+r /usr/local/etc/snmpd.conf" work was done via:snmpdConfFileCHMOD: "644" in roles/snmpd/defaults/main.yml |