ProDashboard Plugin Requirements -------------------------------- Some plugins require running an additional Progress procedure. These plugins will not function without their Progress procedure counterpart. Requirements for various plugins are listed below... check_extent_size: - Requires the check_extent_size.p Progress procedure. check_variable_extent - Requires the check_variable_extent.p Progress procedure. IMPORTANT: ---------- In order for a ProDashboard plugin to run a Progress procedure, a Progress session will need to be started. This, in turn, requires creating temp files. The username that Nagios is running under must have create/modify/delete permissions on the directory these temp files are to be created in. By default, the temp files will be created in the same directory that the plugin is located. However, a different directory can be specified through a command line option to the plugin. If you do not wish the Nagios user to have create/modify/delete permissions in the directory the plugin is located, please use the '-T ' option of the plugin to specify a different directory to use. The plugin will fail if the Progress session cannot create these temp files.