Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
AURELIEN
byAURELIEN, July 15, 2020
hello
i have a problem with several as400.
If I execute the check in CLI I have correct results but I have to press CTRL+C to close it.
i see this answer but i can't get it to work.
* Nagios user may need to use IBM default sign-on display file
Or change nagiso user to other subsystem description to use system default display file(QSYS/QDSIGNON)
or
modify check_as400_lang.java
change this line
public String LOGIN_SCREEN="System . . . . .";
"System . . . . ." to fit your sigon menu
and recompile it.
for this option "change this line------public String LOGIN_SCREEN="System . . . . ."; "System . . . . ." to fit your sigon menu.
i don't understand the expected value
i have a problem with several as400.
If I execute the check in CLI I have correct results but I have to press CTRL+C to close it.
i see this answer but i can't get it to work.
* Nagios user may need to use IBM default sign-on display file
Or change nagiso user to other subsystem description to use system default display file(QSYS/QDSIGNON)
or
modify check_as400_lang.java
change this line
public String LOGIN_SCREEN="System . . . . .";
"System . . . . ." to fit your sigon menu
and recompile it.
for this option "change this line------public String LOGIN_SCREEN="System . . . . ."; "System . . . . ." to fit your sigon menu.
i don't understand the expected value
Owner's reply
You can check your Sign On screen. look like this.
Sign On
System . . . . . : ZZZZZZ
Subsystem . . . . : QINTER
Display . . . . . : QPADEVxxxxx
Change text value "System . . . . ." and recompile it