BlogHide Resteemsthomas-tiramisu (25)in nagios • 7 years agoPython script to force recheck all critical services in NagiosIf you've ever run a Nagios server, you may have noticed that it's sometimes a bit of a pain to manually recheck a bunch of service monitors after you've made some changes to your network or hosts…thomas-tiramisu (25)in bash • 7 years agoA Bash script to extract a list of domains served by Bind (DNS server)Here is a quick and easy procedure to use bash to extract a list of all the domains being serverd by a Bind DNS server. First, tell Bind to do a dump of all its zones: $ sudo rndc dumpdb -zonesthomas-tiramisu (25)in bash • 7 years agoA Bash Script which monitors Owner:Group and Permission on a directoryHi everyone. I'm doing some SysAdmin work and I recently wrote a script which some people might find useful. The script checks a directory for ownership and group membership as well as…