Initial commit of `icmpmonitor-1.2` from http://www.crocodile.org/software.html
[icmpmonitor] / icmpmonitor.spec
... / ...
CommitLineData
1Name: icmpmonitor
2Summary: multiple host monitoring tool
3Packager: Vadim Zaliva <lord@crocodile.org>
4Url: http://www.crocodile.org/software.html
5Version: 1.2
6Release: 1
7Copyright: BSD
8Group: Networking/Daemons
9Source: ftp://ftp.crocodile.org/pub/icmpmonitor-%{version}.tar.gz
10
11%description
12Using the InterNet Control Message Protocol (ICMP) "ECHO" facility,
13monitors several hosts, and notify admin if some of them are down.
14
15%prep
16%setup -n icmpmonitor-%{version}
17
18%build
19./configure --prefix=/usr
20make
21
22%install
23make install
24
25%files
26%defattr(-,root,root)
27/usr/sbin/icmpmonitor
28/usr/man/man1/icmpmonitor.1
29%doc README ChangeLog TODO sample.cfg NEWS
30
31