How to create An Oracle Solaris 11 IPS/PKG Nagios Plugins Package The example below creates a Solaris Nagios Plugins package, I then show you how to publishes the Nagios pkg to your repository. Download required software First, download the latest NRPE and Nagios-plugins, you can download the Nagios plugins from here and the latest NRPE […]
Tag: pkgadd
Creating a Solaris package
Contents 1 Creating pkgadd Software Packages under Solaris 1.1 Select your software 1.1.1 Modify your prototype file and add a pkginfo line and a postinstall line 1.1.2 Create your pkginfo file 1.1.3 Create the script 1.1.4 Create the postinstall script 1.2 Create the package 1.3 Translate in the a real package 1.4 Install the package […]