You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add disk space check for /home/jenkins in AIX hosts (#2789)
* add disk space check for /home/jenkins in AIX hosts
* Reduced duplication and made the machine specific configuration changes generic
* rephrased the earlier commit made
Co-authored-by: Scott Fryer <[email protected]>
Copy file name to clipboardExpand all lines: ansible/playbooks/nagios/README.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,45 @@ The Encrypted File Can Have Its Password Changed With The Following command
57
57
58
58
2) Either directly on the nagios server host (ansible must be installed), or alternatively from an ansible machine with connection to the nagios server to be.
to the `nagios_server.vm.synced_folder ".", "/vagrant"` line
61
68
62
69
Based off the [installation guide](https://support.nagios.com/kb/article/nagios-core-installing-nagios-core-from-source-96.html):
63
70
And Off This [GitRepo](https://github.com/Willsparker/AnsibleBoilerPlates/tree/main/Nagios) :
64
71
For some useful tips for working with vault files see [here](https://docs.ansible.com/ansible/latest/user_guide/vault.html)
65
72
73
+
add_disk_space_check
74
+
## How to add additional disk space check for /home/jenkins on AIX hosts.
75
+
76
+
Additional checks are defined and added to host specific config files (located in the /usr/local/nagios/etc/servers directory) in the Nagios monitoring server. The steps include :
77
+
78
+
1) Define the command in the commands.cfg file located at /usr/local/nagios/etc/objects/commands.cfg :
2) Amend the machine specific config file, e.g ( /usr/local/nagios/etc/servers/build-osuosl-aix71-ppc64-1.cfg ) to include the entry for the new check.
0 commit comments