mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Move Windows file age check files' download link to the documentation
This commit is contained in:
parent
1c80bda256
commit
3fdc9ac69a
@ -1739,6 +1739,8 @@ critical | **Required**. The critical threshold of file age in seconds.
|
|||||||
|
|
||||||
All variables are required and all variables are positional. The variable order is: file warning critical.
|
All variables are required and all variables are positional. The variable order is: file warning critical.
|
||||||
|
|
||||||
|
The check_file_age.cmd and the check_file_age.cmd.ps1 files are available for [download](https://github.com/KAMI911/icinga2-basic/tree/master/plugins).
|
||||||
|
|
||||||
## Plugin Check Commands for NSClient++ <a id="nscp-plugin-check-commands"></a>
|
## Plugin Check Commands for NSClient++ <a id="nscp-plugin-check-commands"></a>
|
||||||
|
|
||||||
There are two methods available for querying NSClient++:
|
There are two methods available for querying NSClient++:
|
||||||
|
@ -318,13 +318,6 @@ object CheckCommand "users-windows" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Icinga2 CheckCommand definition for a file age check for Windows
|
|
||||||
|
|
||||||
check_file_age.cmd and check_file_age.cmd.ps1 files are available from here:
|
|
||||||
https://github.com/KAMI911/icinga2-basic/tree/master/plugins
|
|
||||||
*/
|
|
||||||
|
|
||||||
object CheckCommand "file-age-windows" {
|
object CheckCommand "file-age-windows" {
|
||||||
command = [ PluginDir + "/check_file_age.cmd" ]
|
command = [ PluginDir + "/check_file_age.cmd" ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user