blob: 19efedeb4f41c75d2c8676cea41a67e97da0fcfc [file] [log] [blame]
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
%BOOK_ENTITIES;
]>
<!-- Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<appendix id="alerts">
<title>Alerts</title>
<para>The following is the list of alert type numbers. The current alerts can be found by calling
listAlerts.</para>
<programlisting>MEMORY = 0 // Available Memory below configured threshold</programlisting>
<programlisting>CPU = 1 // Unallocated CPU below configured threshold</programlisting>
<programlisting>STORAGE =2 // Available Storage below configured threshold</programlisting>
<programlisting>STORAGE_ALLOCATED = 3 // Remaining unallocated Storage is below configured threshold</programlisting>
<programlisting>PUBLIC_IP = 4 // Number of unallocated virtual network public IPs is below configured threshold</programlisting>
<programlisting>PRIVATE_IP = 5 // Number of unallocated private IPs is below configured threshold</programlisting>
<programlisting>SECONDARY_STORAGE = 6 // Available Secondary Storage in availability zone is below configured threshold</programlisting>
<programlisting>HOST = 7 // Host related alerts like host disconnected</programlisting>
<programlisting>USERVM = 8 // User VM stopped unexpectedly</programlisting>
<programlisting>DOMAIN_ROUTER = 9 // Domain Router VM stopped unexpectedly</programlisting>
<programlisting>CONSOLE_PROXY = 10 // Console Proxy VM stopped unexpectedly</programlisting>
<programlisting>ROUTING = 11 // Lost connection to default route (to the gateway)</programlisting>
<programlisting>STORAGE_MISC = 12 // Storage issue in system VMs</programlisting>
<programlisting>USAGE_SERVER = 13 // No usage server process running</programlisting>
<programlisting>MANAGMENT_NODE = 14 // Management network CIDR is not configured originally</programlisting>
<programlisting>DOMAIN_ROUTER_MIGRATE = 15 // Domain Router VM Migration was unsuccessful</programlisting>
<programlisting>CONSOLE_PROXY_MIGRATE = 16 // Console Proxy VM Migration was unsuccessful</programlisting>
<programlisting>USERVM_MIGRATE = 17 // User VM Migration was unsuccessful</programlisting>
<programlisting>VLAN = 18 // Number of unallocated VLANs is below configured threshold in availability zone</programlisting>
<programlisting>SSVM = 19 // SSVM stopped unexpectedly</programlisting>
<programlisting>USAGE_SERVER_RESULT = 20 // Usage job failed</programlisting>
<programlisting>STORAGE_DELETE = 21 // Failed to delete storage pool</programlisting>
<programlisting>UPDATE_RESOURCE_COUNT = 22 // Failed to update the resource count</programlisting>
<programlisting>USAGE_SANITY_RESULT = 23 // Usage Sanity Check failed</programlisting>
<programlisting>DIRECT_ATTACHED_PUBLIC_IP = 24 // Number of unallocated shared network IPs is low in availability zone</programlisting>
<programlisting>LOCAL_STORAGE = 25 // Remaining unallocated Local Storage is below configured threshold</programlisting>
<programlisting>RESOURCE_LIMIT_EXCEEDED = 26 //Generated when the resource limit exceeds the limit. Currently used for recurring snapshots only</programlisting>
</appendix>