access_controller | Controller for configuring user access |
actionurl_widget | String widget, with a list of common shortcuts for action_url paths |
base_controller | Base controller that all other controllers inherit from |
base_widget | A widget really only does two things: it can print itself, and parse the resulting input data (and validate it, if applicable) |
bool_widget | Widget for selecting a boolean value, realized as a dropdown |
bulk_delete_controller | Delete many objects of a certain type at once |
Changelog | A class representing a set of changes |
checkbox_widget | Widget for generating a set of checkboxes |
cmd_test | Execute a given command with asmonitor, and return the result |
combined_graph_class | Combined graphs lets you create graphs that combines multiple checks into one single graph |
command_class | Commands are executed on each check and consists of a program and it's command line arguments |
contact_class | A contact definition is used to identify someone who should be contacted in the event of a problem on your network |
contact_template_class | A contact template is used for inheritance, so that you could base your contacts with common properties on one of these |
contactgroup_class | A contact group definition is used to group one or more contacts together for the purpose of sending out alert/recovery notifications |
copy_slaves_controller | Copy many slaves from a master to another existing master |
enable_access_widget | Specialized checkbox widget for selecting a user's permissions |
escalation_class | Escalation related methods |
extinfo_class | Extinfo related methods |
FILE_class | FILE related methods and variables |
graph_collection_class | Graph collections lets you create one page with a collection of different graphs |
graph_template_class | Here you can configure which template will be used for which check command |
group_controller | Handles groups of users |
gui_class | The gui_class is responsible for drawing all the various elements of the page |
help_class | Provides easier access to meta information about Nacoma's object types |
hidden_widget | Widget that prints a hidden form element |
host_class | A host definition is used to define a physical server, workstation, device, etc |
host_template_class | A host template is used for inheritance, so that you could base your hosts with common properties on one of these |
hostdependency_class | Use a host dependency when you want a host's status to depend on other host(s) status(es) |
hostescalation_class | Host escalations are used to escalate notifications for a particular host |
hostextinfo_class | Hostextinfo-related methods |
hostgroup_class | A host group definition is used to group one or more hosts together for simplifying configuration |
http_api_class | HTTP API entry point |
image_widget | Select-derived widget for choosing an image in a javascripty way |
input_class | Input-related methods and variables |
int_widget | Widget that only accepts numeric values |
mselect_widget | Multi-select input widget |
NacomaRelationException | Exception that is thrown for normalization errors |
new_host_class | New host related methods and variables |
norender_widget | Widget for not rendering a field |
notesurl_widget | A string widget with a wiki shortcut, used for notes_url fields |
object_class | Generic object functions |
password_widget | Password widget |
pnp_class | Base class for PNP (graph) objects |
pnp_page_use_regex_widget | Specialized checkbox widget for selecting a user's permissions |
radio_widget | Widget for rendering a group of radiobuttons |
select_widget | Widget for printing a dropdown list for single object select |
service_class | A service runs on a host or a hostgroup |
service_template_class | A service template is used for inheritance, so that you could base your services with common properties on one of these |
servicedependency_class | Use a service dependency when you want a service's status to depend on other service(s) status(es) |
serviceescalation_class | Service escalations are used to escalate notifications for a particular service |
serviceextinfo_class | Serviceextinfo-related methods and variables |
servicegroup_class | A service group definition is used to group one or more services together for simplifying configuration |
static_widget | Render a constant value, by printing the widget's value and also creating a hidden input |
string_widget | Widget for rendering a string input, that is, regular text input |
timeperiod_class | A time period is a list of times during various days that are considered to be "valid" times for notifications and service checks |
top_bar_class | A whole class dedicated only to that tiny thing at the top of the page |
user_class | Users can log onto the Monitor GUI and see the objects that they are configured to see |
usergroup_class | A group is the part of Monitor's ACL that glues together rights with users |
widget_validation_exception | An exception thrown when there is a validation error |