is there a check_afs_tablespace plugin?
is there a check_afs_tablespace plugin?
I look at another NagiosXI server which has check_afs_tablespace plugin (our resigned colleague setted it up), but I can't find in the Exchange site or Google, is it real exist?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: is there a check_afs_tablespace plugin?
Your colleague probably made it themselves. Anyone who can write programs in any language can create nagios plugins
Here are the guidelines
https://nagios-plugins.org/doc/guidelines.html
I would guess that of all the Nagios plugins ever created less than 1% are public or on the exchange, many are created for use internally.
Here are the guidelines
https://nagios-plugins.org/doc/guidelines.html
I would guess that of all the Nagios plugins ever created less than 1% are public or on the exchange, many are created for use internally.
Re: is there a check_afs_tablespace plugin?
Can I download the plugin from that NagiosXI server and then upload to another NagiosXI server?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: is there a check_afs_tablespace plugin?
Yes, almost always without issue.xpertech wrote:Can I download the plugin from that NagiosXI server and then upload to another NagiosXI server?
You will need to create the commands in the CCM also to replicate what you have on the original server.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: is there a check_afs_tablespace plugin?
I should mention the only time there would be an issue is if the plugin requires dependencies that aren't on the new server, and then you can just install them.scottwilkerson wrote:Yes, almost always without issue.
Re: is there a check_afs_tablespace plugin?
If it's a plugin and I look at the plugin scripts on the old server and has no dependencies consideration, then I can just download the plugin from old server and then upload to new server?
If it's a command then I just copy the scripts and add a new command on the new server?
If it's a command then I just copy the scripts and add a new command on the new server?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: is there a check_afs_tablespace plugin?
Correct except you are going to need to add the command on the new server to match the command on the old server no matter what.
Re: is there a check_afs_tablespace plugin?
got it, thanks, can lock post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: is there a check_afs_tablespace plugin?
Great! Lockingxpertech wrote:got it, thanks, can lock post.