Category: technology

A collection of 130 posts
technology

Parsing Nagios4 status.dat to JSON

By Michael Palmer |  Aug 20, 2022  | #programming, #python, #django | 1 min read
Background I have a django app that shows host links to internal employees, wanted to grab status from Nagios without having to go to a bunch of trouble screen scraping. Found this quick script from Alex Wright, and modified it to work where I can call it from a Django function, then I just loop through my models and match the json object to the model. Steps to deploy Upload file: status2json.
Continue Reading...