Thread Nagios - check_wmi mit spaces / blanks (16 answers)
Opened by pc-dok at 2014-10-16 08:41

pc-dok
 2014-10-16 09:09
#177833 #177833
User since
2014-09-25
17 Artikel
BenutzerIn
[default_avatar]
habe ich auch schon probiert, hier der output mit debug modus, er versucht dann im Log "veeam" und im Log "backup" das es aber nicht gibt!
Code: (dl )
1
2
3
4
5
root@server1:/usr/local/icinga/libexec> ./check_wmi_eventid -H server02 -u administrator -p password -l "veeam\ backup" -e 250 -w 1 -c 3 -t1 -m1440 -d

( Logfile = "veeam" ) and Logfile = "backup" ) and ( eventcode = "250" ) and ( EventType = "1" ) and
/usr/local/bin/wmic --namespace root/cimv2 -U administrator%password //server02 '--delimiter="|"' 'Select EventCode,EventIdentifier,EventType,SourceName from Win32_NTLogEvent where ( Logfile = "veeam" ) and Logfile = "backup" ) and ( eventcode = "250" ) and ( EventType = "1" ) and TimeGenerated > "20141015090623.000000+120"'
WMIC ERROR : NTSTATUS: NT code 0x80041017 - NT code 0x80041017


hmm wie gesagt, ich hab schon jegliche Chars probiert die mir so einfallen!

gruss
franco

View full thread Nagios - check_wmi mit spaces / blanks