Associate configuration profiles during agent installation

Can I associate configuration profiles to my Linux/Windows server monitor while installing the Linux/Windows agent?

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 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 ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
    • Troubleshoot the Unauthorized user (Error 401) when installing Tomcat plugins

      When installing Tomcat plugins, you may encounter the following error: Unauthorized user. Does not have permissions. HTTP Error 401: This error usually occurs when the user accessing the Tomcat Manager application does not have the necessary ...
    • What are the major differences between Monitor Groups and Tags

      Monitor Groups   A Monitor Group helps in logically grouping resources, and provides a business perspective of the resources. It can be used for: Filtering monitors in the Home tab - Monitor Status Page. Filtering monitors in Configuration Rules and ...
    • Amendments to Site24x7 Monitor Names

      We've recently renamed a few of our Monitors to help keep in sync with the current IT and DevOps trends. The new monitor names are designed to correctly resonate with the IT & DevOps crowd. We've made necessary changes in the Web client, Help ...