Recent Posts

Examining Pxe Boot

2 minute read

I have a host with MAC 00:30:48:60:f3:ca. This host is configured to look for a PXE server, but was not matching the correct profile.

Basic Python JSON REST API Client Example

less than 1 minute read

JSON REST API’s are increasingly common and useful. A basic client example for using something like nagios api import sys import os import urllib import js...