| by TheIneptOne | No comments

Applying Licenses to Groups with GAM

We had a need to do some automation when it came to licensing in Google Workspaces. Unfortunatley, the Google Admin Console only allows super admins to apply licenses and there’s no easy way to do it with what Google provides and Google does not allow assigning licenses by using groups either. To get around this […]

Read More
| by TheIneptOne | 1 comment

Nagios NCPA Agent Installation

Before a server can be monitored the Nagios NCPA Agent must be installed. This article will go over installing the agent on both Windows and Ubuntu Linux based machine. NCPA agents are available other flavors or Linux as well as MacOS at https://www.nagios.org/ncpa/#downloads  Windows Servers Begin by logging into the server. Once logged in, download the […]

Read More
| by TheIneptOne | 1 comment

Adding Hosts to Nagios

Hosts or Servers are added to Nagios with text based cfg files and for my setup, are stored in /opt/nagios/servers. Prior to adding a server, it is a good idea to have the Nagios NCPA Agent installed on each server that will be monitored. When editing a file with Nano, to save your changes to do the […]

Read More
| by TheIneptOne | 1 comment

Adding Contacts to Nagios

Contacts are created in Nagios for email alerts. They can be setup for individual users or a distribution list. They can also be setup to alert at different times of the day and can send alerts based on severity of the issue. If you don’t already have a Nagios server setup, you can follow my […]

Read More