diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-25 00:49:42 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-25 00:49:42 -0400 |
commit | 7bb5176a0e1d3a7d8a119b92758404d514f59be9 (patch) | |
tree | 216cc2c9b1af8ddd337d619bc8c77e44bba94b1a /scripts/os/freebsd/42-icinga | |
parent | e2fc0433de38c322ce46ad250bc0f0f03e7710c8 (diff) | |
download | infrastructure-7bb5176a0e1d3a7d8a119b92758404d514f59be9.tar.gz |
icinga stuff
Diffstat (limited to 'scripts/os/freebsd/42-icinga')
-rw-r--r-- | scripts/os/freebsd/42-icinga | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/os/freebsd/42-icinga b/scripts/os/freebsd/42-icinga new file mode 100644 index 0000000..872c1c6 --- /dev/null +++ b/scripts/os/freebsd/42-icinga @@ -0,0 +1,3 @@ +#!/bin/sh + +pkg install -y monitoring-plugins |