File: README

package info (click to toggle)
pynag 0.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,196 kB
  • ctags: 1,181
  • sloc: python: 9,155; makefile: 200; sh: 151
file content (12 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
This Directory Contains Examples for how to use the pynag library to manipulate Nagios Configurations.

These examples are split into the following directories:

* Model:
Examples on high-level config manipulation with the Model module

* Parsers:
Examples on low-level configuration with the Parsers.config module

* Plugins
Creating nagios plugins with the Plugin module