Prior to up.time 7.3, plugin monitors were downloaded from the Grid and installed in up.time with either the Plugin Manager or the erdcloader command line tool. In up.time 7.3, the integrated Extension Manager easily acquires and installs Plugins from within the up.time UI. However, if the up.time monitoring station does not have direct access to the Internet, the plugins will not be accessible for download. In this scenario, simply create a local plugin repository for the Extension Manager to install from. OverviewThe up.time 7.3 Extension Manager feature is accessed by the Want more? Search for monitors link in the top right corner of the Add Service Monitor window. The Extension Manager content is populated from http://the-grid.uptimesoftware.com/extension.json. When a plugin monitor is updated or a new one is added, the change is automatically reflected in the extension.json file (and the Extension Manager).To enable the Extension Manager to access the plugin monitors without Internet access, place a copy of the plugin monitor files in a location that is accessible to the up.time Monitoring Station, and create a local extension.json file where the plugin file paths point to the accessible location. Create the extension.json FileTo create the new extension.json
file, simply refer to the existing Grid file at http://the-grid.uptimesoftware.com/extension.json. Note: If you need to upgrade a plugin monitor that is already installed, download the new plugin zip file and also copy the updated info from the extension.json file to update the entry in your local extension.json file. You will not be able to upgrade the plugin unless the local extension.json file is also updated. Since you will likely use only a small subset of the available plugin monitors, you can
populate your local extension.json file with only the plugin monitors that you
are interested in. The following example includes the File and Directory plugin and the Enhanced Log Monitor plugin. To create your local extension.json file, you will need to cover the following points:
[ { "category": "Operating System Monitors", "supported_versions": [ "7.3" ], "name": "File and Directory", "git_file_target": "https://github.com/uptimesoftware/file-directory-monitor/raw/develop/dist/file-directory-monitor.zip", "icon_url": "http://the-grid.uptimesoftware.com/img/posts/placeholder-logo.png", "upgrade_in_place": true, "requires_additional_setup": false, "requires_agent_scripts": true, "version": "4.0", "supported_platforms": [ "windows", "linux" ], "grid_url_target": "http://the-grid.uptimesoftware.com/plugin/file-directory-monitor.html", "type": "plugin", "description": "Monitor the number of files, largest size, and how old the files are in a directory." }, { "category": "Operating System Monitors", "supported_versions": [ "7.3" ], "name": "Enhanced Log Monitor", "git_file_target": "https://github.com/uptimesoftware/enhanced-logfile-monitor/raw/develop/dist/enhanced-logfile-monitor.zip", "icon_url": "http://the-grid.uptimesoftware.com/img/posts/placeholder-logo.png", "upgrade_in_place": true, "requires_additional_setup": false, "requires_agent_scripts": true, "version": "3.0", "supported_platforms": [ "windows", "linux" ], "grid_url_target": "http://the-grid.uptimesoftware.com/plugin/enhanced-logfile-monitor.html", "type": "plugin", "description": "This monitor is designed for use with the up.time monitoring station and Windows, Linux, Solaris or AIX agents. It scans for certain log files on the agent system and searches the files for a specified string (regex compatible). It will scan only new lines in files and not generate alerts for older issues. It keeps track of this by using a bookmark (in a temp file) so each time it runs it will simply go to the last position in the file and continue scanning. It is designed to scan large (multi-GB) as well as many files within a second." } ] After creating your local
extension.json file, place it in the <uptime_dir>\GUI directory
(or another web location that the up.time Monitoring
Station server can access). If using
<uptime_dir>\GUI, be sure that no other files are modified; otherwise,
the up.time web UI may not work properly. The
web location of <uptime_dir>\GUI\extension.json will be
http://uptimehost:9999/extension.json. Download Plugins
Update
uptime.conf FileTo have the Extension Manger use your local extension.json file, the following line needs to be added to the bottom of the <uptime_dir>\uptime.conf file and the up.time Data Collector service needs to be restarted (uptime_core on Linux):
You should now be able to install up.time plugins without the Monitoring Station requiring direct access to the Internet (remember to occasionally check the Grid for plugin updates). NOTE: If you have configured the up.time Web Server to use SSL (HTTPS), please contact Support for additional assistance. |
Installing / Uninstalling the up.time agent on AIX / HP-UX | Rating | Views | |
---|---|---|---|
This article explains how to install an agent on AIX and HP-UX systems. By: uptime Support | Date Created: 10-25-2005 | Last Modified: 2-11-2013 | Index: 032 |
13025 |
Installing / Uninstalling the up.time agent on Solaris | Rating | Views | |
---|---|---|---|
The up.time Solaris agent is based on the Solaris package format and installation follows the same steps as adding or removing a standard Solaris package. By: uptime Support | Date Created: 7-13-2006 | Last Modified: 4-2-2014 | Index: 085 |
9261 |
Installing / Uninstalling the up.time agent on Linux | Rating | Views | |
---|---|---|---|
By: uptime Support | Date Created: 10-14-2005 | Last Modified: 1-22-2014 | Index: 012 |
12600 |
Unable to access up.time after changing hostname | Rating | Views | |
---|---|---|---|
After changing the hostname of a system, you may not be able to access the up.time UI due to the hard coded hostname configuration in the uptime.conf file. To resolve this issue, ensure that the... By: uptime Support | Date Created: 7-28-2011 | Last Modified: 7-31-2014 | Index: 553 |
2036 |
Can't generate graphs from Internet Explorer or FireFox | Rating | Views | |
---|---|---|---|
In order to generate java based graphs, Java version 1.6 or greater needs to be installed on the system you are trying to generate graphs from. A lower version of Java may not work, or provide... By: uptime Support | Date Created: 10-10-2009 | Last Modified: 9-23-2011 | Index: 417 |
2195 |