Feature #10043
Automate addition/updates on uscms_zabbix_plugins RPM
Description
Today Merina's process to update the uscms_zabbix_plugins RPM is not standard, we need to change it so that it is standard as described in https://cmsweb.fnal.gov/bin/view/Software/Rpm#Creating_New_RPMs
I need to update the RPM now, so I'm going to use this as an oportunity to improve the process. In the end the documentation to add/update a sensor (for zabbix and check_mk) should be something like:
1. update spec [adding new file] update version
2. Add new file, git add, git commit
3. make
4. Test RPM
5. git push
6. scp rpm YUMREPO
7. ssh cms-install make repo
8. Via puppet add link in /usr/share/check-mk-agent/local/
9. In destination node: yum update; puppet agent -t
I'll document it in the foswiki.
History
#1 Updated by Gerard Bernabeu Altayo over 5 years ago
- Status changed from New to Resolved