Logoj0ke.net Open Build Service > Projects > internetx > nagios-plugins-zypper > Meta
Sign Up | Log In

Meta Configuration of Package nagios-plugins-zypper

 
1
<package name="nagios-plugins-zypper" project="internetx">
2
  <title>Nagios plugin for checking software updates</title>
3
  <description>This plugin checks for software updates on systems that use package
4
management systems based on the zypper command found in openSUSE.
5
6
It checks for security, recommended and optional patches and also for
7
optional package updates.
8
9
You can define the status by patch category. Use a commata to list more
10
than one category to a state.
11
12
If you like to know the names of available patches and packages, use
13
the "-v" option.
14
</description>
15
  <build>
16
    <disable/>
17
    <enable repository="SLE_11"/>
18
    <enable repository="SLE_10"/>
19
  </build>
20
</package>
21