Nagios配置和插件管理 pynag

码农软件 · 软件分类 · 其他开发相关 · 2019-10-24 15:42:09

软件介绍

pynag (Python Nagios Modules) 提供了一个 Python 工具用来在程序中处理 Nagios 配置文件维护和插件开发。

示例代码:

from pynag import Model

# Get all hosts
all_hosts = Model.Host.objects.all
for i in all_hosts:
  print i.host_name, i.contacts

本文地址:https://codercto.com/soft/d/17467.html

Software Paradigms

Software Paradigms

Stephen H. Kaisler / Wiley-Interscience / 2005-03-17 / USD 93.95

Software Paradigms provides the first complete compilation of software paradigms commonly used to develop large software applications, with coverage ranging from discrete problems to full-scale applic......一起来看看 《Software Paradigms》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器