The GUI was not able to call the python using the symlink although it worked in the CLi. I have provided the complete path for Python on the command and its working now.
Search found 11 matches
- Fri Nov 13, 2020 12:47 pm
- Forum: Nagios XI
- Topic: Dell Open Manage Plugin for Nagios XI
- Replies: 10
- Views: 1516
Re: Dell Open Manage Plugin for Nagios XI
I have got it working now. Thank you @dchurch for the help.
The GUI was not able to call the python using the symlink although it worked in the CLi. I have provided the complete path for Python on the command and its working now.
The GUI was not able to call the python using the symlink although it worked in the CLi. I have provided the complete path for Python on the command and its working now.
- Fri Nov 13, 2020 7:43 am
- Forum: Nagios XI
- Topic: Dell Open Manage Plugin for Nagios XI
- Replies: 10
- Views: 1516
Re: Dell Open Manage Plugin for Nagios XI
Hi @dchurch, Thank you , I have tried this previously as well. The check works fine both with python 2.7.x and python 3.6.x in Nagios CLi. I have tried with root user and nagios user both returns output - No issues. But when we use the Run Check or we configure the check from Nagios GUI it fails. Ca...
- Tue Nov 10, 2020 7:14 am
- Forum: Nagios XI
- Topic: Dell Open Manage Plugin for Nagios XI
- Replies: 10
- Views: 1516
Re: Dell Open Manage Plugin for Nagios XI
I tried a chmod/chown on the file to confirm. The file was having the correct permissions anyways.
No luck . Still has the same error.
Also verified the Syntax for the .py and it says Syntax is ok .
No luck . Still has the same error.
Also verified the Syntax for the .py and it says Syntax is ok .
- Mon Nov 09, 2020 1:21 pm
- Forum: Nagios XI
- Topic: Dell Open Manage Plugin for Nagios XI
- Replies: 10
- Views: 1516
Re: Dell Open Manage Plugin for Nagios XI
Hi All, Thanks for your suggestions. I have tried to amend the check and getting error in output. I am using the exact same command which works via CLi. Screenshots below : RunCheck1.PNG If you look at the RunCheck screenshot, It does nothing. I was expecting to see the output on the Runcheck window...
- Thu Nov 05, 2020 6:52 pm
- Forum: Nagios XI
- Topic: Dell Open Manage Plugin for Nagios XI
- Replies: 10
- Views: 1516
Re: Dell Open Manage Plugin for Nagios XI
Hi ,
Managed to identify the Arguments and running them in CLi works with root account but not with Nagios user. So they do not work via GUI also
Current Permissions attached below :
Managed to identify the Arguments and running them in CLi works with root account but not with Nagios user. So they do not work via GUI also
Current Permissions attached below :
- Thu Nov 05, 2020 11:20 am
- Forum: Nagios XI
- Topic: Dell Open Manage Plugin for Nagios XI
- Replies: 10
- Views: 1516
Dell Open Manage Plugin for Nagios XI
Hi All, I am trying to setup monitoring for Dell EMC PowerEdge Servers and is using the Dell EMC Plugin. Downloaded from : https://exchange.nagios.org/directory/Plugins/Hardware/Server-Hardware/Dell/Dell-EMC-OpenManage-Plug-2Din-for-Nagios-XI/details I have managed to install the plugin. Had to inst...
Re: Backup
We have tried that already. Tried various options. Looks like the CentOS 6.X might not support SMB Version 2 or above. Not sure.mbellerue wrote:Rather than sec=ntlm, try sec=ntlmv2, or just omitting the sec option and let CIFS try to figure it out.
Re: Backup
We have removed the mount earlier before trying to re mount it.
Just tried the Syntax mentioned by including the password but it throws the same error.
Just tried the Syntax mentioned by including the password but it throws the same error.
Re: Backup
Command I am using : mount --verbos -t cifs //server/share/ /mountname --verbose -o vers=2.1,username=username,domain=domainname,sec=ntlm Displays : final mount options: 'ver=2.1,username=username,domain=domain,sec=ntlm' Prompts for the password : Enters the password Output: mount.cifs kernel mount ...
Re: Backup
When I try to mount the drive using Vers=2.1 or above as an option. It gives an output that the there is an I/O error.
The verbose message shows that it by default uses ver=1 in the option.
cifs-utils - cifs-utils-4.8.1-20.el6.x86_64. Thats the latest one available for Centos 6.8 I believe.
The verbose message shows that it by default uses ver=1 in the option.
cifs-utils - cifs-utils-4.8.1-20.el6.x86_64. Thats the latest one available for Centos 6.8 I believe.