1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add versionadded to nagios docs

This commit is contained in:
Michael DeHaan 2012-08-27 22:33:31 -04:00
parent 9e51b96a10
commit 989817657f
3 changed files with 5 additions and 1 deletions

View file

@ -1123,6 +1123,8 @@ finally fall back to using the MySQL default login of ‘root’ with no
</div> </div>
<div class="section" id="nagios"> <div class="section" id="nagios">
<span id="id17"></span><h2>nagios<a class="headerlink" href="#nagios" title="Permalink to this headline"></a></h2> <span id="id17"></span><h2>nagios<a class="headerlink" href="#nagios" title="Permalink to this headline"></a></h2>
<p class="versionadded">
<span class="versionmodified">New in version 0.7.</span></p>
<p>Perform common tasks in Nagios related to downtime and notifications.</p> <p>Perform common tasks in Nagios related to downtime and notifications.</p>
<p>The Nagios module has two basic functions: scheduling downtime and <p>The Nagios module has two basic functions: scheduling downtime and
toggling alerts for services or hosts.</p> toggling alerts for services or hosts.</p>

View file

@ -3,6 +3,8 @@
nagios nagios
`````` ``````
.. versionadded:: 0.7
Perform common tasks in Nagios related to downtime and notifications. Perform common tasks in Nagios related to downtime and notifications.
The Nagios module has two basic functions: scheduling downtime and The Nagios module has two basic functions: scheduling downtime and

File diff suppressed because one or more lines are too long