[-]
[+]
|
Deleted |
inventory-system.changes
|
@@ -1,5 +0,0 @@
--------------------------------------------------------------------
-Thu Jun 28 19:27:21 UTC 2012 - cs@linux-administrator.com
-
-- initial package
-
|
[-]
[+]
|
Added |
ix-inventory-system.changes
^
|
|
[-]
[+]
|
Deleted |
_service:set_version:inventory-system.spec
^
|
@@ -1,81 +0,0 @@
-%define pkgname inventory-system
-Name: inventory-system
-Release: 0
-Version: 0.0.rev1513
-Url: http://www.linux-administrator.com/
-License: GPLv2
-Group: System
-Summary: System inventory client
-Source0: %{pkgname}-%{version}.tar.bz2
-Source1: %{name}.conf
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-%if 0%{?suse_version}
-%define wwwdir /srv/www/inventory-system
-%else
-%define wwwdir /var/www/inventory-system
-%endif
-Requires: virt-what
-Requires: lshw
-%if 0%{?suse_version}
-Requires: pmtools
-Requires: lsb-release
-Requires: awk
-%else
-Requires: dmidecode
-Requires: redhat-lsb
-Requires: gawk
-%endif
-Requires: coreutils
-Requires: curl
-Requires: ethtool
-Requires: grep
-Requires: sed
-Requires: util-linux
-Requires: net-tools
-Requires: iproute
-
-%description
-System inventory reporting tool. It uses various tools
-to detect system information and hardware, virtualization type,
-serial and so on.
-
-%package server
-Group: System
-Summary: Server part of inventory-system
-Requires: php5-mysql
-
-%description server
-System inventory server includes php scripts for collecting
-submitted data by inventory-reporting tool. Collected data
-is save to mysql database.
-
-%prep
-%setup -n %{pkgname}-%{version}
-
-%build
-
-%install
-%__install -D -m755 client/%{name}.sh %{buildroot}%{_sbindir}/%{name}
-%__install -D -m755 client/cron.daily %{buildroot}%{_sysconfdir}/cron.daily/inventorysystem
-%__install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/%{name}.conf
-%__install -d %{buildroot}/%{wwwdir}
-%__install -m644 server/*.php %{buildroot}/%{wwwdir}/
-
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%config(noreplace) %{_sysconfdir}/%{name}.conf
-%{_sysconfdir}/cron.daily/inventorysystem
-%{_sbindir}/%{name}
-
-%files server
-%defattr(-,root,root)
-%dir %{wwwdir}
-%config %{wwwdir}/config.inc.php
-%{wwwdir}/isdf.php
-%{wwwdir}/status.php
-%doc server/*.sql
-
-%changelog
|
[-]
[+]
|
Added |
_service:set_version:ix-inventory-system.spec
^
|
|
[-]
[+]
|
Deleted |
inventory-system.spec
^
|
@@ -1,81 +0,0 @@
-%define pkgname inventory-system
-Name: inventory-system
-Release: 0
-Version: 0.0.1
-Url: http://www.linux-administrator.com/
-License: GPLv2
-Group: System
-Summary: System inventory client
-Source0: %{pkgname}-%{version}.tar.bz2
-Source1: %{name}.conf
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-%if 0%{?suse_version}
-%define wwwdir /srv/www/inventory-system
-%else
-%define wwwdir /var/www/inventory-system
-%endif
-Requires: virt-what
-Requires: lshw
-%if 0%{?suse_version}
-Requires: pmtools
-Requires: lsb-release
-Requires: awk
-%else
-Requires: dmidecode
-Requires: redhat-lsb
-Requires: gawk
-%endif
-Requires: coreutils
-Requires: curl
-Requires: ethtool
-Requires: grep
-Requires: sed
-Requires: util-linux
-Requires: net-tools
-Requires: iproute
-
-%description
-System inventory reporting tool. It uses various tools
-to detect system information and hardware, virtualization type,
-serial and so on.
-
-%package server
-Group: System
-Summary: Server part of inventory-system
-Requires: php5-mysql
-
-%description server
-System inventory server includes php scripts for collecting
-submitted data by inventory-reporting tool. Collected data
-is save to mysql database.
-
-%prep
-%setup -n %{pkgname}-%{version}
-
-%build
-
-%install
-%__install -D -m755 client/%{name}.sh %{buildroot}%{_sbindir}/%{name}
-%__install -D -m755 client/cron.daily %{buildroot}%{_sysconfdir}/cron.daily/inventorysystem
-%__install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/%{name}.conf
-%__install -d %{buildroot}/%{wwwdir}
-%__install -m644 server/*.php %{buildroot}/%{wwwdir}/
-
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%config(noreplace) %{_sysconfdir}/%{name}.conf
-%{_sysconfdir}/cron.daily/inventorysystem
-%{_sbindir}/%{name}
-
-%files server
-%defattr(-,root,root)
-%dir %{wwwdir}
-%config %{wwwdir}/config.inc.php
-%{wwwdir}/isdf.php
-%{wwwdir}/status.php
-%doc server/*.sql
-
-%changelog
|
[-]
[+]
|
Added |
ix-inventory-system.spec
^
|
|
[-]
[+]
|
Changed |
inventory-system.conf
^
|
@@ -4,13 +4,13 @@
## Type: string
## Default: ""
#
-TARGETURL="http://inv.j0ke.net/isdf.php"
+TARGETURL="https://inventory-system.internetx.com/isdf.php"
#
## Description: E-Mail address for failures/debug messages
## Type: string
## Default: ""
#
-ADMINMAIL="monitor@linux-administrator.com"
+ADMINMAIL="inventory-system@internetx.de"
#
## Description: Enables debug messages
## Type: yesno
@@ -18,3 +18,9 @@
#
DEBUG="no"
#
+## Description: Enable custom functions from /etc/inventory-system.d
+## Type: string
+## Default: ""
+#
+CUSTOM_FUNCTIONS="get_system_type_ix"
+#
|