...
Since the NMIS VM runs on CentOS we'll use Yum as an example. For Debian based systems please see Appendix B for command examples.
Code Block | ||
---|---|---|
| ||
[root@opmantek ~]# yum search check_http Loaded plugins: fastestmirror, presto Loading mirror speeds from cached hostfile epel/metalink | 7.0 kB 00:00 * base: ftp.kaist.ac.kr * epel: mirror.premi.st * extras: ftp.kaist.ac.kr * updates: ftp.kaist.ac.kr base | 3.7 kB 00:00 epel | 4.3 kB 00:00 epel/primary_db | 5.9 MB 00:00 extras | 3.4 kB 00:00 gf | 2.9 kB 00:00 mongodb-org-3.0 | 2.5 kB 00:00 rsyslog_v7 | 2.5 kB 00:00 updates | 3.4 kB 00:00 =========================================================== N/S Matched: check_http ============================================================ nagios-plugins-http.x86_64 : Nagios Plugin - check_http Name and summary matches only, use "search all" for everything. |
...
Code Block |
---|
[root@opmantek ~]# cdrpm /-ql [root@opmantek /]# find . -name "check_http" . nagios-plugins-http.x86_64 /usr/lib64/nagios/plugins/check_http [root@opmantek /]# |
The installer has placed it in /usr/lib64/nagios/plugins. Let's take a look at what else it has installed.
...