Questions tagged [tripwire]
4 questions
0
votes
1 answer
Tripwire - Policy Test with white circle on its icon
What does the white circle on the icon mean?
When it is checked further, it does not have the last checked date or status.
Thank you.

Nash A
- 87
- 6
0
votes
2 answers
Bash script sends email even when it shouldn't
I have a cron job run by root every hour that checks if there's a tripwire violation. It still sends me an email every hour, whether I have a violation or not. If there is a violation, it includes the report. If there is no violation, it sends me a…

MarkH
- 85
- 1
- 9
0
votes
1 answer
Email based on value of report
I'm looking to grep a numeric value from a tripwire report, and if the value is greater than 0, send an email. The script so far looks like this:
#!/bin/bash
tripwire --check > /tmp/twreport
count=grep 'Total violations found: 0' /tmp/twreport…

MarkH
- 85
- 1
- 9
0
votes
1 answer
install tripwire without prompts
When installing tripwire on debian, it prompts me if I want to create a site key, local key, and finally, need to click 'ok' when completed.
Is there a way I can install tripwire, not create any keys, and answer the 'ok' at the end?
I'm using…

MarkH
- 85
- 1
- 9