NAGIOS | poor mans report scripting

You wanna report some stuff to nagios the easy way? Try this. Nagios server side: Install netcat. Run a eternal loop script: # while true; do nc -l -p <THE_PORT_YOU_WANNA_LISTEN_TO> >> /var/nagios/rw/nagios.cmd; done& Client side: Install netcat. Drop your info to the NAGIOS server with something like: # echo -e “[$(date +%s)] PROCESS_SERVICE_CHECK_RESULT;<NAGIOSCONFIG_SERVER_NAME>;<NAGIOSCONFIG_SERVICE_NAME>;<RESULT_0_or_1_or_2>;<YOUR_IMPORTANT_MESSAGE>” | nc […]

WSUS on SERVER 2019 | Reporting | ReportViewer.msi

For Windows Server 2019, the Microsoft Report Viewer 2012 Redistributable is required. The SQL Server System CLR Types for SQL Server 2012 are required for the installation, these are part of the Microsoft SQL Server 2012 Feature Pack. There is no need to download and install the complete package. The MSI SQLSysClrTypes.msi is sufficient (for […]