References
| summary | ||
| public |
F deleteComplexMetric(server: *, token: *, host: *, id: *) |
|
| public |
F getHosts(server: *, token: *) |
|
| public |
F getMeasurements(server: *, token: *, query: *) |
|
| public |
F login(server: *, payload: *) |
|
| public |
F postComplexMetric(server: *, token: *, host: *, payload: *) |
|
| public |
F registration(server: *, payload: *) |
|
| public |
F createStore(initialState: *): {"store": *, "history": *} |
|
| public |
F clearToken() |
|
| public |
F getAuthServer(): * |
|
| public |
F getMonitors(): * |
|
| public |
F getSavedState() |
|
| public |
F getToken(): * |
|
| public |
F saveToken(token: *) |
|
| public |
F updateAuthServer(authServer: *) |
|
| public |
F updateMonitors(monitors: *) |
|
| public |
F getDefaultRouteByToken(token: *) |
|
| public |
F getRoutes() |
|
| public |
F isRouteDefined(route: *) |
|
| public |
F isTokenRequired(route: *) |
|
| public |
F getCurrentTime() |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
V LIVE_ROUTE: string |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
V routes: {"LIVE_ROUTE": *, "HISTORICAL_ROUTE": *, "MONITORS_ROUTE": *, "HOSTS_ROUTE": *, "LOGIN_ROUTE": *, "REGISTRATION_ROUTE": *} |
|
actions
| summary | ||
| public |
F addComplexMetricFailure(payload: *, host: *) |
|
| public |
F addComplexMetricRequest(payload: *, host: *) |
|
| public |
F addComplexMetricSuccess(payload: *, host: *) |
|
| public |
F addHistoricalChart(payload: *) |
|
| public |
F addHistoricalChartHost1(payload: *, id: *) |
|
| public |
F addHistoricalChartHost2(payload: *, id: *) |
|
| public |
F addLiveChart(payload: *) |
|
| public |
F addLiveChartHost(payload: *, id: *) |
|
| public |
F addMonitor(payload: *) |
|
| public |
F changeAuthServer(payload: *) |
|
| public |
F changeRoutingContext(payload: *) |
|
| public |
F getHistoricalMeasurementsFailure(payload: *, id: *, monitor: *) |
|
| public |
F getHistoricalMeasurementsRequest(id: *) |
|
| public |
F getHistoricalMeasurementsSuccess(payload: *, id: *) |
|
| public |
F getHosts() |
|
| public |
F getHostsFailure(payload: *, monitor: *) |
|
| public |
F getHostsRequest(monitor: *) |
|
| public |
F getHostsSuccess(payload: *, monitor: *) |
|
| public |
F getLiveMeasurementsFailure(payload: *, id: *, monitor: *) |
|
| public |
F getLiveMeasurementsRequest(id: *, initialFetch: *) |
|
| public |
F getLiveMeasurementsSuccess(payload: *, id: *) |
|
| public |
F removeComplexMetricFailure(payload: *, host: *) |
|
| public |
F removeComplexMetricRequest(id: *, host: *) |
|
| public |
F removeComplexMetricSucces(id: *, host: *) |
|
| public |
F removeHistoricalChart(id: *) |
|
| public |
F removeHistoricalChartHost1(id: *, host: *) |
|
| public |
F removeHistoricalChartHost2(id: *, host: *) |
|
| public |
F removeLiveChart(id: *) |
|
| public |
F removeLiveChartHost(id: *, host: *) |
|
| public |
F removeMonitor(monitor: *) |
|
| public |
F removeToken() |
|
| public |
F setHistoricalChartMetric1(payload: *, id: *) |
|
| public |
F setHistoricalChartMetric2(payload: *, id: *) |
|
| public |
F setHistoricalChartRange(payload: *, id: *) |
|
| public |
F setLiveChartMetric(payload: *, id: *) |
|
| public |
F setMonitorAddress(payload: *, monitor: *) |
|
| public |
F setMonitorDescription(payload: *, monitor: *) |
|
| public |
F signInFailure(payload: *) |
|
| public |
F signInRequest(payload: *) |
|
| public |
F signInSuccess(payload: *) |
|
| public |
F signUpFailure(payload: *) |
|
| public |
F signUpRequest(payload: *) |
|
| public |
F signUpSuccess(payload: *) |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
components/AddChart
| summary | ||
| public |
C AddChart |
|
components/AppLayout
| summary | ||
| public |
F AppLayout(objectPattern: {"children": *, "location": *, "auth": *, "signOut": *}) |
|
components/AuthServer
| summary | ||
| public |
|
|
components/Chart
| summary | ||
| public |
|
|
| public |
F ChartDeleteButton(objectPattern: {"onDelete": *}) |
|
| public |
F ChartLegend(objectPattern: {"necessary": *, "label": *, "metrics": *, "metric": *, "hosts": *, "onMetricChanged": *, "onHostAdded": *, "onHostDismissed": *}) |
|
| public |
F ChartTimeRange(objectPattern: {"from": *, "to": *, "onChange": *}) |
|
| public |
F HistoricalChart(objectPattern: {"metric1": *, "measurements1": *, "hosts1": *, "metric2": *, "measurements2": *, "hosts2": *, "metrics": *, "indeterminate": *, "start": *, "end": *, "onMetric1Changed": *, "onHostDismissedFromMetric1": *, "onHostAddedToMetric1": *, "onMetric2Changed": *, "onHostDismissedFromMetric2": *, "onHostAddedToMetric2": *, "onRangeChanged": *, "onChartClosed": *}) |
|
| public |
F LiveChart(objectPattern: {"onChartClosed": *, "onHostAdded": *, "onHostDismissed": *, "onMetricChanged": *, "hosts": *, "invalidated": *, "measurements": *, "metric": *, "metrics": *}) |
|
components/Chart/usage
components/EditableTable
| summary | ||
| public |
|
|
| public |
|
|
| public |
F columnTransformer(inputColumns: *, onHandleChange: *, onSaveCell: *, onEditCellStart: *, onEditCellCancel: *, onSaveRow: *, onEditRowStart: *, onEditRowCancel: *, onDeleteRow: *): * |
|
components/EditableTable/EditableCell
| summary | ||
| public |
F EditableCell(objectPattern: {"prefix": *, "editMode": *, "loading": *, "value": *, "editable": *, "rowId": *, "colId": *, "onHandleChange": *, "onSave": *, "onEditStart": *, "onEditCancel": *}) |
|
components/EditableTable/EditableCell/InputWrapper
| summary | ||
| public |
F InputWrapper(objectPattern: {"value": *, "editable": *, "rowId": *, "colId": *, "onHandleChange": *, "onSave": *, "onEditCancel": *}) |
|
components/EditableTable/EditableCell/TextWrapper
| summary | ||
| public |
F TextWrapper(objectPattern: {"value": *, "editable": *, "rowId": *, "colId": *, "onEditStart": *}) |
|
components/EditableTable/Menu
| summary | ||
| public |
F Menu(objectPattern: {"loading": *, "menuButtons": *, "record": *, "editable": *, "onSaveRow": *, "onEditRowStart": *, "onEditRowCancel": *, "onDeleteRow": *}): * |
|
components/EditableTable/Menu/Delete
| summary | ||
| public |
F Delete(objectPattern: {"record": *, "text": *, "onDeleteRow": *}) |
|
components/EditableTable/Menu/Edit
| summary | ||
| public |
F Edit(objectPattern: {"record": *, "text": *, "editable": *, "onSaveRow": *, "onEditRowStart": *, "onEditRowCancel": *}) |
|
components/EditableTable/ModalAdd
| summary | ||
| public |
C ModalAdd |
|
components/EditableTable/ModalAdd/FormAdd
| summary | ||
| public |
V WrappedFormAdd: * |
|
components/EditableTable/usage
| summary | ||
| public |
|
|
| public |
V fakeColumns: undefined[] |
|
| public |
|
|
components/HostList
| summary | ||
| public |
C HostList |
|
components/HostList/FilteredTable/Hostname
| summary | ||
| public |
C Hostname |
|
components/HostList/FilteredTable/Metadata
| summary | ||
| public |
C Metadata |
|
components/HostList/FilteredTable/Metrics
| summary | ||
| public |
C Metrics |
|
components/HostList/MetadataCell
| summary | ||
| public |
F MetadataCell(objectPattern: {"metadata": *}): * |
|
components/HostList/MetadataFilter
| summary | ||
| public |
|
|
components/HostList/MetricCell
| summary | ||
| public |
F MetricCell(objectPattern: {"host": *, "onShowModal": *, "onRemove": *}): * This component displays single metric cell in host list table |
|
components/HostList/MetricCell/SingleMetric
| summary | ||
| public |
F SingleMetric(objectPattern: {"hostname": *, "metric": *, "onRemove": *, "found": *}): * |
|
components/HostList/MetricCell/SingleMetric/MetricInfo
| summary | ||
| public |
F MetricInfo(objectPattern: {"metric": *}) |
|
components/HostList/MetricCell/SingleMetric/RemoveMetric
| summary | ||
| public |
F RemoveMetric(objectPattern: {"onConfirm": *}) |
|
components/HostList/MetricFilter
| summary | ||
| public |
|
|
components/HostList/NewMetricModal
| summary | ||
| public |
|
|
components/HostList/NewMetricModal/MetricForm
| summary | ||
| public |
V WrappedMetricForm: * |
|
components/HostList/NewMetricModal/MetricForm/Decorated/Input
| summary | ||
| public |
C Input |
|
components/HostList/NewMetricModal/MetricForm/Decorated/Select
| summary | ||
| public |
C Select |
|
components/HostList/NewMetricModal/MetricForm/FormItem
| summary | ||
| public |
F FormItem(objectPattern: {"label": *, "children": *}) |
|
components/HostList/usage
| summary | ||
| public |
|
|
| public |
V fakeColumns: *[] |
|
| public |
|
|
components/LoginForm
| summary | ||
| public |
V WrappedLoginForm: * |
|
components/MonitorIcon
| summary | ||
| public |
F MonitorIcon(objectPattern: {"children": *}) |
|
components/MonitorsTable
| summary | ||
| public |
F MonitorsTable(objectPattern: {"changeMonitorAddress": *, "changeMonitorDescription": *, "addMonitor": *, "removeMonitor": *, ...props: Object}) |
|
components/NoCharts
| summary | ||
| public |
F NoCharts() |
|
components/Notification
| summary | ||
| public |
|
|
components/RefreshHostsButton
| summary | ||
| public |
F RefreshHostsButton(objectPattern: {"invalidated": *, "refresh": *}) |
|
components/RegisterForm
| summary | ||
| public |
V WrappedRegisterForm: * |
|
pages/Metrics
| summary | ||
| public |
F Metrics() |
|
pages/Monitors
| summary | ||
| public |
F Monitors() |
|
pages/NotFound
| summary | ||
| public |
F NotFound() |
|
pages/SignIn
| summary | ||
| public |
F SignIn() |
|
pages/SignUp
| summary | ||
| public |
F SignUp() |
|
reducers
| summary | ||
| public |
F getAuthServer(state: *) |
|
| public |
F getToken(state: *) |
|
| public |
F getTokenRequested(state: *) |
|
| public |
F getHistoricalChartById(state: *, id: *) |
|
| public |
F getHistoricalChartsArray(state: *) |
|
| public |
F getHostsArray(state: *) |
|
| public |
F getMetrics(state: *): * |
|
| public |
F getMetricsAll(state: *) |
|
| public |
F getMonitorByHost(state: *, host: *) |
|
| public |
F hosts(state: {}, action: *): * |
|
| public |
F convertMonitorsFromObj(state: *) |
|
| public |
F getAuthServer(state: *) |
|
| public |
F getHistoricalChartById(state: *, id: *) |
|
| public |
F getHistoricalChartsArray(state: *) |
|
| public |
F getHistoricalChartsByMonitors(state: *, id: *): * |
|
| public |
F getHostsArray(state: *) |
|
| public |
F getLiveChartById(state: *, id: *) |
|
| public |
F getLiveChartByMonitors(state: *, id: *): {"measurements": *, "hostsByMonitors": *} |
|
| public |
F getLiveChartLastTime(state: *, id: *, monitor: *): * |
|
| public |
F getLiveChartsAllIds(state: *) |
|
| public |
F getLiveChartsArray(state: *) |
|
| public |
F getLocation(state: *) |
|
| public |
F getMetrics(state: *) |
|
| public |
F getMetricsAll(state: *) |
|
| public |
F getMonitorByHost(state: *, host: *) |
|
| public |
F getMonitorsAddresses(state: *) |
|
| public |
F getMonitorsArray(state: *) |
|
| public |
F getMonitorsHostsInvalidated(state: *) |
|
| public |
F getPathname(state: *) |
|
| public |
F getToken(state: *) |
|
| public |
F getTokenRequested(state: *) |
|
| public |
F getLiveChartById(state: *, id: *) |
|
| public |
F getLiveChartsAllIds(state: *) |
|
| public |
F getLiveChartsArray(state: *) |
|
| public |
F convertMonitorsFromObj(state: *) |
|
| public |
F convertMonitorsToObj(state: *): {} |
|
| public |
F getMonitorsAddresses(state: *) |
|
| public |
F getMonitorsArray(state: *) |
|
| public |
F getMonitorsHostsInvalidated(state: *) |
|
| public |
F monitors(state: *, action: *): * |
|
sagas
| summary | ||
| public |
F * addComplexMetric(objectPattern: {"payload": *, "meta": *}) |
|
| public |
F * getHistoricalChartMeasurements(objectPattern: {"meta": *}) |
|
| public |
F * getHistoricalChartMeasurementsForSingleMonitor(id: *, monitor: *, hosts1: *, hosts2: *): * |
|
| public |
F * getHosts(objectPattern: {"meta": *}) |
|
| public |
F * getLiveChartMeasurements(objectPattern: {"meta": *}) |
|
| public |
F * getLiveChartMeasurementsForSingleMonitor(initialFetch: *, id: *, monitor: *, hosts: *): * |
|
| public |
F * removeComplexMetric(objectPattern: {"meta": *}) |
|
| public |
F * signIn(objectPattern: {"payload": *}) |
|
| public |
F * signUp(objectPattern: {"payload": *}) |
|
| public |
F * root() |
|
| public |
F * authServerSaver(objectPattern: {"payload": *}) |
|
| public |
F * monitorsSaver() |
|
| public |
F * tokenEraser() |
|
| public |
F * tokenSaver(objectPattern: {"payload": *}) |
|
utils
| summary | ||
| public |
F strToColor(str: *) |
|