-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[check_fortigate.pl]: unkown mem-sys #75
Comments
I opened a new issue for tracking this issue down. I discovered the problem of that. It's the handling about the health check. The Issue is, that the Value adds an .1 and .2 instead of nothing. We can replace the HC with another function (internal change) or adding a Mode to the health check and try to call a "mode" for particular checks) Monitoring/fortigate/check_fortigate.pl Lines 553 to 564 in 0e9b802
|
@VincentROLLAND take a look and test it please. |
Hi, Sorry i was out of office, i have try the scrypt with 0e9b802, but it add again the .1 for master and .2 for slave: ./check_fortigate.pl -H A.B.C.D -C [COMMUNITY] -p [FORTISERIAL_PATH] -T cpu-sys ./check_fortigate.pl -H A.B.C.D -C [COMMUNITY] -p [FORTISERIAL_PATH] -T mem-sys ./check_fortigate.pl -H A.B.C.D -C [COMMUNITY] -p [FORTISERIAL_PATH] -T cpu-sys -s ./check_fortigate.pl -H A.B.C.D -C [COMMUNITY] -p [FORTISERIAL_PATH] -T mem-sys -s |
in fact i have try the same script than 1.8.10 with this link Monitoring/fortigate/check_fortigate.pl Lines 553 to 564 in 0e9b802
i'm not used to with github... Could you provide me the link? |
Hi Vincent, |
Hi, |
Hi,
sorry for the delay.
i have try the new script but i have a mistake
./check_fortigate.pl -H A.B.C.D -C [COMUNITY] -p [FORTISERIAL_PATH] -T mem-sys
UNKNOWN: OID .1.3.6.1.4.1.12356.101.4.1.4.0.1 does not exist
The script add the .1 for the master and .2 for the slave, but this OID doesn't exist
Originally posted by @VincentROLLAND in #59 (comment)
The text was updated successfully, but these errors were encountered: