JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
F
G
I
K
L
M
N
S
V
W
B
buildAppender(String, String)
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
buildEncoder()
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
buildLogger(String)
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
Initializes the logger.
buildLoggerName()
- Method in class com.googlecode.jmxtrans.model.output.
DailyKeyOutWriter
buildLoggerName()
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
buildRollingPolicy(FileAppender<?>, String)
- Method in class com.googlecode.jmxtrans.model.output.
DailyKeyOutWriter
buildRollingPolicy(FileAppender<?>, String)
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
buildTriggeringPolicy()
- Method in class com.googlecode.jmxtrans.model.output.
DailyKeyOutWriter
buildTriggeringPolicy()
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
C
checkFile(Query)
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
Creates the logging.
close()
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
close()
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter.LogWriter
close()
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
com.googlecode.jmxtrans.model.output
- package com.googlecode.jmxtrans.model.output
D
DailyKeyOutWriter
- Class in
com.googlecode.jmxtrans.model.output
This class is derived from KeyOutWriter.
DailyKeyOutWriter(ImmutableList<String>, boolean, Boolean, String, String, Integer, String, String, String, Map<String, Object>)
- Constructor for class com.googlecode.jmxtrans.model.output.
DailyKeyOutWriter
DEFAULT_DELIMITER
- Static variable in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
DEFAULT_LOG_PATTERN
- Static variable in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
F
flush()
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter.LogWriter
G
getDatePattern()
- Method in class com.googlecode.jmxtrans.model.output.
DailyKeyOutWriter
getDelimiter()
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
getFilters()
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
getMaxLogBackupFiles()
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
getMaxLogFileSize()
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
getNagiosHost()
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
getOutputFile()
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
getOutputFile()
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
getPrefix()
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
getSuffix()
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
getThresholds()
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
I
initLogger(String)
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
Initializes the logger.
internalWrite(Server, Query, ImmutableList<Result>)
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
The meat of the output.
internalWrite(Server, Query, ImmutableList<Result>)
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
The meat of the output.
K
KeyOutWriter
- Class in
com.googlecode.jmxtrans.model.output
Writes out data in the same format as the GraphiteWriter, except to a file and tab delimited.
KeyOutWriter(ImmutableList<String>, boolean, Boolean, String, String, Integer, String, String, Map<String, Object>)
- Constructor for class com.googlecode.jmxtrans.model.output.
KeyOutWriter
KeyOutWriter.LogWriter
- Class in
com.googlecode.jmxtrans.model.output
Simple class which extends the Writer Class in order to use our logger with the GraphiteWriter2 implementation.
L
LOG_IO_BUFFER_SIZE_BYTES
- Static variable in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
LOG_IO_BUFFER_SIZE_BYTES
- Static variable in class com.googlecode.jmxtrans.model.output.
NagiosWriter
LOG_PATTERN
- Static variable in class com.googlecode.jmxtrans.model.output.
NagiosWriter
logger
- Variable in class com.googlecode.jmxtrans.model.output.
NagiosWriter
loggerContext
- Static variable in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
Logback logger factory
loggers
- Static variable in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
loggers
- Variable in class com.googlecode.jmxtrans.model.output.
NagiosWriter
LogWriter(Logger, String)
- Constructor for class com.googlecode.jmxtrans.model.output.
KeyOutWriter.LogWriter
M
MAX_LOG_BACKUP_FILES
- Static variable in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
MAX_LOG_FILE_SIZE
- Static variable in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
N
nagiosCheckValue(String, String)
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
Define if a value is in a critical, warning or ok state.
NagiosWriter
- Class in
com.googlecode.jmxtrans.model.output
Writes out data in Nagios format to a file, it should be used with Nagios external command file.
NagiosWriter(ImmutableList<String>, boolean, Boolean, List<String>, List<String>, String, String, String, String, Map<String, Object>)
- Constructor for class com.googlecode.jmxtrans.model.output.
NagiosWriter
S
SETTING_DELIMITER
- Static variable in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
SETTING_LOG_PATTERN
- Static variable in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
SETTING_MAX_BACK_FILES
- Static variable in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
SETTING_MAX_LOG_FILE_SIZE
- Static variable in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
V
validateSetup(Server, Query)
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter
Creates the logging
validateSetup(Server, Query)
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
Initial log setup.
valueCheck(double, String)
- Method in class com.googlecode.jmxtrans.model.output.
NagiosWriter
Check if a value is inside of a range defined in the thresholds.
W
write(String)
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter.LogWriter
write(char[], int, int)
- Method in class com.googlecode.jmxtrans.model.output.
KeyOutWriter.LogWriter
B
C
D
F
G
I
K
L
M
N
S
V
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2010-2021
JmxTrans team
. All Rights Reserved.