Is there a work around to get RemoteAccess 6.5 working with java 1.8.0_251 on ubuntu 18.04?
See below:
InterMapper_RemoteAccess_6.5 java -jar intermapper_remoteaccess.jar
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/dartware/intermapper/CInterMapperClientMain has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
➜ InterMapper_RemoteAccess_6.5 java -version
java version "1.8.0_251"
Java(TM) SE Runtime Environment (build 1.8.0_251-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.251-b08, mixed mode)
Is it possible to customize the output of a threshold message to include a number with two decimal points in the snmp-device-thresholds output? Particularly in the email that is sent out.
For example of a value was 80.06:
warning: ${PercUsage} > ${WarnThreshold} "TCAM ${PercUsage} > ${WarnThreshold}"
Yields 80 in the output.
Is it possible to customize the output of a threshold message to include a number with two decimal points in the snmp-device-thresholds output? Particularly in the email that is sent out.
For example of a value was 80.06 with the following:
warning: ${PercUsage} > ${WarnThreshold} "TCAM ${PercUsage} > ${WarnThreshold}"
Yields 80 in the output.
Any help out this would be very much appreciated. Thanks