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://www.codercto.com/soft/d/17467.html

Inside the C++ Object Model

Inside the C++ Object Model

Stanley B. Lippman / Addison-Wesley Professional / 1996-5-13 / USD 64.99

Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritanc......一起来看看 《Inside the C++ Object Model》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

html转js在线工具
html转js在线工具

html转js在线工具