Problems with the Memory Usage graphic
-
Cristian Godoy
- Posts: 17
- Joined: Tue Sep 12, 2017 8:32 am
Problems with the Memory Usage graphic
I have these 2 machines that are monitored in the same way but the CPC-DW-GWD-SAP-VT-01 with the Memory Usage service presents problems when constructing the function graph
You do not have the required permissions to view the files attached to this post.
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Problems with the Memory Usage graphic
Hello, @Cristian Godoy.
Are you running the same version of check memory plugin on both remote computers? Usually, you can find out the plugin version number by running it locally from /usr/local/nagios/libexec/ with --help flag.
Can you also upload the plugin here?
Are you running the same version of check memory plugin on both remote computers? Usually, you can find out the plugin version number by running it locally from /usr/local/nagios/libexec/ with --help flag.
Can you also upload the plugin here?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
Cristian Godoy
- Posts: 17
- Joined: Tue Sep 12, 2017 8:32 am
Re: Problems with the Memory Usage graphic
We are using version 0.4.4.23 of the NSClient agent on both machinesnpolovenko wrote:Hello, @Cristian Godoy.
Are you running the same version of check memory plugin on both remote computers? Usually, you can find out the plugin version number by running it locally from /usr/local/nagios/libexec/ with --help flag.
Can you also upload the plugin here?
-
kyang
Re: Problems with the Memory Usage graphic
So I set up the same check you have, although mine is just slightly different. (my ShowAll is before -a)
I waited a few mins, and I am receiving perf data/capacity data.
Are you receiving performance graph data just fine?
Are you receiving performance graph data just fine?
You do not have the required permissions to view the files attached to this post.
-
Cristian Godoy
- Posts: 17
- Joined: Tue Sep 12, 2017 8:32 am
Re: Problems with the Memory Usage graphic
Change the -a of position, the problem persistskyang wrote:So I set up the same check you have, although mine is just slightly different. (my ShowAll is before -a) I waited a few mins, and I am receiving perf data/capacity data.
Are you receiving performance graph data just fine?
-
kyang
Re: Problems with the Memory Usage graphic
Which version of XI are you on?
Just to double check, What's the version of the capacity planning component.
Go to Admin --> Manage Components --> Scroll down to see "Core Components" --> Capacity Planning
Is it the same as this ?
Just to double check, What's the version of the capacity planning component.
Go to Admin --> Manage Components --> Scroll down to see "Core Components" --> Capacity Planning
Is it the same as this ?
Code: Select all
Capacity Planning
Provides data extrapolation and capacity planning capability. Requires host authorization to view report.
2.2.0 11/30/2015 Nagios Enterprises, LLC-
Cristian Godoy
- Posts: 17
- Joined: Tue Sep 12, 2017 8:32 am
Re: Problems with the Memory Usage graphic
Is the same.kyang wrote:Which version of XI are you on?
Just to double check, What's the version of the capacity planning component.
Go to Admin --> Manage Components --> Scroll down to see "Core Components" --> Capacity Planning
Is it the same as this ?Code: Select all
Capacity Planning Provides data extrapolation and capacity planning capability. Requires host authorization to view report. 2.2.0 11/30/2015 Nagios Enterprises, LLC
Code: Select all
Planificación de la capacidad
Provides data extrapolation and capacity planning capability. Requires host authorization to view report.
2.2.0 11/30/2015 Nagios Enterprises, LLC -
kyang
Re: Problems with the Memory Usage graphic
Can you download send us your system profile from Admin -> System Config -> System Profile -> Download Profile
You can PM it to me if you would like.
This will give us access to many of the logs we would otherwise ask for individually. If security is a concern, you can unzip the profile take out what you like, and then zip it up again. We may end up needing something you remove, but we can ask for that specifically.
You can also generate a profile manually using the script at /usr/local/nagiosxi/html/includes/components/profile/getprofile.sh
That should generate a profile in /usr/local/nagiosxi/var/components/ which you can get off the server with an application such as FileZilla.
You can PM it to me if you would like.
This will give us access to many of the logs we would otherwise ask for individually. If security is a concern, you can unzip the profile take out what you like, and then zip it up again. We may end up needing something you remove, but we can ask for that specifically.
You can also generate a profile manually using the script at /usr/local/nagiosxi/html/includes/components/profile/getprofile.sh
That should generate a profile in /usr/local/nagiosxi/var/components/ which you can get off the server with an application such as FileZilla.
-
Cristian Godoy
- Posts: 17
- Joined: Tue Sep 12, 2017 8:32 am
Re: Problems with the Memory Usage graphic
Sentkyang wrote:Can you download send us your system profile from Admin -> System Config -> System Profile -> Download Profile
You can PM it to me if you would like.
This will give us access to many of the logs we would otherwise ask for individually. If security is a concern, you can unzip the profile take out what you like, and then zip it up again. We may end up needing something you remove, but we can ask for that specifically.
You can also generate a profile manually using the script at /usr/local/nagiosxi/html/includes/components/profile/getprofile.sh
That should generate a profile in /usr/local/nagiosxi/var/components/ which you can get off the server with an application such as FileZilla.
Last edited by Anonymous on Fri Nov 10, 2017 10:25 am, edited 1 time in total.
Reason: Profile received! Put in teamshare
Reason: Profile received! Put in teamshare
-
kyang
Re: Problems with the Memory Usage graphic
From looking at your profile. This is what I'm seeing.
Do you have a template assigned to CPC-DW-GWD-SAP-VT-01?
Try adding that in and see what happens. I'm still digging through your profile.
Code: Select all
define service {
host_name CPC-DW-GWD-SAP-VT-01
service_description Memory Usage
check_command check_nrpe!CheckMEM!-a ShowAll MaxWarn=80% MaxCrit=95%!!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 1440
notification_period xi_timeperiod_24x7
notifications_enabled 1
register 1
}Code: Select all
define service {
host_name MED-QW-BOQ-SAP-VT-01
service_description Memory Usage
use xiwizard_windowsserver_nsclient_service
check_command check_nrpe!CheckMEM!-a ShowAll MaxWarn=80% MaxCrit=95%!!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 1440
notification_period xi_timeperiod_24x7
notifications_enabled 1
contacts nagiosadmin
_xiwizard windowsserver
register 1
}Try adding that in and see what happens. I'm still digging through your profile.