org.blue.cgi
Class history

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.blue.cgi.blue_servlet
              extended by org.blue.cgi.history
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class history
extends blue_servlet

See Also:
Serialized Form

Field Summary
static cgiauth_h.authdata current_authdata
           
static int display_downtime_alerts
           
static int display_flapping_alerts
           
static int display_frills
           
static int display_header
           
static int DISPLAY_HOSTS
           
static int DISPLAY_SERVICES
           
static int display_system_messages
           
static int display_timebreaks
           
static int display_type
           
static int embedded
           
static int history_options
           
static int HOST_DOWNTIME_HISTORY
           
static int HOST_FLAPPING_HISTORY
           
static int HOST_HISTORY
           
static java.lang.String host_name
           
static int log_archive
           
static java.lang.String log_file_to_use
           
static int SERVICE_DOWNTIME_HISTORY
           
static int SERVICE_FLAPPING_HISTORY
           
static int SERVICE_HISTORY
           
static int show_all_hosts
           
static int STATE_ALL
           
static int STATE_HARD
           
static int state_options
           
static int STATE_SOFT
           
static java.lang.String svc_description
           
static int use_lifo
           
 
Fields inherited from class org.blue.cgi.blue_servlet
request_string
 
Constructor Summary
history()
           
 
Method Summary
 void call_main()
           
static void document_footer()
           
static void document_header(int use_stylesheet)
           
static void get_history()
           
static void main(java.lang.String[] args)
           
static int process_cgivars()
           
 
Methods inherited from class org.blue.cgi.blue_servlet
doGet, doPost, init
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPLAY_HOSTS

public static final int DISPLAY_HOSTS
See Also:
Constant Field Values

DISPLAY_SERVICES

public static final int DISPLAY_SERVICES
See Also:
Constant Field Values

SERVICE_HISTORY

public static final int SERVICE_HISTORY
See Also:
Constant Field Values

HOST_HISTORY

public static final int HOST_HISTORY
See Also:
Constant Field Values

SERVICE_FLAPPING_HISTORY

public static final int SERVICE_FLAPPING_HISTORY
See Also:
Constant Field Values

HOST_FLAPPING_HISTORY

public static final int HOST_FLAPPING_HISTORY
See Also:
Constant Field Values

SERVICE_DOWNTIME_HISTORY

public static final int SERVICE_DOWNTIME_HISTORY
See Also:
Constant Field Values

HOST_DOWNTIME_HISTORY

public static final int HOST_DOWNTIME_HISTORY
See Also:
Constant Field Values

STATE_ALL

public static final int STATE_ALL
See Also:
Constant Field Values

STATE_SOFT

public static final int STATE_SOFT
See Also:
Constant Field Values

STATE_HARD

public static final int STATE_HARD
See Also:
Constant Field Values

current_authdata

public static cgiauth_h.authdata current_authdata

log_file_to_use

public static java.lang.String log_file_to_use

log_archive

public static int log_archive

show_all_hosts

public static int show_all_hosts

host_name

public static java.lang.String host_name

svc_description

public static java.lang.String svc_description

display_type

public static int display_type

use_lifo

public static int use_lifo

history_options

public static int history_options

state_options

public static int state_options

embedded

public static int embedded

display_header

public static int display_header

display_frills

public static int display_frills

display_timebreaks

public static int display_timebreaks

display_system_messages

public static int display_system_messages

display_flapping_alerts

public static int display_flapping_alerts

display_downtime_alerts

public static int display_downtime_alerts
Constructor Detail

history

public history()
Method Detail

call_main

public void call_main()
Specified by:
call_main in class blue_servlet

main

public static void main(java.lang.String[] args)

document_header

public static void document_header(int use_stylesheet)

document_footer

public static void document_footer()

process_cgivars

public static int process_cgivars()

get_history

public static void get_history()