Search found 7 matches
- Fri Oct 07, 2016 1:33 am
- Forum: Open Source Nagios Projects
- Topic: Windows Event Log
- Replies: 3
- Views: 1728
Re: Windows Event Log
Both questions -> yes
- Thu Oct 06, 2016 1:32 am
- Forum: Open Source Nagios Projects
- Topic: Windows Event Log
- Replies: 3
- Views: 1728
Windows Event Log
Hi! I got a very simple Nagios check for the Windows Event Log running. I want to change some things, but i dont know how to do. And i dont find any actual wiki or something like that, thats helps me. Actual Check: #Windows System Log define command{ command_name check_eventsys command_line $USER1$/...
- Wed Sep 28, 2016 4:46 am
- Forum: Open Source Nagios Projects
- Topic: Recommend way to monitor a network drive
- Replies: 1
- Views: 687
Recommend way to monitor a network drive
hi guys
i want to check if a network drive is correclty mounted on a client.
what is the best way / plugin to do this?
i want to check if a network drive is correclty mounted on a client.
what is the best way / plugin to do this?
- Tue Sep 06, 2016 12:40 am
- Forum: Open Source Nagios Projects
- Topic: check_files - checking fileage of files in folder - help pls
- Replies: 2
- Views: 1804
Re: check_files - checking fileage of files in folder - help
i changed it to define service{ use generic-service host_name Test service_description Backup check_command check_nrpe_files!check_files!/path:"d:\\Savedb\\XXX\\XXX" /age:96h /selage:older /warning:1: /critical:1: } now. But still no output. Exception processing request: Request contained ...
- Mon Sep 05, 2016 8:00 am
- Forum: Open Source Nagios Projects
- Topic: check_files - checking fileage of files in folder - help pls
- Replies: 2
- Views: 1804
check_files - checking fileage of files in folder - help pls
i dont get it working and dont understand the docu @ https://docs.nsclient.org/reference/windows/CheckDisk.html#CheckDisk.check_files i want to check the fileage in of all files in a folder and get a warning when there are files older than XX minutes / hours. i added these, but it doesnt work. pleas...
- Thu Aug 18, 2016 7:39 am
- Forum: Open Source Nagios Projects
- Topic: check_winfile - age of file not working
- Replies: 1
- Views: 994
check_winfile - age of file not working
hi i want to filter some files in a folder. i want to get a crit when there are files older than 4 days check_winfile is working - i got a check with filesize bigger than 3gb working fine here is code: check_winfile_age_odb_d = scripts\check_winfile.exe --target "D:\Savedb\" --filter "...
- Thu Jul 21, 2016 3:04 am
- Forum: Open Source Nagios Projects
- Topic: windows updates - dont get it working
- Replies: 1
- Views: 613
windows updates - dont get it working
hey guys system: ubuntu server nagios core 4 nsclient 0.4.4.19 i want to monitor the windows updates from some windows servers. i did it with this guide here: https://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows-NRPE/Check-Windows-Updates-using-Powershell/details i edited folliwin...