Yes, a user can associate threshold, resource, notification profiles and group/display name during the initial phase of agent installation via command line arguments, rather than creating profiles in the Site24x7 web client.
Let us consider a simple use case to explain this feature:
A user already uses Site24x7 for monitoring 3 servers. The same account also has the following configuration profiles mapped to the installed servers:
-
Threshold and Availability Profile: Threshold1
-
Resource Profile: Resource Profile 1
-
Notification Profile: NotificationProfile1
-
Group Names: Server Monitor, Server
Now, the user wishes to add 10 more servers to the same account. Instead of going to the web client to map these profiles to the newly installed servers, the user can do so while installing the agent itself. After downloading the zipped file (Windows)/running the installation commands (Linux), run these command in the path where the downloaded file is present:
Windows:
msiexec.exe /i Site24x7WindowsAgent.msi EDITA1=<Device Key> ENABLESILENT=YES REBOOT=ReallySuppress DN="Windows Server" TP=Threshold1 RP="Resource Profile 1" NP=NotificationProfile1 GN=Server /qn
Linux:
./Site24x7_Linux_64bit.install -i -key=06bb765a221c269ba0f9a1ebc22ad259 -dn='Linux Server' -gn=Server -tp=Threshold1 -np=NotificationProfile1 rp='Resource Profile 1'
The agent will be installed and the profiles will be mapped to the server. The user can view/edit the threshold profiles in the web client by either navigating to
Admin
>
Configuration Profiles
>
Threshold and Availability
(or)
Server
> click on the server monitor > Action icon >
Edit
>
Configuration Profiles
Note: Ensure you use double quotes while mentioning the configuration profiles with space. For Linux, we support both single and double quotes.
Related Articles:
Related Articles
How do you enable or disable Management Actions in your Windows server?
Management Actions can be used to start or stop VM configurations in a Hyper-V server, services in a Windows server, or sites and application pools in an IIS server. These actions can't be performed if Management Actions is disabled in the server ...
Associate configuration profiles during Windows/Linux agent installation
Site24x7 provides monitoring of Windows and Linux servers by using our Windows and Linux server monitoring agents respectively. These server monitoring agents can be installed using the installation wizard or using command line arguments. Further, ...
How to retrieve logs from server-agent-based monitors?
If you have a Windows agent, you can use the following path to retrieve the agent logs: Go to the installation directory > Site24x7 > WinAgent > Monitoring > Logs If you have a Linux server, you can retrieve logs for your server agent by using the ...
How to uninstall the Site24x7 Windows Server Monitoring Agent
Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...
What is the next step after the successful installation of my Windows/Linux server monitor?
After successful installation of the Windows/Linux server monitoring agent, the user can add plugin integrations, set threshold profiles, associate IT automations and lot more. In the Site24x7 web client, go to Server > Server Monitor > Servers > ...